Task 33731883

Name inputs_ace_pch_ms_gc_filt_af05_mol_100029704-SFARR_PYSCF_ace_pch-0-1-RND6001_0
Workunit 27644336
Created 12 Jan 2024, 13:47:19 UTC
Sent 12 Jan 2024, 14:13:27 UTC
Report deadline 17 Jan 2024, 14:13:27 UTC
Received 12 Jan 2024, 14:15:07 UTC
Server state Over
Outcome Computation error
Client state Compute error
Exit status 195 (0x000000C3) EXIT_CHILD_FAILED
Computer ID 632660
Run time 1 min 11 sec
CPU time 28 sec
Validate state Invalid
Credit 0.00
Device peak FLOPS 35,023.34 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.19.0</core_client_version>
<![CDATA[
<message>
process exited with code 195 (0xc3, -61)</message>
<stderr_txt>
09:13:37 (423293): wrapper (7.7.26016): starting
09:14:16 (423293): wrapper (7.7.26016): starting
09:14:16 (423293): wrapper: running bin/python (bin/conda-unpack)
09:14:17 (423293): bin/python exited; CPU time 0.259068
09:14:17 (423293): wrapper: running bin/tar (xjvf input.tar.bz2)
09:14:18 (423293): bin/tar exited; CPU time 0.002145
09:14:18 (423293): 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=/home/whitlerd/Desktop/BOINC/slots/47/bin
+++ dirname /home/whitlerd/Desktop/BOINC/slots/47/bin
++ local full_path_env=/home/whitlerd/Desktop/BOINC/slots/47
+++ basename /home/whitlerd/Desktop/BOINC/slots/47
++ local env_name=47
++ '[' -n '' ']'
++ export CONDA_PREFIX=/home/whitlerd/Desktop/BOINC/slots/47
++ CONDA_PREFIX=/home/whitlerd/Desktop/BOINC/slots/47
++ export _CONDA_PACK_OLD_PS1=
++ _CONDA_PACK_OLD_PS1=
++ PATH=/home/whitlerd/Desktop/BOINC/slots/47/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
++ PS1='(47) '
++ case "$_CONDA_SHELL_FLAVOR" in
++ hash -r
++ local _script_dir=/home/whitlerd/Desktop/BOINC/slots/47/etc/conda/activate.d
++ '[' -d /home/whitlerd/Desktop/BOINC/slots/47/etc/conda/activate.d ']'
+ export PATH=/home/whitlerd/Desktop/BOINC/slots/47:/home/whitlerd/Desktop/BOINC/slots/47/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
+ PATH=/home/whitlerd/Desktop/BOINC/slots/47:/home/whitlerd/Desktop/BOINC/slots/47/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
+ echo 'Create a temporary directory'
+ export TMP=/home/whitlerd/Desktop/BOINC/slots/47/tmp
+ TMP=/home/whitlerd/Desktop/BOINC/slots/47/tmp
+ mkdir -p /home/whitlerd/Desktop/BOINC/slots/47/tmp
+ export CUPY_CUDA_LIB_PATH=/home/whitlerd/Desktop/BOINC/slots/47/cupy
+ CUPY_CUDA_LIB_PATH=/home/whitlerd/Desktop/BOINC/slots/47/cupy
+ echo 'Running PySCF'
+ python compute_dft.py .
/home/whitlerd/Desktop/BOINC/slots/47/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.')
/home/whitlerd/Desktop/BOINC/slots/47/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, '
CUDA Error of GINTint2e_jk_kernel: out of memory
Traceback (most recent call last):
  File "/home/whitlerd/Desktop/BOINC/slots/47/compute_dft.py", line 52, in <module>
    e,f = compute_gpu(mol)
          ^^^^^^^^^^^^^^^^
  File "/home/whitlerd/Desktop/BOINC/slots/47/compute_dft.py", line 15, in compute_gpu
    e_dft = mf.kernel()  # compute total energy
            ^^^^^^^^^^^
  File "<string>", line 2, in kernel
  File "/home/whitlerd/Desktop/BOINC/slots/47/lib/python3.11/site-packages/gpu4pyscf/scf/hf.py", line 586, in scf
    _kernel(self, self.conv_tol, self.conv_tol_grad,
  File "/home/whitlerd/Desktop/BOINC/slots/47/lib/python3.11/site-packages/gpu4pyscf/scf/hf.py", line 400, in _kernel
    vhf = mf.get_veff(mol, dm)
          ^^^^^^^^^^^^^^^^^^^^
  File "/home/whitlerd/Desktop/BOINC/slots/47/lib/python3.11/site-packages/gpu4pyscf/dft/rks.py", line 179, in get_veff
    vj, vk = ks.get_jk(mol, dm, hermi)
             ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/whitlerd/Desktop/BOINC/slots/47/lib/python3.11/site-packages/gpu4pyscf/scf/hf.py", line 283, in _get_jk
    vj, vk = get_jk(mol, dm, hermi, vhfopt, with_j, with_k, omega, verbose=log)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/whitlerd/Desktop/BOINC/slots/47/lib/python3.11/site-packages/gpu4pyscf/scf/hf.py", line 173, in get_jk
    raise RuntimeError(detail)
RuntimeError: CUDA Error for (fd|fd)
09:14:46 (423293): bin/bash exited; CPU time 25.537706
09:14:46 (423293): app exit status: 0x1
09:14:46 (423293): called boinc_finish(195)

</stderr_txt>
]]>


©2025 Universitat Pompeu Fabra