Task 33784980

Name inputs_ace_pch_ms_gc_filt_af05_index_14760_to_14763-SFARR_PYSCF_ace_pch_ms_gc_filt_af05_v2-0-1-RND5493_0
Workunit 27675841
Created 1 Feb 2024, 13:40:17 UTC
Sent 1 Feb 2024, 17:02:48 UTC
Report deadline 6 Feb 2024, 17:02:48 UTC
Received 1 Feb 2024, 17:31:55 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 590406
Run time 26 min 59 sec
CPU time 26 min 21 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 9,270.37 GFLOPS
Application version Quantum chemistry calculations on GPU v1.04 (cuda1121)
x86_64-pc-linux-gnu
Peak working set size 0.00 MB
Peak swap size 0.00 MB
Peak disk usage 0.00 MB

Stderr output

<core_client_version>7.20.5</core_client_version>
<![CDATA[
<message>
process exited with code 195 (0xc3, -61)</message>
<stderr_txt>
18:02:54 (378565): wrapper (7.7.26016): starting
18:03:30 (378565): wrapper (7.7.26016): starting
18:03:30 (378565): wrapper: running bin/python (bin/conda-unpack)
18:03:31 (378565): bin/python exited; CPU time 0.280998
18:03:31 (378565): wrapper: running bin/tar (xjvf input.tar.bz2)
18:03:32 (378565): bin/tar exited; CPU time 0.005490
18:03:32 (378565): wrapper: running bin/bash (run.sh)
+ 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/9/bin
+++ dirname /var/lib/boinc-client/slots/9/bin
++ local full_path_env=/var/lib/boinc-client/slots/9
+++ basename /var/lib/boinc-client/slots/9
++ local env_name=9
++ '[' -n '' ']'
++ export CONDA_PREFIX=/var/lib/boinc-client/slots/9
++ CONDA_PREFIX=/var/lib/boinc-client/slots/9
++ export _CONDA_PACK_OLD_PS1=
++ _CONDA_PACK_OLD_PS1=
++ PATH=/var/lib/boinc-client/slots/9/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
++ PS1='(9) '
++ case "$_CONDA_SHELL_FLAVOR" in
++ hash -r
++ local _script_dir=/var/lib/boinc-client/slots/9/etc/conda/activate.d
++ '[' -d /var/lib/boinc-client/slots/9/etc/conda/activate.d ']'
+ export PATH=/var/lib/boinc-client/slots/9:/var/lib/boinc-client/slots/9/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
+ PATH=/var/lib/boinc-client/slots/9:/var/lib/boinc-client/slots/9/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/9/tmp
+ TMP=/var/lib/boinc-client/slots/9/tmp
+ mkdir -p /var/lib/boinc-client/slots/9/tmp
+ export OMP_NUM_THREADS=1
+ OMP_NUM_THREADS=1
+ export CUDA_VISIBLE_DEVICES=1
+ CUDA_VISIBLE_DEVICES=1
+ export CUPY_CUDA_LIB_PATH=/var/lib/boinc-client/slots/9/cupy
+ CUPY_CUDA_LIB_PATH=/var/lib/boinc-client/slots/9/cupy
+ echo 'Running PySCF'
+ python compute_dft.py
/var/lib/boinc-client/slots/9/lib/python3.11/site-packages/gpu4pyscf/lib/cutensor.py:174: UserWarning: using cupy as the tensor contraction engine.
  warnings.warn(f'using {contract_engine} as the tensor contraction engine.')
/var/lib/boinc-client/slots/9/lib/python3.11/site-packages/pyscf/dft/libxc.py:771: UserWarning: Since PySCF-2.3, B3LYP (and B3P86) are changed to the VWN-RPA variant, corresponding to the original definition by Stephens et al. (issue 1480) and the same as the B3LYP functional in Gaussian. To restore the VWN5 definition, you can put the setting "B3LYP_WITH_VWN5 = True" in pyscf_conf.py
  warnings.warn('Since PySCF-2.3, B3LYP (and B3P86) are changed to the VWN-RPA variant, '
/var/lib/boinc-client/slots/9/lib/python3.11/site-packages/pyscf/gto/mole.py:1280: UserWarning: Function mol.dumps drops attribute charge because it is not JSON-serializable
  warnings.warn(msg)
Traceback (most recent call last):
  File "/var/lib/boinc-client/slots/9/compute_dft.py", line 125, in <module>
    e,f,dip,q = compute_gpu(mol)
                ^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/9/compute_dft.py", line 43, in compute_gpu
    g_dft = g.kernel()   # compute gradient
            ^^^^^^^^^^
  File "/var/lib/boinc-client/slots/9/lib/python3.11/site-packages/pyscf/grad/rhf.py", line 415, in kernel
    de = self.grad_elec(mo_energy, mo_coeff, mo_occ, atmlst)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/9/lib/python3.11/site-packages/gpu4pyscf/grad/rhf.py", line 523, in grad_elec
    dvhf = mf_grad.get_veff(mol, dm0)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/9/lib/python3.11/site-packages/gpu4pyscf/df/grad/rks.py", line 96, in get_veff
    vj, vk, vjaux, vkaux = ks_grad.get_jk(mol, dm)
                           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/boinc-client/slots/9/lib/python3.11/site-packages/gpu4pyscf/df/grad/rhf.py", line 163, in get_jk
    assert k1-k0 <= block_size
           ^^^^^^^^^^^^^^^^^^^
AssertionError
18:29:52 (378565): bin/bash exited; CPU time 1458.493696
18:29:52 (378565): app exit status: 0x1
18:29:52 (378565): called boinc_finish(195)

</stderr_txt>
]]>


©2025 Universitat Pompeu Fabra