Dear Alejandro,
The submission created on July 7, 2023, 12:20 p.m. failed with the following message: RuntimeError: DataLoader worker (pid(s) 37) exited unexpectedly.
The Stdout and Stderr are the following:
2023-07-07T10:27:27.044000+00:00 Data statistics:
2023-07-07T10:27:27.044000+00:00 Type: <class 'monai.data.meta_tensor.MetaTensor'> torch.float32
2023-07-07T10:27:27.044000+00:00 Shape: torch.Size([512, 512, 399])
2023-07-07T10:27:27.044000+00:00 Value range: (-1024.0, 3071.0)
2023-07-07T10:27:21.043000+00:00 monai.transforms.io.dictionary LoadImaged.__init__:image_only: Current default value of argument `image_only=False` has been deprecated since version 1.1. It will be changed to `image_only=True` in version 1.3.
2023-07-07T10:27:31.045000+00:00 ERROR: Unexpected bus error encountered in worker. This might be caused by insufficient shared memory (shm).
2023-07-07T10:27:36.046000+00:00 Traceback (most recent call last):
2023-07-07T10:27:36.046000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 1132, in _try_get_data
2023-07-07T10:27:36.046000+00:00 data = self._data_queue.get(timeout=timeout)
2023-07-07T10:27:36.046000+00:00 File "/opt/conda/lib/python3.10/multiprocessing/queues.py", line 113, in get
2023-07-07T10:27:36.046000+00:00 if not self._poll(timeout):
2023-07-07T10:27:36.046000+00:00 File "/opt/conda/lib/python3.10/multiprocessing/connection.py", line 257, in poll
2023-07-07T10:27:36.046000+00:00 return self._poll(timeout)
2023-07-07T10:27:36.046000+00:00 File "/opt/conda/lib/python3.10/multiprocessing/connection.py", line 424, in _poll
2023-07-07T10:27:36.047000+00:00 r = wait([self], timeout)
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/multiprocessing/connection.py", line 931, in wait
2023-07-07T10:27:36.047000+00:00 ready = selector.select(timeout)
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/selectors.py", line 416, in select
2023-07-07T10:27:36.047000+00:00 fd_event_list = self._selector.poll(timeout)
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/utils/data/_utils/signal_handling.py", line 66, in handler
2023-07-07T10:27:36.047000+00:00 _error_if_any_worker_fails()
2023-07-07T10:27:36.047000+00:00 RuntimeError: DataLoader worker (pid 37) 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.
2023-07-07T10:27:36.047000+00:00
2023-07-07T10:27:36.047000+00:00 The above exception was the direct cause of the following exception:
2023-07-07T10:27:36.047000+00:00
2023-07-07T10:27:36.047000+00:00 Traceback (most recent call last):
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 196, in _run_module_as_main
2023-07-07T10:27:36.047000+00:00 return _run_code(code, main_globals, None,
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 86, in _run_code
2023-07-07T10:27:36.047000+00:00 exec(code, run_globals)
2023-07-07T10:27:36.047000+00:00 File "/opt/app/process.py", line 202, in <module>
2023-07-07T10:27:36.047000+00:00 Segaalgorithm().process()
2023-07-07T10:27:36.047000+00:00 File "/home/user/.local/lib/python3.10/site-packages/evalutils/evalutils.py", line 183, in process
2023-07-07T10:27:36.047000+00:00 self.process_cases()
2023-07-07T10:27:36.047000+00:00 File "/home/user/.local/lib/python3.10/site-packages/evalutils/evalutils.py", line 191, in process_cases
2023-07-07T10:27:36.047000+00:00 self._case_results.append(self.process_case(idx=idx, case=case))
2023-07-07T10:27:36.047000+00:00 File "/opt/app/process.py", line 88, in process_case
2023-07-07T10:27:36.047000+00:00 input_image=first(test_org_loader)
2023-07-07T10:27:36.047000+00:00 File "/opt/app/MONAI/monai/utils/misc.py", line 118, in first
2023-07-07T10:27:36.047000+00:00 for i in iterable:
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 633, in __next__
2023-07-07T10:27:36.047000+00:00 data = self._next_data()
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 1328, in _next_data
2023-07-07T10:27:36.047000+00:00 idx, data = self._get_data()
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 1294, in _get_data
2023-07-07T10:27:36.047000+00:00 success, data = self._try_get_data()
2023-07-07T10:27:36.047000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 1145, in _try_get_data
2023-07-07T10:27:36.047000+00:00 raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) from e
2023-07-07T10:27:36.047000+00:00 RuntimeError: DataLoader worker (pid(s) 37) exited unexpectedly
We hope this helps
Best
SEG.A. Team