Task 38579331

Name wu_94278607-GIANNI_GPROTO7-0-1-RND5645_0
Workunit 31544716
Created 30 Sep 2025, 4:01:48 UTC
Sent 30 Sep 2025, 4:02:01 UTC
Report deadline 5 Oct 2025, 4:02:01 UTC
Received 30 Sep 2025, 4:44:59 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 590448
Run time 8 min 21 sec
CPU time 40 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 35,585.28 GFLOPS
Application version LLM: LLMs for chemistry v1.01 (cuda124L)
windows_x86_64
Peak working set size 688.64 MB
Peak swap size 2.34 GB
Peak disk usage 8.90 GB

Stderr output

<core_client_version>8.2.4</core_client_version>
<![CDATA[
<message>
Das Betriebssystem kann (null) nicht ausf�hren.
 (0xc3) - exit code 195 (0xc3)</message>
<stderr_txt>
06:42:07 (67440): wrapper (7.9.26016): starting
06:42:07 (67440): 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
06:42:08 (67440): Library/usr/bin/tar.exe exited; CPU time 0.000000
06:42:08 (67440): 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, 128115.73 examples/s]
Traceback (most recent call last):
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connection.py", line 198, in _new_conn
    sock = connection.create_connection(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\util\connection.py", line 60, in create_connection
    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\socket.py", line 978, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno 11004] getaddrinfo failed

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
    response = self._make_request(
               ^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connectionpool.py", line 488, in _make_request
    raise new_e
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connectionpool.py", line 464, in _make_request
    self._validate_conn(conn)
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connectionpool.py", line 1093, in _validate_conn
    conn.connect()
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connection.py", line 704, in connect
    self.sock = sock = self._new_conn()
                       ^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connection.py", line 205, in _new_conn
    raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x000001E3FFEE7020>: Failed to resolve 'huggingface.co' ([Errno 11004] getaddrinfo failed)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\requests\adapters.py", line 667, in send
    resp = conn.urlopen(
           ^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\connectionpool.py", line 841, in urlopen
    retries = retries.increment(
              ^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\urllib3\util\retry.py", line 519, in increment
    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/Acellera/proto/tree/main?recursive=True&expand=False (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x000001E3FFEE7020>: Failed to resolve 'huggingface.co' ([Errno 11004] getaddrinfo failed)"))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\transformers_utils\config.py", line 258, in get_config
    if is_gguf or file_or_path_exists(
                  ^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\transformers_utils\config.py", line 180, in file_or_path_exists
    return file_exists(str(model),
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\transformers_utils\config.py", line 155, in file_exists
    file_list = list_repo_files(repo_id,
                ^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\transformers_utils\config.py", line 144, in list_repo_files
    return with_retry(lookup_files, "Error retrieving file list")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\transformers_utils\config.py", line 98, in with_retry
    return func()
           ^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\transformers_utils\config.py", line 134, in lookup_files
    return hf_list_repo_files(repo_id,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\hf_api.py", line 2996, in list_repo_files
    for f in self.list_repo_tree(
             ^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\hf_api.py", line 3131, in list_repo_tree
    for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}):
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\utils\_pagination.py", line 36, in paginate
    r = session.get(path, params=params, headers=headers)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\requests\sessions.py", line 602, in get
    return self.request("GET", url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\requests\sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\utils\_http.py", line 96, in send
    return super().send(request, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\requests\adapters.py", line 700, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /api/models/Acellera/proto/tree/main?recursive=True&expand=False (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x000001E3FFEE7020>: Failed to resolve \'huggingface.co\' ([Errno 11004] getaddrinfo failed)"))'), '(Request ID: 9d5bffa1-a986-4af8-95c7-076428fd67d0)')

The above exception was the direct cause of the following exception:

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 "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\utils.py", line 1096, in inner
    return fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\entrypoints\llm.py", line 243, in __init__
    self.llm_engine = LLMEngine.from_engine_args(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\engine\llm_engine.py", line 514, in from_engine_args
    vllm_config = engine_args.create_engine_config(usage_context)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\engine\arg_utils.py", line 1137, in create_engine_config
    model_config = self.create_model_config()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\engine\arg_utils.py", line 1026, in create_model_config
    return ModelConfig(
           ^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\config.py", line 343, in __init__
    hf_config = get_config(self.hf_config_path or self.model,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "H:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\transformers_utils\config.py", line 283, in get_config
    raise ValueError(error_message) from e
ValueError: Invalid repository ID or local directory specified: 'Acellera/proto'.
Please verify the following requirements:
1. Provide a valid Hugging Face repository ID.
2. Specify a local directory that contains a recognized configuration file.
   - For Hugging Face models: ensure the presence of a 'config.json'.
   - For Mistral models: ensure the presence of a 'params.json'.

06:43:48 (67440): C:/Windows/system32/cmd.exe exited; CPU time 40.859375
06:43:48 (67440): app exit status: 0x16
06:43:48 (67440): called boinc_finish(195)
0 bytes in 0 Free Blocks.
256 bytes in 6 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: 2056651 bytes.
Dumping objects ->
{1601180} normal block at 0x0000016382E38AD0, 48 bytes long.
 Data: <PATH=H:\ProgramD> 50 41 54 48 3D 48 3A 5C 50 72 6F 67 72 61 6D 44 
{1601169} normal block at 0x0000016382E38D00, 48 bytes long.
 Data: <HOME=H:\ProgramD> 48 4F 4D 45 3D 48 3A 5C 50 72 6F 67 72 61 6D 44 
{1601158} normal block at 0x0000016382E384B0, 48 bytes long.
 Data: <TMP=H:\ProgramDa> 54 4D 50 3D 48 3A 5C 50 72 6F 67 72 61 6D 44 61 
{1601147} normal block at 0x0000016382E38DE0, 48 bytes long.
 Data: <TEMP=H:\ProgramD> 54 45 4D 50 3D 48 3A 5C 50 72 6F 67 72 61 6D 44 
{1601136} normal block at 0x0000016382E39160, 48 bytes long.
 Data: <TMPDIR=H:\Progra> 54 4D 50 44 49 52 3D 48 3A 5C 50 72 6F 67 72 61 
{1601105} normal block at 0x0000016382E3A0E0, 64 bytes long.
 Data: <PATH=H:\ProgramD> 50 41 54 48 3D 48 3A 5C 50 72 6F 67 72 61 6D 44 
..\api\boinc_api.cpp(309) : {1601092} normal block at 0x0000016382E07C30, 8 bytes long.
 Data: <  &#215;&#130;c   > 00 00 D7 82 63 01 00 00 
{1599942} normal block at 0x0000016382E08180, 8 bytes long.
 Data: <`&#237;&#183;&#132;c   > 60 ED B7 84 63 01 00 00 
..\zip\boinc_zip.cpp(122) : {318} normal block at 0x0000016382E14110, 260 bytes long.
 Data: <                > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
{303} normal block at 0x0000016382DFCD20, 80 bytes long.
 Data: </c call Scripts\> 2F 63 20 63 61 6C 6C 20 53 63 72 69 70 74 73 5C 
{302} normal block at 0x0000016382E15AB0, 16 bytes long.
 Data: < b&#225;&#130;c           > 08 62 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{301} normal block at 0x0000016382E15600, 16 bytes long.
 Data: <&#224;a&#225;&#130;c           > E0 61 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{300} normal block at 0x0000016382E14F20, 16 bytes long.
 Data: <&#184;a&#225;&#130;c           > B8 61 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{299} normal block at 0x0000016382E158D0, 16 bytes long.
 Data: < a&#225;&#130;c           > 90 61 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{298} normal block at 0x0000016382E155B0, 16 bytes long.
 Data: <ha&#225;&#130;c           > 68 61 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{297} normal block at 0x0000016382E15330, 16 bytes long.
 Data: <@a&#225;&#130;c           > 40 61 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{296} normal block at 0x0000016382E0FA00, 48 bytes long.
 Data: <ComSpec=C:\Windo> 43 6F 6D 53 70 65 63 3D 43 3A 5C 57 69 6E 64 6F 
{295} normal block at 0x0000016382E15290, 16 bytes long.
 Data: <8&#240;&#224;&#130;c           > 38 F0 E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{294} normal block at 0x0000016382E0CED0, 32 bytes long.
 Data: <SystemRoot=C:\Wi> 53 79 73 74 65 6D 52 6F 6F 74 3D 43 3A 5C 57 69 
{293} normal block at 0x0000016382E15060, 16 bytes long.
 Data: < &#240;&#224;&#130;c           > 10 F0 E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{291} normal block at 0x0000016382E15510, 16 bytes long.
 Data: <&#232;&#239;&#224;&#130;c           > E8 EF E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{290} normal block at 0x0000016382E151A0, 16 bytes long.
 Data: <&#192;&#239;&#224;&#130;c           > C0 EF E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{289} normal block at 0x0000016382E15E70, 16 bytes long.
 Data: < &#239;&#224;&#130;c           > 98 EF E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{288} normal block at 0x0000016382E15560, 16 bytes long.
 Data: <p&#239;&#224;&#130;c           > 70 EF E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{287} normal block at 0x0000016382E15E20, 16 bytes long.
 Data: <H&#239;&#224;&#130;c           > 48 EF E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{286} normal block at 0x0000016382E0CA50, 32 bytes long.
 Data: <CUDA_DEVICE=0 PU> 43 55 44 41 5F 44 45 56 49 43 45 3D 30 00 50 55 
{285} normal block at 0x0000016382E15380, 16 bytes long.
 Data: < &#239;&#224;&#130;c           > 20 EF E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{284} normal block at 0x0000016382E0EF20, 320 bytes long.
 Data: < S&#225;&#130;c   P&#202;&#224;&#130;c   > 80 53 E1 82 63 01 00 00 50 CA E0 82 63 01 00 00 
{283} normal block at 0x0000016382E15BA0, 16 bytes long.
 Data: < a&#225;&#130;c           > 20 61 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{282} normal block at 0x0000016382E15240, 16 bytes long.
 Data: <&#248;`&#225;&#130;c           > F8 60 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{281} normal block at 0x0000016382E0C930, 32 bytes long.
 Data: <C:/Windows/syste> 43 3A 2F 57 69 6E 64 6F 77 73 2F 73 79 73 74 65 
{280} normal block at 0x0000016382E15880, 16 bytes long.
 Data: <&#208;`&#225;&#130;c           > D0 60 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{279} normal block at 0x0000016382E0D2F0, 32 bytes long.
 Data: <xjvf input.tar.b> 78 6A 76 66 20 69 6E 70 75 74 2E 74 61 72 2E 62 
{278} normal block at 0x0000016382E15CE0, 16 bytes long.
 Data: < `&#225;&#130;c           > 18 60 E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{277} normal block at 0x0000016382E154C0, 16 bytes long.
 Data: <&#240;_&#225;&#130;c           > F0 5F E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{276} normal block at 0x0000016382E15150, 16 bytes long.
 Data: <&#200;_&#225;&#130;c           > C8 5F E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{275} normal block at 0x0000016382E15100, 16 bytes long.
 Data: <&#160;_&#225;&#130;c           > A0 5F E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{274} normal block at 0x0000016382E15C90, 16 bytes long.
 Data: <x_&#225;&#130;c           > 78 5F E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{273} normal block at 0x0000016382E15010, 16 bytes long.
 Data: <P_&#225;&#130;c           > 50 5F E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{271} normal block at 0x0000016382E14FC0, 16 bytes long.
 Data: <`&#247;&#224;&#130;c           > 60 F7 E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{270} normal block at 0x0000016382E0F760, 40 bytes long.
 Data: <&#192;O&#225;&#130;c   &#224;&#160;&#227;&#130;c   > C0 4F E1 82 63 01 00 00 E0 A0 E3 82 63 01 00 00 
{269} normal block at 0x0000016382E150B0, 16 bytes long.
 Data: <0_&#225;&#130;c           > 30 5F E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{268} normal block at 0x0000016382E15C40, 16 bytes long.
 Data: < _&#225;&#130;c           > 08 5F E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{267} normal block at 0x0000016382E0CD50, 32 bytes long.
 Data: <Library/usr/bin/> 4C 69 62 72 61 72 79 2F 75 73 72 2F 62 69 6E 2F 
{266} normal block at 0x0000016382E15A10, 16 bytes long.
 Data: <&#224;^&#225;&#130;c           > E0 5E E1 82 63 01 00 00 00 00 00 00 00 00 00 00 
{265} normal block at 0x0000016382E15EE0, 992 bytes long.
 Data: < Z&#225;&#130;c   P&#205;&#224;&#130;c   > 10 5A E1 82 63 01 00 00 50 CD E0 82 63 01 00 00 
{109} normal block at 0x0000016382E0C990, 32 bytes long.
 Data: <windows_x86_64__> 77 69 6E 64 6F 77 73 5F 78 38 36 5F 36 34 5F 5F 
{108} normal block at 0x0000016382E07870, 16 bytes long.
 Data: <&#160;&#245;&#224;&#130;c           > A0 F5 E0 82 63 01 00 00 00 00 00 00 00 00 00 00 
{107} normal block at 0x0000016382E0F5A0, 40 bytes long.
 Data: <px&#224;&#130;c    &#201;&#224;&#130;c   > 70 78 E0 82 63 01 00 00 90 C9 E0 82 63 01 00 00 
{86} normal block at 0x0000016382E07F00, 16 bytes long.
 Data: < &#234;74&#246;           > 80 EA 37 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{85} normal block at 0x0000016382E07E60, 16 bytes long.
 Data: <@&#233;74&#246;           > 40 E9 37 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{84} normal block at 0x0000016382E07EB0, 16 bytes long.
 Data: <&#248;W44&#246;           > F8 57 34 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{83} normal block at 0x0000016382E08310, 16 bytes long.
 Data: <&#216;W44&#246;           > D8 57 34 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{82} normal block at 0x0000016382E08220, 16 bytes long.
 Data: <P 44&#246;           > 50 04 34 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{81} normal block at 0x0000016382E077D0, 16 bytes long.
 Data: <0 44&#246;           > 30 04 34 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{80} normal block at 0x0000016382E07780, 16 bytes long.
 Data: <&#224; 44&#246;           > E0 02 34 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{79} normal block at 0x0000016382E07BE0, 16 bytes long.
 Data: <  44&#246;           > 10 04 34 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{78} normal block at 0x0000016382E07FA0, 16 bytes long.
 Data: <p 44&#246;           > 70 04 34 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
{77} normal block at 0x0000016382E086D0, 16 bytes long.
 Data: < &#192;24&#246;           > 18 C0 32 34 F6 7F 00 00 00 00 00 00 00 00 00 00 
Object dump complete.

</stderr_txt>
]]>


©2025 Universitat Pompeu Fabra