Task 38601296

Name BACE_A32_A28_r0_2-QUICO_ATM_GAFF2_NAGL_BACE-3-6-RND2595_0
Workunit 31555897
Created 9 Apr 2026, 12:26:29 UTC
Sent 9 Apr 2026, 12:26:39 UTC
Report deadline 14 Apr 2026, 12:26:39 UTC
Received 9 Apr 2026, 12:42:19 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 651884
Run time 7 min 8 sec
CPU time 6 min 52 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 5,096.24 GFLOPS
Application version ATM: Free energy calculations of protein-ligand binding v1.20 (cuda1121)
x86_64-pc-linux-gnu
Peak working set size 702.41 MB
Peak swap size 57.29 GB
Peak disk usage 2.98 GB

Stderr output

<core_client_version>7.24.1</core_client_version>
<![CDATA[
<message>
process exited with code 195 (0xc3, -61)</message>
<stderr_txt>
2026-04-09 12:34:53 (2979): wrapper (8.1.26018): starting
2026-04-09 12:35:25 (2979): wrapper: running bin/python (bin/conda-unpack)
2026-04-09 12:35:25 (2979): wrapper: created child process 2982
2026-04-09 12:35:26 (2979): bin/python exited; CPU time 0.323698
2026-04-09 12:35:26 (2979): wrapper: running bin/tar (xjvf input.tar.bz2)
2026-04-09 12:35:26 (2979): wrapper: created child process 2985
2026-04-09 12:35:28 (2979): bin/tar exited; CPU time 1.011529
2026-04-09 12:35:28 (2979): wrapper: running bin/bash (run.sh)
2026-04-09 12:35:28 (2979): wrapper: created child process 2989
+ echo 'Setup environment'
+ source bin/activate
++ _conda_pack_activate
++ local _CONDA_SHELL_FLAVOR
++ '[' -n x ']'
++ _CONDA_SHELL_FLAVOR=bash
++ local script_dir
++ case "$_CONDA_SHELL_FLAVOR" in
+++ dirname bin/activate
++ script_dir=bin
+++ cd bin
+++ pwd
++ local full_path_script_dir=/var/lib/boinc-client/slots/11/bin
+++ dirname /var/lib/boinc-client/slots/11/bin
++ local full_path_env=/var/lib/boinc-client/slots/11
+++ basename /var/lib/boinc-client/slots/11
++ local env_name=11
++ '[' -n '' ']'
++ export CONDA_PREFIX=/var/lib/boinc-client/slots/11
++ CONDA_PREFIX=/var/lib/boinc-client/slots/11
++ export _CONDA_PACK_OLD_PS1=
++ _CONDA_PACK_OLD_PS1=
++ PATH=/var/lib/boinc-client/slots/11/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
++ PS1='(11) '
++ case "$_CONDA_SHELL_FLAVOR" in
++ hash -r
++ local _script_dir=/var/lib/boinc-client/slots/11/etc/conda/activate.d
++ '[' -d /var/lib/boinc-client/slots/11/etc/conda/activate.d ']'
+ export PATH=/var/lib/boinc-client/slots/11:/var/lib/boinc-client/slots/11/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
+ PATH=/var/lib/boinc-client/slots/11:/var/lib/boinc-client/slots/11/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
+ echo 'Create a temporary directory'
+ export TMP=/var/lib/boinc-client/slots/11/tmp
+ TMP=/var/lib/boinc-client/slots/11/tmp
+ mkdir -p /var/lib/boinc-client/slots/11/tmp
+ echo 'Configure AToM'
+ echo localhost,0:0,1,CUDA,,/var/lib/boinc-client/slots/11/tmp
+ FILE=starting_sample
+ '[' -f starting_sample ']'
+ echo 'starting_sample does not exist.'
+ echo 'Install ATM and deps'
+ python -m pip list
+ python -m pip install pyaml -v
+ python -m pip install --no-dependencies atom-openmm -v
+ python -m pip list
+ echo 'Extract restart'
+ tar xjvf restart.tar.bz2
+ echo 'Run AToM'
+ CONFIG_FILE=QB_A32_A28_input.yaml
+ python bin/rbfe_production QB_A32_A28_input.yaml
Warning: importing 'simtk.openmm' is deprecated.  Import 'openmm' instead.
Traceback (most recent call last):
  File "/var/lib/boinc-client/slots/11/bin/rbfe_production", line 8, in <module>
    sys.exit(rbfe_production())
             ^^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/11/lib/python3.11/site-packages/atom_openmm/rbfe_production.py", line 33, in rbfe_production
    rx.scheduleJobs()
  File "/var/lib/boinc-client/slots/11/lib/python3.11/site-packages/atom_openmm/async_re.py", line 321, in scheduleJobs
    self.transport.ProcessJobQueue(min_time,cycle_time)
  File "/var/lib/boinc-client/slots/11/lib/python3.11/site-packages/atom_openmm/local_openmm_transport.py", line 186, in ProcessJobQueue
    self.isDone(repl,0)
  File "/var/lib/boinc-client/slots/11/lib/python3.11/site-packages/atom_openmm/local_openmm_transport.py", line 287, in isDone
    retcode = self._update_replica(job)
              ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/11/lib/python3.11/site-packages/atom_openmm/local_openmm_transport.py", line 210, in _update_replica
    (pos,vel) = job['openmm_worker'].get_posvel()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/11/lib/python3.11/site-packages/atom_openmm/ommworker.py", line 467, in get_posvel
    state = self.context.getState(getPositions=True, getVelocities=True)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/11/lib/python3.11/site-packages/openmm/openmm.py", line 15506, in getState
    state = _openmm.Context_getState(self, types, enforcePeriodicBox, groups_mask)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
openmm.OpenMMException: Error downloading array posq: CUDA_ERROR_ILLEGAL_ADDRESS (700)
terminate called after throwing an instance of 'OpenMM::OpenMMException'
  what():  Error deleting array bondParams: CUDA_ERROR_ILLEGAL_ADDRESS (700)
run.sh: line 34:  3079 Aborted                 python bin/rbfe_production $CONFIG_FILE
2026-04-09 12:41:57 (2979): bin/bash exited; CPU time 395.837289
2026-04-09 12:41:57 (2979): app exit status: 0x86
2026-04-09 12:41:57 (2979): called boinc_finish(195)

</stderr_txt>
]]>


©2026 Universitat Pompeu Fabra