Task 38576937

Name wu_c4647ff0-GIANNI_GPROTO7-0-1-RND1573_0
Workunit 31542536
Created 24 Sep 2025, 13:11:59 UTC
Sent 24 Sep 2025, 13:12:10 UTC
Report deadline 29 Sep 2025, 13:12:10 UTC
Received 24 Sep 2025, 14:23:44 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 632103
Run time 3 min 17 sec
CPU time 23 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 16,317.66 GFLOPS
Application version LLM: LLMs for chemistry v1.01 (cuda124L)
windows_x86_64
Peak working set size 745.20 MB
Peak swap size 1.96 GB
Peak disk usage 5.98 GB

Stderr output

<core_client_version>8.0.2</core_client_version>
<![CDATA[
<message>
(unknown error) (0) - exit code 195 (0xc3)</message>
<stderr_txt>
16:21:06 (9944): wrapper (7.9.26016): starting
16:21:06 (9944): wrapper: running Library/usr/bin/tar.exe (xjvf input.tar.bz2)
tasks.json
run.bat
conf.yaml
main_generation-0.1.0-py3-none-any.whl
run.sh
16:21:07 (9944): Library/usr/bin/tar.exe exited; CPU time 0.015625
16:21:07 (9944): 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: 2500 examples [00:00, 312420.22 examples/s]
C:\ProgramData\BOINC\slots\0\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--Acellera--proto. 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)
C:\ProgramData\BOINC\slots\0\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 87, in <module>
  File "wheel_contents/aiengine/model.py", line 36, in __init__
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\utils.py", line 1096, in inner
    return fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\entrypoints\llm.py", line 243, in __init__
    self.llm_engine = LLMEngine.from_engine_args(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\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\0\Lib\site-packages\vllm\engine\llm_engine.py", line 497, in from_vllm_config
    return cls(
           ^^^^
  File "C:\ProgramData\BOINC\slots\0\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\0\Lib\site-packages\vllm\executor\executor_base.py", line 52, in __init__
    self._init_executor()
  File "C:\ProgramData\BOINC\slots\0\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\0\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\0\Lib\site-packages\vllm\utils.py", line 2359, in run_method
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\worker\worker_base.py", line 594, in init_worker
    self.worker = worker_class(**kwargs)
                  ^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\worker\worker.py", line 83, in __init__
    self.model_runner: GPUModelRunnerBase = ModelRunnerClass(
                                            ^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\worker\model_runner.py", line 1062, in __init__
    self.attn_backend = get_attn_backend(
                        ^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\attention\selector.py", line 95, in get_attn_backend
    return _cached_get_attn_backend(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\attention\selector.py", line 154, in _cached_get_attn_backend
    return resolve_obj_by_qualname(attention_cls)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\utils.py", line 2005, in resolve_obj_by_qualname
    module = importlib.import_module(module_name)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\0\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\0\Lib\site-packages\vllm\attention\backends\xformers.py", line 7, in <module>
    from xformers import ops as xops
ModuleNotFoundError: No module named 'xformers'
16:22:07 (9944): C:/Windows/system32/cmd.exe exited; CPU time 23.953125
16:22:07 (9944): app exit status: 0x16
16:22:07 (9944): called boinc_finish(195)
0 bytes in 0 Free Blocks.
616 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: 503075 bytes.
Dumping objects ->
{1601289} normal block at 0x000001C4E59715D0, 48 bytes long.
 Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601278} normal block at 0x000001C4E5971480, 48 bytes long.
 Data: <HOME=C:\ProgramD> 48 4F 4D 45 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601267} normal block at 0x000001C4E5971250, 48 bytes long.
 Data: <TMP=C:\ProgramDa> 54 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 61 
{1601256} normal block at 0x000001C4E5971410, 48 bytes long.
 Data: <TEMP=C:\ProgramD> 54 45 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601245} normal block at 0x000001C4E5970ED0, 48 bytes long.
 Data: <TMPDIR=C:\Progra> 54 4D 50 44 49 52 3D 43 3A 5C 50 72 6F 67 72 61 
{1601214} normal block at 0x000001C4E400CAC0, 64 bytes long.
 Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601203} normal block at 0x000001C4E5A90800, 180 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) : {1601200} normal block at 0x000001C4E3F470B0, 8 bytes long.
 Data: <  &#240;&#227;&#196;   > 00 00 F0 E3 C4 01 00 00 
{1600558} normal block at 0x000001C4E5A90710, 180 bytes long.
 Data: <<project_prefere> 3C 70 72 6F 6A 65 63 74 5F 70 72 65 66 65 72 65 
{1599928} normal block at 0x000001C4E3F47010, 8 bytes long.
 Data: <&#224; &#169;&#229;&#196;   > E0 15 A9 E5 C4 01 00 00 
..\zip\boinc_zip.cpp(122) : {311} normal block at 0x000001C4E3F513B0, 260 bytes long.
 Data: <                > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
{296} normal block at 0x000001C4E3F47C40, 80 bytes long.
 Data: </c call Scripts\> 2F 63 20 63 61 6C 6C 20 53 63 72 69 70 74 73 5C 
{295} normal block at 0x000001C4E3F524E0, 16 bytes long.
 Data: <&#216;:&#245;&#227;&#196;           > D8 3A F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{294} normal block at 0x000001C4E3F53070, 16 bytes long.
 Data: <&#176;:&#245;&#227;&#196;           > B0 3A F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{293} normal block at 0x000001C4E3F53020, 16 bytes long.
 Data: < :&#245;&#227;&#196;           > 88 3A F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{292} normal block at 0x000001C4E3F52FD0, 16 bytes long.
 Data: <`:&#245;&#227;&#196;           > 60 3A F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{291} normal block at 0x000001C4E3F52EE0, 16 bytes long.
 Data: <8:&#245;&#227;&#196;           > 38 3A F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{290} normal block at 0x000001C4E3F52DF0, 16 bytes long.
 Data: < :&#245;&#227;&#196;           > 10 3A F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{289} normal block at 0x000001C4E3F4CFB0, 48 bytes long.
 Data: <ComSpec=C:\Windo> 43 6F 6D 53 70 65 63 3D 43 3A 5C 57 69 6E 64 6F 
{288} normal block at 0x000001C4E3F52530, 16 bytes long.
 Data: <&#200;&#189;&#243;&#227;&#196;           > C8 BD F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{287} normal block at 0x000001C4E3F4B730, 32 bytes long.
 Data: <SystemRoot=C:\Wi> 53 79 73 74 65 6D 52 6F 6F 74 3D 43 3A 5C 57 69 
{286} normal block at 0x000001C4E3F532A0, 16 bytes long.
 Data: <&#160;&#189;&#243;&#227;&#196;           > A0 BD F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{284} normal block at 0x000001C4E3F52DA0, 16 bytes long.
 Data: <x&#189;&#243;&#227;&#196;           > 78 BD F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{283} normal block at 0x000001C4E3F52F80, 16 bytes long.
 Data: <P&#189;&#243;&#227;&#196;           > 50 BD F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{282} normal block at 0x000001C4E3F52940, 16 bytes long.
 Data: <(&#189;&#243;&#227;&#196;           > 28 BD F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{281} normal block at 0x000001C4E3F52800, 16 bytes long.
 Data: < &#189;&#243;&#227;&#196;           > 00 BD F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{280} normal block at 0x000001C4E3F523F0, 16 bytes long.
 Data: <&#216;&#188;&#243;&#227;&#196;           > D8 BC F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{279} normal block at 0x000001C4E3F4BFD0, 32 bytes long.
 Data: <CUDA_DEVICE=0 PU> 43 55 44 41 5F 44 45 56 49 43 45 3D 30 00 50 55 
{278} normal block at 0x000001C4E3F52E40, 16 bytes long.
 Data: <&#176;&#188;&#243;&#227;&#196;           > B0 BC F3 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{277} normal block at 0x000001C4E3F3BCB0, 320 bytes long.
 Data: <@.&#245;&#227;&#196;   &#208;&#191;&#244;&#227;&#196;   > 40 2E F5 E3 C4 01 00 00 D0 BF F4 E3 C4 01 00 00 
{276} normal block at 0x000001C4E3F52D50, 16 bytes long.
 Data: <&#240;9&#245;&#227;&#196;           > F0 39 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{275} normal block at 0x000001C4E3F52B20, 16 bytes long.
 Data: <&#200;9&#245;&#227;&#196;           > C8 39 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{274} normal block at 0x000001C4E3F4BC10, 32 bytes long.
 Data: <C:/Windows/syste> 43 3A 2F 57 69 6E 64 6F 77 73 2F 73 79 73 74 65 
{273} normal block at 0x000001C4E3F52760, 16 bytes long.
 Data: <&#160;9&#245;&#227;&#196;           > A0 39 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{272} normal block at 0x000001C4E3F4BF70, 32 bytes long.
 Data: <xjvf input.tar.b> 78 6A 76 66 20 69 6E 70 75 74 2E 74 61 72 2E 62 
{271} normal block at 0x000001C4E3F52A30, 16 bytes long.
 Data: <&#232;8&#245;&#227;&#196;           > E8 38 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{270} normal block at 0x000001C4E3F52CB0, 16 bytes long.
 Data: <&#192;8&#245;&#227;&#196;           > C0 38 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{269} normal block at 0x000001C4E3F52C60, 16 bytes long.
 Data: < 8&#245;&#227;&#196;           > 98 38 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{268} normal block at 0x000001C4E3F52F30, 16 bytes long.
 Data: <p8&#245;&#227;&#196;           > 70 38 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{267} normal block at 0x000001C4E3F52C10, 16 bytes long.
 Data: <H8&#245;&#227;&#196;           > 48 38 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{266} normal block at 0x000001C4E3F529E0, 16 bytes long.
 Data: < 8&#245;&#227;&#196;           > 20 38 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{264} normal block at 0x000001C4E3F528F0, 16 bytes long.
 Data: <&#208;&#206;&#244;&#227;&#196;           > D0 CE F4 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{263} normal block at 0x000001C4E3F4CED0, 40 bytes long.
 Data: <&#240;(&#245;&#227;&#196;   &#192;&#202; &#228;&#196;   > F0 28 F5 E3 C4 01 00 00 C0 CA 00 E4 C4 01 00 00 
{262} normal block at 0x000001C4E3F52620, 16 bytes long.
 Data: < 8&#245;&#227;&#196;           > 00 38 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{261} normal block at 0x000001C4E3F52E90, 16 bytes long.
 Data: <&#216;7&#245;&#227;&#196;           > D8 37 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{260} normal block at 0x000001C4E3F4BAF0, 32 bytes long.
 Data: <Library/usr/bin/> 4C 69 62 72 61 72 79 2F 75 73 72 2F 62 69 6E 2F 
{259} normal block at 0x000001C4E3F525D0, 16 bytes long.
 Data: <&#176;7&#245;&#227;&#196;           > B0 37 F5 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{258} normal block at 0x000001C4E3F537B0, 992 bytes long.
 Data: <&#208;%&#245;&#227;&#196;   &#240;&#186;&#244;&#227;&#196;   > D0 25 F5 E3 C4 01 00 00 F0 BA F4 E3 C4 01 00 00 
{102} normal block at 0x000001C4E3F4B6D0, 32 bytes long.
 Data: <windows_x86_64__> 77 69 6E 64 6F 77 73 5F 78 38 36 5F 36 34 5F 5F 
{101} normal block at 0x000001C4E3F46F70, 16 bytes long.
 Data: <&#192;&#210;&#244;&#227;&#196;           > C0 D2 F4 E3 C4 01 00 00 00 00 00 00 00 00 00 00 
{100} normal block at 0x000001C4E3F4D2C0, 40 bytes long.
 Data: <po&#244;&#227;&#196;   &#208;&#182;&#244;&#227;&#196;   > 70 6F F4 E3 C4 01 00 00 D0 B6 F4 E3 C4 01 00 00 
{79} normal block at 0x000001C4E3F47060, 16 bytes long.
 Data: < &#234;&#237;]&#247;           > 80 EA ED 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{78} normal block at 0x000001C4E3F46ED0, 16 bytes long.
 Data: <@&#233;&#237;]&#247;           > 40 E9 ED 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{77} normal block at 0x000001C4E3F472E0, 16 bytes long.
 Data: <&#248;W&#234;]&#247;           > F8 57 EA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{76} normal block at 0x000001C4E3F46E30, 16 bytes long.
 Data: <&#216;W&#234;]&#247;           > D8 57 EA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{75} normal block at 0x000001C4E3F46D90, 16 bytes long.
 Data: <P &#234;]&#247;           > 50 04 EA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{74} normal block at 0x000001C4E3F46CA0, 16 bytes long.
 Data: <0 &#234;]&#247;           > 30 04 EA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{73} normal block at 0x000001C4E3F46E80, 16 bytes long.
 Data: <&#224; &#234;]&#247;           > E0 02 EA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{72} normal block at 0x000001C4E3F46C00, 16 bytes long.
 Data: <  &#234;]&#247;           > 10 04 EA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{71} normal block at 0x000001C4E3F47150, 16 bytes long.
 Data: <p &#234;]&#247;           > 70 04 EA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{70} normal block at 0x000001C4E3F46CF0, 16 bytes long.
 Data: < &#192;&#232;]&#247;           > 18 C0 E8 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
Object dump complete.

</stderr_txt>
]]>


©2025 Universitat Pompeu Fabra