Dear participants,
Welcome to the contest! Here are some tips for debugging:
1. You can find the log for your submission in the dashboard.
2. “ERROR: output.bin not found” (Error: No such container:path:xxx). This means your program did not successfully generate the output.bin file, and please look for other errors in the log file for the cause.
3. “ERROR: output.csv wrong size” . This means your output file doesn't satifsfy the correct output format. (e.g. for a 1M dataset, your output.bin should be 400000000 bytes.)
4. “ERROR: timeout”. This means your program did not finish in time (30 min).
5. “Command finished, status: 137”. This means your program was killed by the operating system which is mostly due to an out-of-memory error.
Best regards,