Hi @Aicrowd Team.
Could you please tell me the cause of the errors for submission numbers #286382 and #286413? Both only show “Evaluation failed with exit code 1. Check the submission page for more details,”. It’s hard to debug with just this message.
286382 failed because your GPU memory exceeded.
2025-05-31 17:31:32.878
[rank0]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 6.02 GiB. GPU 0 has a total capacity of 44.64 GiB of which 1.56 GiB is free. Process 86235 has 43.06 GiB memory in use. Of the allocated memory 42.37 GiB is allocated by PyTorch, and 196.32 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
and 286413 failed for the same reason.
Thank you for your reply. I will use it as a reference for debugging.