Task 38638285

Name tnks2_A21_A15_r0_1-QUICO_ATM_OpenFF23_NAGL_tnks2-0-6-RND6263_1
Workunit 31585311
Created 30 Apr 2026, 4:03:05 UTC
Sent 30 Apr 2026, 4:03:17 UTC
Report deadline 5 May 2026, 4:03:17 UTC
Received 30 Apr 2026, 4:09:16 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 644263
Run time 3 min 42 sec
CPU time 1 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 13,830.53 GFLOPS
Application version ATM: Free energy calculations of protein-ligand binding v1.20 (cuda1121)
windows_x86_64
Peak working set size 57.80 MB
Peak swap size 41.15 MB
Peak disk usage 4.06 GB

Stderr output

<core_client_version>8.2.8</core_client_version>
<![CDATA[
<message>
The operating system cannot run (null).
 (0xc3) - exit code 195 (0xc3)</message>
<stderr_txt>
06:06:51 (14768): wrapper (7.9.26016): starting
06:06:51 (14768): wrapper: running Library/usr/bin/tar.exe (xjvf input.tar.bz2)
QB_A21_A15_0.pdb
QB_A21_A15_0.xml
QB_A21_A15.inpcrd
QB_A21_A15_input.yaml
QB_A21_A15.pdb
QB_A21_A15.prmtop
QB_A21_A15_sys.xml
run.bat
run.sh
06:06:54 (14768): Library/usr/bin/tar.exe exited; CPU time 0.000000
06:06:54 (14768): wrapper: running C:/Windows/system32/cmd.exe (/c call Scripts\activate.bat && Scripts\conda-unpack.exe && run.bat)
  WARNING: The script pyaml.exe is installed in 'C:\ProgramData\BOINC\slots\4\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: Could not install packages due to an OSError.
Consider using the `--user` option or check the permissions.
Traceback (most recent call last):
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\commands\install.py", line 379, in run
    requirement_set = resolver.resolve(
                      ^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
                            ^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 397, in resolve
    self._add_to_criteria(self.state.criteria, r, parent=None)
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 173, in _add_to_criteria
    if not criterion.candidates:
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_vendor\resolvelib\structs.py", line 156, in __bool__
    return bool(self._sequence)
           ^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 174, in __bool__
    return any(self)
           ^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 162, in <genexpr>
    return (c for c in iterator if id(c) not in self._incompatible_ids)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 53, in _iter_built
    candidate = func()
                ^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 187, in _make_candidate_from_link
    base: Optional[BaseCandidate] = self._make_base_candidate_from_link(
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 233, in _make_base_candidate_from_link
    self._link_candidate_cache[link] = LinkCandidate(
                                       ^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 304, in __init__
    super().__init__(
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 159, in __init__
    self.dist = self._prepare()
                ^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 236, in _prepare
    dist = self._prepare_distribution()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 315, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\operations\prepare.py", line 527, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\operations\prepare.py", line 642, in _prepare_linked_requirement
    dist = _get_prepared_distribution(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\operations\prepare.py", line 75, in _get_prepared_distribution
    return abstract_dist.get_metadata_distribution()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\distributions\wheel.py", line 34, in get_metadata_distribution
    return get_wheel_distribution(wheel, canonicalize_name(self.req.name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\metadata\__init__.py", line 106, in get_wheel_distribution
    return select_backend().Distribution.from_wheel(wheel, canonical_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\metadata\importlib\_dists.py", line 136, in from_wheel
    with wheel.as_zipfile() as zf:
         ^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\site-packages\pip\_internal\metadata\base.py", line 679, in as_zipfile
    return zipfile.ZipFile(self.location, allowZip64=True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\BOINC\slots\4\Lib\zipfile.py", line 1295, in __init__
    self.fp = io.open(file, filemode)
              ^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'C:\\users\\fckmr\\appdata\\local\\pip\\cache\\wheels\\58\\5b\\70\\f9eec45086c9213a0e9027369279d34c29f0ce10b39d9b9d3f\\atom_openmm-8.4.0-py3-none-any.whl'
python.exe: can't open file 'C:\\ProgramData\\BOINC\\slots\\4\\Scripts\\rbfe_production.exe': [Errno 2] No such file or directory
06:07:08 (14768): C:/Windows/system32/cmd.exe exited; CPU time 1.312500
06:07:08 (14768): app exit status: 0x16
06:07:08 (14768): 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: 535605 bytes.
Dumping objects ->
{3835823} normal block at 0x0000023524FB9780, 48 bytes long.
 Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{3835812} normal block at 0x0000023524FB99B0, 48 bytes long.
 Data: <HOME=C:\ProgramD> 48 4F 4D 45 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{3835801} normal block at 0x0000023524F95100, 48 bytes long.
 Data: <TMP=C:\ProgramDa> 54 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 61 
{3835790} normal block at 0x0000023524F95410, 48 bytes long.
 Data: <TEMP=C:\ProgramD> 54 45 4D 50 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
{3835779} normal block at 0x0000023524F95020, 48 bytes long.
 Data: <TMPDIR=C:\Progra> 54 4D 50 44 49 52 3D 43 3A 5C 50 72 6F 67 72 61 
{3835748} normal block at 0x0000023526C4BD80, 64 bytes long.
 Data: <PATH=C:\ProgramD> 50 41 54 48 3D 43 3A 5C 50 72 6F 67 72 61 6D 44 
..\api\boinc_api.cpp(309) : {3835735} normal block at 0x0000023524F8D790, 8 bytes long.
 Data: <  &#162;&5   > 00 00 A2 26 35 02 00 00 
{3833961} normal block at 0x0000023524F8D3D0, 8 bytes long.
 Data: <&#224;&#215;&#247;$5   > E0 D7 F7 24 35 02 00 00 
..\zip\boinc_zip.cpp(122) : {312} normal block at 0x0000023524F80A90, 260 bytes long.
 Data: <                > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
{297} normal block at 0x0000023524F82650, 80 bytes long.
 Data: </c call Scripts\> 2F 63 20 63 61 6C 6C 20 53 63 72 69 70 74 73 5C 
{296} normal block at 0x0000023524F95970, 16 bytes long.
 Data: < k&#249;$5           > 18 6B F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{295} normal block at 0x0000023524F959C0, 16 bytes long.
 Data: <&#240;j&#249;$5           > F0 6A F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{294} normal block at 0x0000023524F90D90, 32 bytes long.
 Data: <r0/checkpoint.xm> 72 30 2F 63 68 65 63 6B 70 6F 69 6E 74 2E 78 6D 
{293} normal block at 0x0000023524F960A0, 16 bytes long.
 Data: <&#200;j&#249;$5           > C8 6A F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{292} normal block at 0x0000023524F95E20, 16 bytes long.
 Data: <&#160;j&#249;$5           > A0 6A F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{291} normal block at 0x0000023524F96730, 16 bytes long.
 Data: <xj&#249;$5           > 78 6A F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{290} normal block at 0x0000023524F966E0, 16 bytes long.
 Data: <Pj&#249;$5           > 50 6A F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{289} normal block at 0x0000023524F954F0, 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 0x0000023524F96690, 16 bytes long.
 Data: <8&#243;&#247;$5           > 38 F3 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{287} normal block at 0x0000023524F90C10, 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 0x0000023524F95F10, 16 bytes long.
 Data: < &#243;&#247;$5           > 10 F3 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{284} normal block at 0x0000023524F95C90, 16 bytes long.
 Data: <&#232;&#242;&#247;$5           > E8 F2 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{283} normal block at 0x0000023524F965A0, 16 bytes long.
 Data: <&#192;&#242;&#247;$5           > C0 F2 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{282} normal block at 0x0000023524F95AB0, 16 bytes long.
 Data: < &#242;&#247;$5           > 98 F2 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{281} normal block at 0x0000023524F965F0, 16 bytes long.
 Data: <p&#242;&#247;$5           > 70 F2 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{280} normal block at 0x0000023524F95A10, 16 bytes long.
 Data: <H&#242;&#247;$5           > 48 F2 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{279} normal block at 0x0000023524F912D0, 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 0x0000023524F96550, 16 bytes long.
 Data: < &#242;&#247;$5           > 20 F2 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{277} normal block at 0x0000023524F7F220, 320 bytes long.
 Data: <Pe&#249;$5   &#208; &#249;$5   > 50 65 F9 24 35 02 00 00 D0 12 F9 24 35 02 00 00 
{276} normal block at 0x0000023524F95CE0, 16 bytes long.
 Data: <0j&#249;$5           > 30 6A F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{275} normal block at 0x0000023524F96050, 16 bytes long.
 Data: < j&#249;$5           > 08 6A F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{274} normal block at 0x0000023524F91930, 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 0x0000023524F964B0, 16 bytes long.
 Data: <&#224;i&#249;$5           > E0 69 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{272} normal block at 0x0000023524F91870, 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 0x0000023524F96190, 16 bytes long.
 Data: <(i&#249;$5           > 28 69 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{270} normal block at 0x0000023524F95EC0, 16 bytes long.
 Data: < i&#249;$5           > 00 69 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{269} normal block at 0x0000023524F95E70, 16 bytes long.
 Data: <&#216;h&#249;$5           > D8 68 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{268} normal block at 0x0000023524F958D0, 16 bytes long.
 Data: <&#176;h&#249;$5           > B0 68 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{267} normal block at 0x0000023524F960F0, 16 bytes long.
 Data: < h&#249;$5           > 88 68 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{266} normal block at 0x0000023524F95D30, 16 bytes long.
 Data: <`h&#249;$5           > 60 68 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{264} normal block at 0x0000023524F95DD0, 16 bytes long.
 Data: <&#208;U&#249;$5           > D0 55 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{263} normal block at 0x0000023524F955D0, 40 bytes long.
 Data: <&#208;]&#249;$5    &#189;&#196;&5   > D0 5D F9 24 35 02 00 00 80 BD C4 26 35 02 00 00 
{262} normal block at 0x0000023524F95830, 16 bytes long.
 Data: <@h&#249;$5           > 40 68 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{261} normal block at 0x0000023524F96410, 16 bytes long.
 Data: < h&#249;$5           > 18 68 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{260} normal block at 0x0000023524F911B0, 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 0x0000023524F96500, 16 bytes long.
 Data: <&#240;g&#249;$5           > F0 67 F9 24 35 02 00 00 00 00 00 00 00 00 00 00 
{258} normal block at 0x0000023524F967F0, 992 bytes long.
 Data: < e&#249;$5   &#176; &#249;$5   > 00 65 F9 24 35 02 00 00 B0 11 F9 24 35 02 00 00 
{94} normal block at 0x0000023524F90CD0, 32 bytes long.
 Data: <windows_x86_64__> 77 69 6E 64 6F 77 73 5F 78 38 36 5F 36 34 5F 5F 
{93} normal block at 0x0000023524F8D380, 16 bytes long.
 Data: <`&#229;&#247;$5           > 60 E5 F7 24 35 02 00 00 00 00 00 00 00 00 00 00 
{92} normal block at 0x0000023524F7E560, 40 bytes long.
 Data: < &#211;&#248;$5   &#208; &#249;$5   > 80 D3 F8 24 35 02 00 00 D0 0C F9 24 35 02 00 00 
{71} normal block at 0x0000023524F8DC40, 16 bytes long.
 Data: < &#234;&#207;]&#247;           > 80 EA CF 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{70} normal block at 0x0000023524F8D650, 16 bytes long.
 Data: <@&#233;&#207;]&#247;           > 40 E9 CF 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{69} normal block at 0x0000023524F8D1F0, 16 bytes long.
 Data: <&#248;W&#204;]&#247;           > F8 57 CC 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{68} normal block at 0x0000023524F8E0F0, 16 bytes long.
 Data: <&#216;W&#204;]&#247;           > D8 57 CC 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{67} normal block at 0x0000023524F8E050, 16 bytes long.
 Data: <P &#204;]&#247;           > 50 04 CC 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{66} normal block at 0x0000023524F8DFB0, 16 bytes long.
 Data: <0 &#204;]&#247;           > 30 04 CC 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{65} normal block at 0x0000023524F8DBF0, 16 bytes long.
 Data: <&#224; &#204;]&#247;           > E0 02 CC 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{64} normal block at 0x0000023524F8DF60, 16 bytes long.
 Data: <  &#204;]&#247;           > 10 04 CC 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{63} normal block at 0x0000023524F8DF10, 16 bytes long.
 Data: <p &#204;]&#247;           > 70 04 CC 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
{62} normal block at 0x0000023524F8D330, 16 bytes long.
 Data: < &#192;&#202;]&#247;           > 18 C0 CA 5D F7 7F 00 00 00 00 00 00 00 00 00 00 
Object dump complete.

</stderr_txt>
]]>


©2026 Universitat Pompeu Fabra