Task 38611016

Name TYK2_A12_A05_r0_2-QUICO_ATM_OpenFF_TYK2-1-6-RND3919_1
Workunit 31561227
Created 15 Apr 2026, 15:08:04 UTC
Sent 15 Apr 2026, 15:08:26 UTC
Report deadline 20 Apr 2026, 15:08:26 UTC
Received 15 Apr 2026, 18:31:46 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 651860
Run time 2 hours 40 min 32 sec
CPU time 2 hours 40 min 32 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 20,850.86 GFLOPS
Application version ATM: Free energy calculations of protein-ligand binding v1.20 (cuda1121)
x86_64-pc-linux-gnu
Peak working set size 652.71 MB
Peak swap size 16.92 GB
Peak disk usage 3.04 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-15 10:59:01 (157626): wrapper (8.1.26018): starting
2026-04-15 10:59:19 (157626): wrapper: running bin/python (bin/conda-unpack)
2026-04-15 10:59:19 (157626): wrapper: created child process 157630
2026-04-15 10:59:20 (157626): bin/python exited; CPU time 0.131018
2026-04-15 10:59:20 (157626): wrapper: running bin/tar (xjvf input.tar.bz2)
2026-04-15 10:59:20 (157626): wrapper: created child process 157631
2026-04-15 10:59:21 (157626): bin/tar exited; CPU time 0.695747
2026-04-15 10:59:21 (157626): wrapper: running bin/bash (run.sh)
2026-04-15 10:59:21 (157626): wrapper: created child process 157633
+ 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=/home/orangekid/40000/slots/1/bin
+++ dirname /home/orangekid/40000/slots/1/bin
++ local full_path_env=/home/orangekid/40000/slots/1
+++ basename /home/orangekid/40000/slots/1
++ local env_name=1
++ '[' -n '' ']'
++ export CONDA_PREFIX=/home/orangekid/40000/slots/1
++ CONDA_PREFIX=/home/orangekid/40000/slots/1
++ export _CONDA_PACK_OLD_PS1=
++ _CONDA_PACK_OLD_PS1=
++ PATH=/home/orangekid/40000/slots/1/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
++ PS1='(1) '
++ case "$_CONDA_SHELL_FLAVOR" in
++ hash -r
++ local _script_dir=/home/orangekid/40000/slots/1/etc/conda/activate.d
++ '[' -d /home/orangekid/40000/slots/1/etc/conda/activate.d ']'
+ export PATH=/home/orangekid/40000/slots/1:/home/orangekid/40000/slots/1/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
+ PATH=/home/orangekid/40000/slots/1:/home/orangekid/40000/slots/1/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
+ echo 'Create a temporary directory'
+ export TMP=/home/orangekid/40000/slots/1/tmp
+ TMP=/home/orangekid/40000/slots/1/tmp
+ mkdir -p /home/orangekid/40000/slots/1/tmp
+ echo 'Configure AToM'
+ echo localhost,0:0,1,CUDA,,/home/orangekid/40000/slots/1/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_A12_A05_input.yaml
+ python bin/rbfe_production QB_A12_A05_input.yaml
Warning: importing 'simtk.openmm' is deprecated.  Import 'openmm' instead.
Traceback (most recent call last):
  File "/home/orangekid/40000/slots/1/bin/rbfe_production", line 8, in <module>
    sys.exit(rbfe_production())
             ^^^^^^^^^^^^^^^^^
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/atom_openmm/rbfe_production.py", line 33, in rbfe_production
    rx.scheduleJobs()
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/atom_openmm/async_re.py", line 321, in scheduleJobs
    self.transport.ProcessJobQueue(min_time,cycle_time)
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/atom_openmm/local_openmm_transport.py", line 186, in ProcessJobQueue
    self.isDone(repl,0)
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/atom_openmm/local_openmm_transport.py", line 287, in isDone
    retcode = self._update_replica(job)
              ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/atom_openmm/local_openmm_transport.py", line 212, in _update_replica
    pot = job['openmm_worker'].get_energy()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/atom_openmm/ommworker.py", line 451, in get_energy
    return self._worker_getenergy()
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/atom_openmm/ommworker.py", line 400, in _worker_getenergy
    state = self.simulation.context.getState(getEnergy = True)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/orangekid/40000/slots/1/lib/python3.11/site-packages/openmm/openmm.py", line 15506, in getState
    state = _openmm.Context_getState(self, types, enforcePeriodicBox, groups_mask)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
openmm.OpenMMException: Particle coordinate is NaN.  For more information, see https://github.com/openmm/openmm/wiki/Frequently-Asked-Questions#nan
2026-04-15 13:29:40 (157626): bin/bash exited; CPU time 9449.106797
2026-04-15 13:29:40 (157626): app exit status: 0x1
2026-04-15 13:29:40 (157626): called boinc_finish(195)

</stderr_txt>
]]>


©2026 Universitat Pompeu Fabra