| Name | test_1-SFARR_TEST_LLM_WINDOWS_101_4-0-1-RND4423_6 |
| Workunit | 31482384 |
| Created | 24 Apr 2025, 13:40:20 UTC |
| Sent | 24 Apr 2025, 13:42:42 UTC |
| Report deadline | 29 Apr 2025, 13:42:42 UTC |
| Received | 24 Apr 2025, 13:47:46 UTC |
| Server state | Over |
| Outcome | Computation error |
| Client state | Compute error |
| Exit status | 195 (0x000000C3) EXIT_CHILD_FAILED |
| Computer ID | 613677 |
| Run time | 3 min 49 sec |
| CPU time | 23 sec |
| Validate state | Invalid |
| Credit | 0.00 |
| Device peak FLOPS | 84,055.30 GFLOPS |
| Application version | LLM: LLMs for chemistry v1.01 (cuda124L) windows_x86_64 |
| Peak working set size | 707.64 MB |
| Peak swap size | 2.41 GB |
| Peak disk usage | 5.98 GB |
<core_client_version>8.0.2</core_client_version>
<![CDATA[
<message>
The operating system cannot run (null).
(0xc3) - exit code 195 (0xc3)</message>
<stderr_txt>
15:45:33 (21132): wrapper (7.9.26016): starting
15:45:33 (21132): wrapper: running Library/usr/bin/tar.exe (xjvf input.tar.bz2)
conf.yaml
main_generation-0.1.0-py3-none-any.whl
run.bat
run.sh
tasks.json
15:45:34 (21132): Library/usr/bin/tar.exe exited; CPU time 0.000000
15:45:34 (21132): wrapper: running C:/Windows/system32/cmd.exe (/c call Scripts\activate.bat && Scripts\conda-unpack.exe && run.bat)
Generating train split: 0 examples [00:00, ? examples/s]
Generating train split: 1000 examples [00:00, 101746.69 examples/s]
C:\ProgramData\BOINC\slots\20\Lib\site-packages\huggingface_hub\file_download.py:144: UserWarning: `huggingface_hub` cache-system uses symlinks by default to efficiently store duplicated files but your machine does not support them in C:\ProgramData\BOINC\slots\.cache\hub\models--unsloth--Qwen2.5-14B-Instruct-bnb-4bit. Caching files will still work but in a degraded version that might require more space on your disk. This warning can be disabled by setting the `HF_HUB_DISABLE_SYMLINKS_WARNING` environment variable. For more details, see https://huggingface.co/docs/huggingface_hub/how-to-cache#limitations.
To support symlinks on Windows, you either need to activate Developer Mode or to run Python as an administrator. In order to activate developer mode, see this article: https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development
warnings.warn(message)
Traceback (most recent call last):
File "wheel_contents/aiengine/main_generation.py", line 86, in <module>
File "wheel_contents/aiengine/model.py", line 36, in __init__
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\utils.py", line 1096, in inner
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\entrypoints\llm.py", line 243, in __init__
self.llm_engine = LLMEngine.from_engine_args(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\engine\llm_engine.py", line 521, in from_engine_args
return engine_cls.from_vllm_config(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\engine\llm_engine.py", line 497, in from_vllm_config
return cls(
^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\engine\llm_engine.py", line 281, in __init__
self.model_executor = executor_class(vllm_config=vllm_config, )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\executor\executor_base.py", line 52, in __init__
self._init_executor()
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\executor\uniproc_executor.py", line 45, in _init_executor
self.collective_rpc("init_worker", args=([kwargs], ))
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\executor\uniproc_executor.py", line 56, in collective_rpc
answer = run_method(self.driver_worker, method, args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\utils.py", line 2359, in run_method
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\worker\worker_base.py", line 558, in init_worker
worker_class = resolve_obj_by_qualname(
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\utils.py", line 2005, in resolve_obj_by_qualname
module = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\importlib\__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\worker\worker.py", line 13, in <module>
from vllm.device_allocator.cumem import CuMemAllocator
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\device_allocator\cumem.py", line 59, in <module>
libcudart = CudaRTLibrary()
^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\distributed\device_communicators\cuda_wrapper.py", line 148, in __init__
so_file = find_loaded_library("libcudart")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\BOINC\slots\20\Lib\site-packages\vllm\distributed\device_communicators\cuda_wrapper.py", line 95, in find_loaded_library
raise ValueError(
ValueError: VLLM_CUDART_SO_PATH is not set. VLLM_CUDART_SO_PATH need to be set with the absolute path to cudart dll on Windows (for example, set VLLM_CUDART_SO_PATH=C:\CUDA\v12.4\bin\cudart64_12.dll)
15:46:39 (21132): C:/Windows/system32/cmd.exe exited; CPU time 23.750000
15:46:39 (21132): app exit status: 0x16
15:46:39 (21132): called boinc_finish(195)
0 bytes in 0 Free Blocks.
726 bytes in 8 Normal Blocks.
1144 bytes in 1 CRT Blocks.
0 bytes in 0 Ignore Blocks.
0 bytes in 0 Client Blocks.
Largest number used: 0 bytes.
Total allocations: 1144405 bytes.
Dumping objects ->
{1601277} normal block at 0x000001FC735299D0, 48 bytes long.
Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44
{1601266} normal block at 0x000001FC7352A140, 48 bytes long.
Data: <HOME=C:\ProgramD> 48 4F 4D 45 3D 43 3A 5C 50 72 6F 67 72 61 6D 44
{1601255} normal block at 0x000001FC73529960, 48 bytes long.
Data: <TMP=C:\ProgramDa> 54 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 61
{1601244} normal block at 0x000001FC735001B0, 48 bytes long.
Data: <TEMP=C:\ProgramD> 54 45 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44
{1601233} normal block at 0x000001FC735007D0, 48 bytes long.
Data: <TMPDIR=C:\Progra> 54 4D 50 44 49 52 3D 43 3A 5C 50 72 6F 67 72 61
{1601202} normal block at 0x000001FC735B3FB0, 64 bytes long.
Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44
{1601191} normal block at 0x000001FC7530D000, 235 bytes long.
Data: <<project_prefere> 3C 70 72 6F 6A 65 63 74 5F 70 72 65 66 65 72 65
..\api\boinc_api.cpp(309) : {1601188} normal block at 0x000001FC734FD9C0, 8 bytes long.
Data: < Isü > 00 00 49 73 FC 01 00 00
{1600541} normal block at 0x000001FC7530D260, 235 bytes long.
Data: <<project_prefere> 3C 70 72 6F 6A 65 63 74 5F 70 72 65 66 65 72 65
{1599904} normal block at 0x000001FC734FD240, 8 bytes long.
Data: < ÚNsü > 80 DA 4E 73 FC 01 00 00
..\zip\boinc_zip.cpp(122) : {299} normal block at 0x000001FC734F1D80, 260 bytes long.
Data: < > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
{284} normal block at 0x000001FC734EEB20, 80 bytes long.
Data: </c call Scripts\> 2F 63 20 63 61 6C 6C 20 53 63 72 69 70 74 73 5C
{283} normal block at 0x000001FC73505630, 16 bytes long.
Data: < gPsü > 88 67 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{282} normal block at 0x000001FC735054F0, 16 bytes long.
Data: <`gPsü > 60 67 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{281} normal block at 0x000001FC73506170, 16 bytes long.
Data: <8gPsü > 38 67 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{280} normal block at 0x000001FC735055E0, 16 bytes long.
Data: < gPsü > 10 67 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{279} normal block at 0x000001FC73505EA0, 16 bytes long.
Data: <èfPsü > E8 66 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{278} normal block at 0x000001FC735060D0, 16 bytes long.
Data: <ÀfPsü > C0 66 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{277} normal block at 0x000001FC735006F0, 48 bytes long.
Data: <ComSpec=C:\Windo> 43 6F 6D 53 70 65 63 3D 43 3A 5C 57 69 6E 64 6F
{276} normal block at 0x000001FC735062B0, 16 bytes long.
Data: < Osü > 18 04 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{275} normal block at 0x000001FC73500E60, 32 bytes long.
Data: <SystemRoot=C:\Wi> 53 79 73 74 65 6D 52 6F 6F 74 3D 43 3A 5C 57 69
{274} normal block at 0x000001FC73505B80, 16 bytes long.
Data: <ð Osü > F0 03 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{272} normal block at 0x000001FC73505B30, 16 bytes long.
Data: <È Osü > C8 03 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{271} normal block at 0x000001FC73505900, 16 bytes long.
Data: <  Osü > A0 03 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{270} normal block at 0x000001FC73505A90, 16 bytes long.
Data: <x Osü > 78 03 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{269} normal block at 0x000001FC73505E50, 16 bytes long.
Data: <P Osü > 50 03 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{268} normal block at 0x000001FC73505FE0, 16 bytes long.
Data: <( Osü > 28 03 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{267} normal block at 0x000001FC73500EC0, 32 bytes long.
Data: <CUDA_DEVICE=0 PU> 43 55 44 41 5F 44 45 56 49 43 45 3D 30 00 50 55
{266} normal block at 0x000001FC735054A0, 16 bytes long.
Data: < Osü > 00 03 4F 73 FC 01 00 00 00 00 00 00 00 00 00 00
{265} normal block at 0x000001FC734F0300, 320 bytes long.
Data: < TPsü À Psü > A0 54 50 73 FC 01 00 00 C0 0E 50 73 FC 01 00 00
{264} normal block at 0x000001FC73505D60, 16 bytes long.
Data: < fPsü > A0 66 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{263} normal block at 0x000001FC735056D0, 16 bytes long.
Data: <xfPsü > 78 66 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{262} normal block at 0x000001FC735011C0, 32 bytes long.
Data: <C:/Windows/syste> 43 3A 2F 57 69 6E 64 6F 77 73 2F 73 79 73 74 65
{261} normal block at 0x000001FC73506300, 16 bytes long.
Data: <PfPsü > 50 66 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{260} normal block at 0x000001FC73500AA0, 32 bytes long.
Data: <xjvf input.tar.b> 78 6A 76 66 20 69 6E 70 75 74 2E 74 61 72 2E 62
{259} normal block at 0x000001FC73506120, 16 bytes long.
Data: < ePsü > 98 65 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{258} normal block at 0x000001FC73505590, 16 bytes long.
Data: <pePsü > 70 65 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{257} normal block at 0x000001FC73505D10, 16 bytes long.
Data: <HePsü > 48 65 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{256} normal block at 0x000001FC73506080, 16 bytes long.
Data: < ePsü > 20 65 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{255} normal block at 0x000001FC73506030, 16 bytes long.
Data: <ødPsü > F8 64 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{254} normal block at 0x000001FC73506260, 16 bytes long.
Data: <ÐdPsü > D0 64 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{252} normal block at 0x000001FC73505A40, 16 bytes long.
Data: < Psü > 90 02 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{251} normal block at 0x000001FC73500290, 40 bytes long.
Data: <@ZPsü °?[sü > 40 5A 50 73 FC 01 00 00 B0 3F 5B 73 FC 01 00 00
{250} normal block at 0x000001FC735059A0, 16 bytes long.
Data: <°dPsü > B0 64 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{249} normal block at 0x000001FC735058B0, 16 bytes long.
Data: < dPsü > 88 64 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{248} normal block at 0x000001FC73500FE0, 32 bytes long.
Data: <Library/usr/bin/> 4C 69 62 72 61 72 79 2F 75 73 72 2F 62 69 6E 2F
{247} normal block at 0x000001FC73505C70, 16 bytes long.
Data: <`dPsü > 60 64 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{246} normal block at 0x000001FC73506460, 992 bytes long.
Data: <p\Psü à Psü > 70 5C 50 73 FC 01 00 00 E0 0F 50 73 FC 01 00 00
{90} normal block at 0x000001FC73501040, 32 bytes long.
Data: <windows_x86_64__> 77 69 6E 64 6F 77 73 5F 78 38 36 5F 36 34 5F 5F
{89} normal block at 0x000001FC734FD560, 16 bytes long.
Data: <@ Psü > 40 01 50 73 FC 01 00 00 00 00 00 00 00 00 00 00
{88} normal block at 0x000001FC73500140, 40 bytes long.
Data: <`ÕOsü @ Psü > 60 D5 4F 73 FC 01 00 00 40 10 50 73 FC 01 00 00
{67} normal block at 0x000001FC734FD5B0, 16 bytes long.
Data: < ê¶Îö > 80 EA B6 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{66} normal block at 0x000001FC734FD510, 16 bytes long.
Data: <@é¶Îö > 40 E9 B6 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{65} normal block at 0x000001FC734FD7E0, 16 bytes long.
Data: <øW³Îö > F8 57 B3 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{64} normal block at 0x000001FC734FD380, 16 bytes long.
Data: <ØW³Îö > D8 57 B3 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{63} normal block at 0x000001FC734FDC90, 16 bytes long.
Data: <P ³Îö > 50 04 B3 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{62} normal block at 0x000001FC734FDAB0, 16 bytes long.
Data: <0 ³Îö > 30 04 B3 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{61} normal block at 0x000001FC734FD6A0, 16 bytes long.
Data: <à ³Îö > E0 02 B3 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{60} normal block at 0x000001FC734FDA60, 16 bytes long.
Data: < ³Îö > 10 04 B3 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{59} normal block at 0x000001FC734FD920, 16 bytes long.
Data: <p ³Îö > 70 04 B3 CE F6 7F 00 00 00 00 00 00 00 00 00 00
{58} normal block at 0x000001FC734FDE70, 16 bytes long.
Data: < À±Îö > 18 C0 B1 CE F6 7F 00 00 00 00 00 00 00 00 00 00
Object dump complete.
</stderr_txt>
]]>
©2025 Universitat Pompeu Fabra