Hello, I was looking at the log file and it looks like our container executed up to a point but there is no error. Is it possible to confirm that there was not a memory issue from your end? When we run it locally our container satisfied all the required memory constrains. It would be helpful to get more information as to why the execution just got interrupted at s random point in time. The corresponding log file is: "9757681_output" Thank you!

Created by Alfredo Lucas allucas
Hi @allucas, I will transfer your recent Docker submission to the RECEIVED status, so there is no need to resubmit the Docker unless you want to submit a new Docker image. Kind regards, Himashi
Hi @allucas, Your log file shows the following error: RuntimeError: DataLoader worker (pid 133) is killed by signal: Bus error. It is possible that dataloader's workers are out of shared memory. Please try to raise your shared memory limit. So I ran your Docker manually by adding --shm-size=16g and it worked. I modified our server-level script now, so I would appreciate it if you could kindly resubmit the Docker to the queue. Hopefully, it will fix this issue. Kind regards, Himashi
Hello. Thank you for reply. We resubmitted but still running into error. We got same email that says naming issue but everything looks okay on our side. We ran above command locally and it worked. Would you be able to tell us what error is caused? The generic wrong output naming is not specific enough for us to properly troubleshoot our container. Thank you again!
Hi @allucas, Have you received an email for this submission? According to our server-level logs, no memory issues were encountered. However, for your submission, it appears that your Docker doesn't save the predicted files in the specified output directory (i.e., submission\_result\_dir). Here's how we run Docker submission. test\_dir = "/users/ulfenc2025/input/Testing\_data" submission\_result\_dir = "/users/ulfenc2025/output/Predictions" docker run --gpus 'device=0' -v {test\_dir}:/workspace/input/Testing\_data -v {submission\_result\_dir}:/workspace/output/Predictions {docker\_submission} In our testing phase guidelines, we shared a sample Docker; it would be great if you followed those steps. Please let us know if you continue to experience any issues. Kind regards, Himashi

Docker log file stops without error page is loading…