Task 38579060

Name wu_a5814efc-GIANNI_GPROTO7-0-1-RND0988_0
Workunit 31544474
Created 29 Sep 2025, 21:50:02 UTC
Sent 29 Sep 2025, 21:50:20 UTC
Report deadline 4 Oct 2025, 21:50:20 UTC
Received 29 Sep 2025, 22:49:17 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 25 sec
CPU time 44 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 702.00 MB
Peak swap size 2.41 GB
Peak disk usage 8.76 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:46:01 (11308): wrapper (7.9.26016): starting
00:46:01 (11308): 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:46:02 (11308): Library/usr/bin/tar.exe exited; CPU time 0.015625
00:46:02 (11308): 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, 118362.79 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 0x000002BA8F9B2930>: 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 0x000002BA8F9B2930>: 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 0x000002BA8F9B2930>: Failed to resolve \'huggingface.co\' ([Errno 11004] getaddrinfo failed)"))'), '(Request ID: c0d8f251-0e63-4e7b-935a-856acaabb944)')

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:47:39 (11308): C:/Windows/system32/cmd.exe exited; CPU time 44.296875
00:47:39 (11308): app exit status: 0x16
00:47:39 (11308): 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: 2058675 bytes.
Dumping objects ->
{1601180} normal block at 0x00000132E6A88FB0, 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 0x00000132E6A88B50, 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 0x00000132E6A88A70, 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 0x00000132E6A88990, 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 0x00000132E6A88C30, 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 0x00000132E6A894A0, 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 0x00000132E6A585F0, 8 bytes long.
 Data: <  &#151;&#230;2   > 00 00 97 E6 32 01 00 00 
{1599942} normal block at 0x00000132E6A57BA0, 8 bytes long.
 Data: < &#133;&#137;&#232;2   > 10 85 89 E8 32 01 00 00 
..\zip\boinc_zip.cpp(122) : {318} normal block at 0x00000132E6A64120, 260 bytes long.
 Data: <                > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
{303} normal block at 0x00000132E6A5F0B0, 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 0x00000132E6A65660, 16 bytes long.
 Data: < b&#166;&#230;2           > 18 62 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{301} normal block at 0x00000132E6A65DE0, 16 bytes long.
 Data: <&#240;a&#166;&#230;2           > F0 61 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{300} normal block at 0x00000132E6A659D0, 16 bytes long.
 Data: <&#200;a&#166;&#230;2           > C8 61 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{299} normal block at 0x00000132E6A65D90, 16 bytes long.
 Data: <&#160;a&#166;&#230;2           > A0 61 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{298} normal block at 0x00000132E6A65D40, 16 bytes long.
 Data: <xa&#166;&#230;2           > 78 61 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{297} normal block at 0x00000132E6A65BB0, 16 bytes long.
 Data: <Pa&#166;&#230;2           > 50 61 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{296} normal block at 0x00000132E6A5F3F0, 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 0x00000132E6A65480, 16 bytes long.
 Data: <H&#240;&#165;&#230;2           > 48 F0 A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{294} normal block at 0x00000132E6A5CA60, 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 0x00000132E6A652F0, 16 bytes long.
 Data: < &#240;&#165;&#230;2           > 20 F0 A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{291} normal block at 0x00000132E6A65070, 16 bytes long.
 Data: <&#248;&#239;&#165;&#230;2           > F8 EF A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{290} normal block at 0x00000132E6A652A0, 16 bytes long.
 Data: <&#208;&#239;&#165;&#230;2           > D0 EF A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{289} normal block at 0x00000132E6A65CF0, 16 bytes long.
 Data: <&#168;&#239;&#165;&#230;2           > A8 EF A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{288} normal block at 0x00000132E6A65430, 16 bytes long.
 Data: < &#239;&#165;&#230;2           > 80 EF A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{287} normal block at 0x00000132E6A653E0, 16 bytes long.
 Data: <X&#239;&#165;&#230;2           > 58 EF A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{286} normal block at 0x00000132E6A5C760, 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 0x00000132E6A65890, 16 bytes long.
 Data: <0&#239;&#165;&#230;2           > 30 EF A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{284} normal block at 0x00000132E6A5EF30, 320 bytes long.
 Data: < X&#166;&#230;2   `&#199;&#165;&#230;2   > 90 58 A6 E6 32 01 00 00 60 C7 A5 E6 32 01 00 00 
{283} normal block at 0x00000132E6A64F30, 16 bytes long.
 Data: <0a&#166;&#230;2           > 30 61 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{282} normal block at 0x00000132E6A65110, 16 bytes long.
 Data: < a&#166;&#230;2           > 08 61 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{281} normal block at 0x00000132E6A5D2A0, 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 0x00000132E6A65A70, 16 bytes long.
 Data: <&#224;`&#166;&#230;2           > E0 60 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{279} normal block at 0x00000132E6A5CD00, 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 0x00000132E6A65B60, 16 bytes long.
 Data: <(`&#166;&#230;2           > 28 60 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{277} normal block at 0x00000132E6A65250, 16 bytes long.
 Data: < `&#166;&#230;2           > 00 60 A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{276} normal block at 0x00000132E6A650C0, 16 bytes long.
 Data: <&#216;_&#166;&#230;2           > D8 5F A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{275} normal block at 0x00000132E6A65200, 16 bytes long.
 Data: <&#176;_&#166;&#230;2           > B0 5F A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{274} normal block at 0x00000132E6A65A20, 16 bytes long.
 Data: < _&#166;&#230;2           > 88 5F A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{273} normal block at 0x00000132E6A65E80, 16 bytes long.
 Data: <`_&#166;&#230;2           > 60 5F A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{271} normal block at 0x00000132E6A65C50, 16 bytes long.
 Data: <`&#244;&#165;&#230;2           > 60 F4 A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{270} normal block at 0x00000132E6A5F460, 40 bytes long.
 Data: <P\&#166;&#230;2   &#160;&#148;&#168;&#230;2   > 50 5C A6 E6 32 01 00 00 A0 94 A8 E6 32 01 00 00 
{269} normal block at 0x00000132E6A65020, 16 bytes long.
 Data: <@_&#166;&#230;2           > 40 5F A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{268} normal block at 0x00000132E6A65390, 16 bytes long.
 Data: < _&#166;&#230;2           > 18 5F A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{267} normal block at 0x00000132E6A5C700, 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 0x00000132E6A65610, 16 bytes long.
 Data: <&#240;^&#166;&#230;2           > F0 5E A6 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{265} normal block at 0x00000132E6A65EF0, 992 bytes long.
 Data: < V&#166;&#230;2    &#199;&#165;&#230;2   > 10 56 A6 E6 32 01 00 00 00 C7 A5 E6 32 01 00 00 
{109} normal block at 0x00000132E6A5C5E0, 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 0x00000132E6A585A0, 16 bytes long.
 Data: <&#208;&#244;&#165;&#230;2           > D0 F4 A5 E6 32 01 00 00 00 00 00 00 00 00 00 00 
{107} normal block at 0x00000132E6A5F4D0, 40 bytes long.
 Data: <&#160;&#133;&#165;&#230;2   &#224;&#197;&#165;&#230;2   > A0 85 A5 E6 32 01 00 00 E0 C5 A5 E6 32 01 00 00 
{86} normal block at 0x00000132E6A57DD0, 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 0x00000132E6A580A0, 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 0x00000132E6A57B00, 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 0x00000132E6A58460, 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 0x00000132E6A57A10, 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 0x00000132E6A57970, 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 0x00000132E6A58050, 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 0x00000132E6A57880, 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 0x00000132E6A581E0, 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 0x00000132E6A58000, 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