Task 38579015

Name wu_1e7ffeae-GIANNI_GPROTO7-0-1-RND2457_1
Workunit 31543309
Created 29 Sep 2025, 20:31:04 UTC
Sent 29 Sep 2025, 20:31:17 UTC
Report deadline 4 Oct 2025, 20:31:17 UTC
Received 29 Sep 2025, 22:14:26 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 36 sec
CPU time 39 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 642.06 MB
Peak swap size 2.30 GB
Peak disk usage 8.61 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>
00:11:19 (68788): wrapper (7.9.26016): starting
00:11:19 (68788): 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
00:11:20 (68788): Library/usr/bin/tar.exe exited; CPU time 0.015625
00:11:20 (68788): 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, 125941.46 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 0x00000177DCFFDE20>: 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 0x00000177DCFFDE20>: 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 0x00000177DCFFDE20>: Failed to resolve \'huggingface.co\' ([Errno 11004] getaddrinfo failed)"))'), '(Request ID: 387a8988-22c8-45fe-ad3a-2fe123191061)')

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'.

00:13:12 (68788): C:/Windows/system32/cmd.exe exited; CPU time 39.703125
00:13:12 (68788): app exit status: 0x16
00:13:12 (68788): 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: 2239077 bytes.
Dumping objects ->
{1601180} normal block at 0x000001C73E72BA20, 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 0x000001C73E72BD30, 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 0x000001C73E72B8D0, 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 0x000001C73E72B470, 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 0x000001C73E72B780, 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 0x000001C74059D770, 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 0x000001C73E708530, 8 bytes long.
 Data: <  _>&#199;   > 00 00 5F 3E C7 01 00 00 
{1599942} normal block at 0x000001C73E708080, 8 bytes long.
 Data: <  S@&#199;   > 80 05 53 40 C7 01 00 00 
..\zip\boinc_zip.cpp(122) : {318} normal block at 0x000001C73E706870, 260 bytes long.
 Data: <                > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
{303} normal block at 0x000001C73E6F1BB0, 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 0x000001C73E707E00, 16 bytes long.
 Data: <  p>&#199;           > 98 8F 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{301} normal block at 0x000001C73E7083F0, 16 bytes long.
 Data: <p p>&#199;           > 70 8F 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{300} normal block at 0x000001C73E708350, 16 bytes long.
 Data: <H p>&#199;           > 48 8F 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{299} normal block at 0x000001C73E707DB0, 16 bytes long.
 Data: <  p>&#199;           > 20 8F 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{298} normal block at 0x000001C73E707D60, 16 bytes long.
 Data: <&#248;&#142;p>&#199;           > F8 8E 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{297} normal block at 0x000001C73E708300, 16 bytes long.
 Data: <&#208;&#142;p>&#199;           > D0 8E 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{296} normal block at 0x000001C73E701450, 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 0x000001C73E707CC0, 16 bytes long.
 Data: <  o>&#199;           > 18 01 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{294} normal block at 0x000001C73E702010, 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 0x000001C73E707BD0, 16 bytes long.
 Data: <&#240; o>&#199;           > F0 00 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{291} normal block at 0x000001C73E7083A0, 16 bytes long.
 Data: <&#200; o>&#199;           > C8 00 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{290} normal block at 0x000001C73E707AE0, 16 bytes long.
 Data: <&#160; o>&#199;           > A0 00 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{289} normal block at 0x000001C73E708800, 16 bytes long.
 Data: <x o>&#199;           > 78 00 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{288} normal block at 0x000001C73E707A90, 16 bytes long.
 Data: <P o>&#199;           > 50 00 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{287} normal block at 0x000001C73E708170, 16 bytes long.
 Data: <( o>&#199;           > 28 00 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{286} normal block at 0x000001C73E701CB0, 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 0x000001C73E708710, 16 bytes long.
 Data: <  o>&#199;           > 00 00 6F 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{284} normal block at 0x000001C73E6F0000, 320 bytes long.
 Data: < &#135;p>&#199;   &#176; p>&#199;   > 10 87 70 3E C7 01 00 00 B0 1C 70 3E C7 01 00 00 
{283} normal block at 0x000001C73E708030, 16 bytes long.
 Data: <&#176;&#142;p>&#199;           > B0 8E 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{282} normal block at 0x000001C73E707FE0, 16 bytes long.
 Data: < &#142;p>&#199;           > 88 8E 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{281} normal block at 0x000001C73E702250, 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 0x000001C73E707950, 16 bytes long.
 Data: <`&#142;p>&#199;           > 60 8E 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{279} normal block at 0x000001C73E701C50, 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 0x000001C73E708760, 16 bytes long.
 Data: <&#168; p>&#199;           > A8 8D 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{277} normal block at 0x000001C73E7079F0, 16 bytes long.
 Data: <  p>&#199;           > 80 8D 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{276} normal block at 0x000001C73E708670, 16 bytes long.
 Data: <X p>&#199;           > 58 8D 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{275} normal block at 0x000001C73E708260, 16 bytes long.
 Data: <0 p>&#199;           > 30 8D 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{274} normal block at 0x000001C73E708210, 16 bytes long.
 Data: <  p>&#199;           > 08 8D 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{273} normal block at 0x000001C73E708620, 16 bytes long.
 Data: <&#224;&#140;p>&#199;           > E0 8C 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{271} normal block at 0x000001C73E707F90, 16 bytes long.
 Data: <  p>&#199;           > 90 12 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{270} normal block at 0x000001C73E701290, 40 bytes long.
 Data: <  p>&#199;   p&#215;Y@&#199;   > 90 7F 70 3E C7 01 00 00 70 D7 59 40 C7 01 00 00 
{269} normal block at 0x000001C73E707D10, 16 bytes long.
 Data: <&#192;&#140;p>&#199;           > C0 8C 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{268} normal block at 0x000001C73E7078B0, 16 bytes long.
 Data: < &#140;p>&#199;           > 98 8C 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{267} normal block at 0x000001C73E702850, 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 0x000001C73E707B30, 16 bytes long.
 Data: <p&#140;p>&#199;           > 70 8C 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{265} normal block at 0x000001C73E708C70, 992 bytes long.
 Data: <0{p>&#199;   P(p>&#199;   > 30 7B 70 3E C7 01 00 00 50 28 70 3E C7 01 00 00 
{109} normal block at 0x000001C73E702610, 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 0x000001C73E6FD080, 16 bytes long.
 Data: <&#224; p>&#199;           > E0 13 70 3E C7 01 00 00 00 00 00 00 00 00 00 00 
{107} normal block at 0x000001C73E7013E0, 40 bytes long.
 Data: < &#208;o>&#199;    &p>&#199;   > 80 D0 6F 3E C7 01 00 00 10 26 70 3E C7 01 00 00 
{86} normal block at 0x000001C73E6FD300, 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 0x000001C73E6FD030, 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 0x000001C73E6FC5E0, 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 0x000001C73E6FC8B0, 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 0x000001C73E6FCF40, 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 0x000001C73E6FC540, 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 0x000001C73E6FD2B0, 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 0x000001C73E6FC4F0, 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 0x000001C73E6FCAE0, 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 0x000001C73E6FD1C0, 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