Task 38579095

Name wu_8484c583-GIANNI_GPROTO7-0-1-RND1412_0
Workunit 31544509
Created 29 Sep 2025, 21:57:42 UTC
Sent 29 Sep 2025, 22:04:08 UTC
Report deadline 4 Oct 2025, 22:04:08 UTC
Received 29 Sep 2025, 23:31:26 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 601046
Run time 15 min 53 sec
CPU time 45 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 35,589.00 GFLOPS
Application version LLM: LLMs for chemistry v1.01 (cuda124L)
windows_x86_64
Peak working set size 1.81 GB
Peak swap size 13.08 GB
Peak disk usage 6.35 GB

Stderr output

<core_client_version>8.2.4</core_client_version>
<![CDATA[
<message>
The operating system cannot run (null).
 (0xc3) - exit code 195 (0xc3)</message>
<stderr_txt>
19:15:53 (4068): wrapper (7.9.26016): starting
19:15:53 (4068): 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
19:15:54 (4068): Library/usr/bin/tar.exe exited; CPU time 0.000000
19:15:54 (4068): 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, 277819.99 examples/s]
[W929 19:17:00.000000000 socket.cpp:759] [c10d] The client socket has failed to connect to [Bruces_2022_XPS]:49436 (system error: 10049 - The requested address is not valid in its context.).
[rank0]: Traceback (most recent call last):
[rank0]:   File "wheel_contents/aiengine/main_generation.py", line 87, in <module>
[rank0]:   File "wheel_contents/aiengine/model.py", line 36, in __init__
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\utils.py", line 1096, in inner
[rank0]:     return fn(*args, **kwargs)
[rank0]:            ^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\entrypoints\llm.py", line 243, in __init__
[rank0]:     self.llm_engine = LLMEngine.from_engine_args(
[rank0]:                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\engine\llm_engine.py", line 521, in from_engine_args
[rank0]:     return engine_cls.from_vllm_config(
[rank0]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\engine\llm_engine.py", line 497, in from_vllm_config
[rank0]:     return cls(
[rank0]:            ^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\engine\llm_engine.py", line 281, in __init__
[rank0]:     self.model_executor = executor_class(vllm_config=vllm_config, )
[rank0]:                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\executor\executor_base.py", line 52, in __init__
[rank0]:     self._init_executor()
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\executor\uniproc_executor.py", line 47, in _init_executor
[rank0]:     self.collective_rpc("load_model")
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\executor\uniproc_executor.py", line 56, in collective_rpc
[rank0]:     answer = run_method(self.driver_worker, method, args, kwargs)
[rank0]:              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\utils.py", line 2359, in run_method
[rank0]:     return func(*args, **kwargs)
[rank0]:            ^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\worker\worker.py", line 184, in load_model
[rank0]:     self.model_runner.load_model()
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\worker\model_runner.py", line 1113, in load_model
[rank0]:     self.model = get_model(vllm_config=self.vllm_config)
[rank0]:                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\model_executor\model_loader\__init__.py", line 14, in get_model
[rank0]:     return loader.load_model(vllm_config=vllm_config)
[rank0]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\model_executor\model_loader\loader.py", line 1280, in load_model
[rank0]:     self._load_weights(model_config, model)
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\model_executor\model_loader\loader.py", line 1183, in _load_weights
[rank0]:     self._get_quantized_weights_iterator(model_config.model,
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\model_executor\model_loader\loader.py", line 891, in _get_quantized_weights_iterator
[rank0]:     hf_weights_files, use_safetensors = self._prepare_weights(
[rank0]:                                         ^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\model_executor\model_loader\loader.py", line 820, in _prepare_weights
[rank0]:     hf_folder, hf_weights_files, matched_pattern = self._get_weight_files(
[rank0]:                                                    ^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\model_executor\model_loader\loader.py", line 801, in _get_weight_files
[rank0]:     hf_folder = download_weights_from_hf(
[rank0]:                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\vllm\model_executor\model_loader\weight_utils.py", line 270, in download_weights_from_hf
[rank0]:     hf_folder = snapshot_download(
[rank0]:                 ^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
[rank0]:     return fn(*args, **kwargs)
[rank0]:            ^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\_snapshot_download.py", line 296, in snapshot_download
[rank0]:     thread_map(
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\tqdm\contrib\concurrent.py", line 69, in thread_map
[rank0]:     return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
[rank0]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\tqdm\contrib\concurrent.py", line 51, in _executor_map
[rank0]:     return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
[rank0]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\tqdm\std.py", line 1169, in __iter__
[rank0]:     for obj in iterable:
[rank0]:                ^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\concurrent\futures\_base.py", line 619, in result_iterator
[rank0]:     yield _result_or_cancel(fs.pop())
[rank0]:           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\concurrent\futures\_base.py", line 317, in _result_or_cancel
[rank0]:     return fut.result(timeout)
[rank0]:            ^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\concurrent\futures\_base.py", line 456, in result
[rank0]:     return self.__get_result()
[rank0]:            ^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\concurrent\futures\_base.py", line 401, in __get_result
[rank0]:     raise self._exception
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\concurrent\futures\thread.py", line 59, in run
[rank0]:     result = self.fn(*self.args, **self.kwargs)
[rank0]:              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\_snapshot_download.py", line 270, in _inner_hf_hub_download
[rank0]:     return hf_hub_download(
[rank0]:            ^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
[rank0]:     return fn(*args, **kwargs)
[rank0]:            ^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\file_download.py", line 961, in hf_hub_download
[rank0]:     return _hf_hub_download_to_cache_dir(
[rank0]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\file_download.py", line 1112, in _hf_hub_download_to_cache_dir
[rank0]:     _download_to_tmp_and_move(
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\file_download.py", line 1661, in _download_to_tmp_and_move
[rank0]:     xet_get(
[rank0]:   File "C:\ProgramData\BOINC\slots\0\Lib\site-packages\huggingface_hub\file_download.py", line 580, in xet_get
[rank0]:     download_files(
[rank0]: RuntimeError: Data processing error: CAS service error : Error : single flight error: Real call failed: CasObjectError(InternalIOError(Custom { kind: Other, error: reqwest::Error { kind: Decode, source: hyper::Error(Body, Custom { kind: UnexpectedEof, error: IncompleteBody }) } }))
19:29:20 (4068): C:/Windows/system32/cmd.exe exited; CPU time 45.812500
19:29:20 (4068): app exit status: 0x16
19:29:20 (4068): called boinc_finish(195)
0 bytes in 0 Free Blocks.
462 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: 10703455 bytes.
Dumping objects ->
{1601187} normal block at 0x000001FA6BA99E40, 48 bytes long.
 Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601176} normal block at 0x000001FA6BA74E60, 48 bytes long.
 Data: <HOME=C:\ProgramD> 48 4F 4D 45 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601165} normal block at 0x000001FA6BA74BC0, 48 bytes long.
 Data: <TMP=C:\ProgramDa> 54 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 61 
{1601154} normal block at 0x000001FA6BA752C0, 48 bytes long.
 Data: <TEMP=C:\ProgramD> 54 45 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601143} normal block at 0x000001FA6BA74CA0, 48 bytes long.
 Data: <TMPDIR=C:\Progra> 54 4D 50 44 49 52 3D 43 3A 5C 50 72 6F 67 72 61 
{1601112} normal block at 0x000001FA6D7DCFC0, 64 bytes long.
 Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{1601101} normal block at 0x000001FA6BB3F260, 103 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) : {1601098} normal block at 0x000001FA6BA70190, 8 bytes long.
 Data: <  &#242;k&#250;   > 00 00 F2 6B FA 01 00 00 
{1600494} normal block at 0x000001FA6BB3ED90, 103 bytes long.
 Data: <<project_prefere> 3C 70 72 6F 6A 65 63 74 5F 70 72 65 66 65 72 65 
{1599910} normal block at 0x000001FA6BA70370, 8 bytes long.
 Data: <P&#209;&#165;k&#250;   > 50 D1 A5 6B FA 01 00 00 
..\zip\boinc_zip.cpp(122) : {302} normal block at 0x000001FA6BA61E10, 260 bytes long.
 Data: <                > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
{287} normal block at 0x000001FA6BA61530, 80 bytes long.
 Data: </c call Scripts\> 2F 63 20 63 61 6C 6C 20 53 63 72 69 70 74 73 5C 
{286} normal block at 0x000001FA6BA76360, 16 bytes long.
 Data: <&#184;j&#167;k&#250;           > B8 6A A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{285} normal block at 0x000001FA6BA76040, 16 bytes long.
 Data: < j&#167;k&#250;           > 90 6A A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{284} normal block at 0x000001FA6BA75CD0, 16 bytes long.
 Data: <hj&#167;k&#250;           > 68 6A A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{283} normal block at 0x000001FA6BA75960, 16 bytes long.
 Data: <@j&#167;k&#250;           > 40 6A A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{282} normal block at 0x000001FA6BA75C80, 16 bytes long.
 Data: < j&#167;k&#250;           > 18 6A A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{281} normal block at 0x000001FA6BA75910, 16 bytes long.
 Data: <&#240;i&#167;k&#250;           > F0 69 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{280} normal block at 0x000001FA6BA74D80, 48 bytes long.
 Data: <ComSpec=C:\Windo> 43 6F 6D 53 70 65 63 3D 43 3A 5C 57 69 6E 64 6F 
{279} normal block at 0x000001FA6BA762C0, 16 bytes long.
 Data: <&#184;&#182;&#165;k&#250;           > B8 B6 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{278} normal block at 0x000001FA6BA71660, 32 bytes long.
 Data: <SystemRoot=C:\Wi> 53 79 73 74 65 6D 52 6F 6F 74 3D 43 3A 5C 57 69 
{277} normal block at 0x000001FA6BA76180, 16 bytes long.
 Data: < &#182;&#165;k&#250;           > 90 B6 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{275} normal block at 0x000001FA6BA75BE0, 16 bytes long.
 Data: <h&#182;&#165;k&#250;           > 68 B6 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{274} normal block at 0x000001FA6BA76270, 16 bytes long.
 Data: <@&#182;&#165;k&#250;           > 40 B6 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{273} normal block at 0x000001FA6BA760E0, 16 bytes long.
 Data: < &#182;&#165;k&#250;           > 18 B6 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{272} normal block at 0x000001FA6BA75B90, 16 bytes long.
 Data: <&#240;&#181;&#165;k&#250;           > F0 B5 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{271} normal block at 0x000001FA6BA75A50, 16 bytes long.
 Data: <&#200;&#181;&#165;k&#250;           > C8 B5 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{270} normal block at 0x000001FA6BA70CA0, 32 bytes long.
 Data: <CUDA_DEVICE=0 PU> 43 55 44 41 5F 44 45 56 49 43 45 3D 30 00 50 55 
{269} normal block at 0x000001FA6BA75B40, 16 bytes long.
 Data: <&#160;&#181;&#165;k&#250;           > A0 B5 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{268} normal block at 0x000001FA6BA5B5A0, 320 bytes long.
 Data: <@[&#167;k&#250;   &#160; &#167;k&#250;   > 40 5B A7 6B FA 01 00 00 A0 0C A7 6B FA 01 00 00 
{267} normal block at 0x000001FA6BA765E0, 16 bytes long.
 Data: <&#208;i&#167;k&#250;           > D0 69 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{266} normal block at 0x000001FA6BA75C30, 16 bytes long.
 Data: <&#168;i&#167;k&#250;           > A8 69 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{265} normal block at 0x000001FA6BA711E0, 32 bytes long.
 Data: <C:/Windows/syste> 43 3A 2F 57 69 6E 64 6F 77 73 2F 73 79 73 74 65 
{264} normal block at 0x000001FA6BA758C0, 16 bytes long.
 Data: < i&#167;k&#250;           > 80 69 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{263} normal block at 0x000001FA6BA71720, 32 bytes long.
 Data: <xjvf input.tar.b> 78 6A 76 66 20 69 6E 70 75 74 2E 74 61 72 2E 62 
{262} normal block at 0x000001FA6BA75AF0, 16 bytes long.
 Data: <&#200;h&#167;k&#250;           > C8 68 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{261} normal block at 0x000001FA6BA759B0, 16 bytes long.
 Data: <&#160;h&#167;k&#250;           > A0 68 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{260} normal block at 0x000001FA6BA75A00, 16 bytes long.
 Data: <xh&#167;k&#250;           > 78 68 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{259} normal block at 0x000001FA6BA76590, 16 bytes long.
 Data: <Ph&#167;k&#250;           > 50 68 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{258} normal block at 0x000001FA6BA766D0, 16 bytes long.
 Data: <(h&#167;k&#250;           > 28 68 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{257} normal block at 0x000001FA6BA757D0, 16 bytes long.
 Data: < h&#167;k&#250;           > 00 68 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{255} normal block at 0x000001FA6BA76680, 16 bytes long.
 Data: <@O&#167;k&#250;           > 40 4F A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{254} normal block at 0x000001FA6BA74F40, 40 bytes long.
 Data: < f&#167;k&#250;   &#192;&#207;}m&#250;   > 80 66 A7 6B FA 01 00 00 C0 CF 7D 6D FA 01 00 00 
{253} normal block at 0x000001FA6BA76220, 16 bytes long.
 Data: <&#224;g&#167;k&#250;           > E0 67 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{252} normal block at 0x000001FA6BA761D0, 16 bytes long.
 Data: <&#184;g&#167;k&#250;           > B8 67 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{251} normal block at 0x000001FA6BA70DC0, 32 bytes long.
 Data: <Library/usr/bin/> 4C 69 62 72 61 72 79 2F 75 73 72 2F 62 69 6E 2F 
{250} normal block at 0x000001FA6BA75EB0, 16 bytes long.
 Data: < g&#167;k&#250;           > 90 67 A7 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{249} normal block at 0x000001FA6BA76790, 992 bytes long.
 Data: <&#176;^&#167;k&#250;   &#192; &#167;k&#250;   > B0 5E A7 6B FA 01 00 00 C0 0D A7 6B FA 01 00 00 
{93} normal block at 0x000001FA6BA71600, 32 bytes long.
 Data: <windows_x86_64__> 77 69 6E 64 6F 77 73 5F 78 38 36 5F 36 34 5F 5F 
{92} normal block at 0x000001FA6BA6FCE0, 16 bytes long.
 Data: <&#224;&#230;&#165;k&#250;           > E0 E6 A5 6B FA 01 00 00 00 00 00 00 00 00 00 00 
{91} normal block at 0x000001FA6BA5E6E0, 40 bytes long.
 Data: <&#224;&#252;&#166;k&#250;     &#167;k&#250;   > E0 FC A6 6B FA 01 00 00 00 16 A7 6B FA 01 00 00 
{70} normal block at 0x000001FA6BA70B40, 16 bytes long.
 Data: < &#234;&#225; &#246;           > 80 EA E1 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{69} normal block at 0x000001FA6BA70000, 16 bytes long.
 Data: <@&#233;&#225; &#246;           > 40 E9 E1 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{68} normal block at 0x000001FA6BA70550, 16 bytes long.
 Data: <&#248;W&#222; &#246;           > F8 57 DE 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{67} normal block at 0x000001FA6BA70320, 16 bytes long.
 Data: <&#216;W&#222; &#246;           > D8 57 DE 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{66} normal block at 0x000001FA6BA6FD80, 16 bytes long.
 Data: <P &#222; &#246;           > 50 04 DE 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{65} normal block at 0x000001FA6BA6FFB0, 16 bytes long.
 Data: <0 &#222; &#246;           > 30 04 DE 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{64} normal block at 0x000001FA6BA70280, 16 bytes long.
 Data: <&#224; &#222; &#246;           > E0 02 DE 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{63} normal block at 0x000001FA6BA6FC90, 16 bytes long.
 Data: <  &#222; &#246;           > 10 04 DE 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{62} normal block at 0x000001FA6BA709B0, 16 bytes long.
 Data: <p &#222; &#246;           > 70 04 DE 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
{61} normal block at 0x000001FA6BA70460, 16 bytes long.
 Data: < &#192;&#220; &#246;           > 18 C0 DC 9D F6 7F 00 00 00 00 00 00 00 00 00 00 
Object dump complete.

</stderr_txt>
]]>


©2025 Universitat Pompeu Fabra