StartDate: 2026-09-17 00:06:51+00:00 CpuId: 12x Intel Xeon W 2000 / D-2100 (Skylake / Cascade Lake) {Skylake}, 14nm GpuId: 1x Tesla V100-SXM2-16GB CommitSHA: 3919fb7b1c1b8804bc2b603e2cadadc551023053 CommitTime: 2026-09-17 02:12:10 +0800 CommitAuthor: Dynamics of Condensed Matter CommitSubject: Fix XC potential storage leak in energy-only KS builds (#6033) #################### Building Image cp2k-perf-cuda-volta #################### Dockerfile: /tools/docker/Dockerfile.test_performance_cuda_V100 Build-Path: / Build-Args: GIT_COMMIT_SHA=3919fb7b1c1b8804bc2b603e2cadadc551023053 SPACK_CACHE=gs://cp2k-spack-cache Build-Cache: Yes Populating docker build cache... done. DEPRECATED: The legacy builder is deprecated and will be removed in a future release. BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0 environment-variable. Sending build context to Docker daemon 428.4MB Step 1/47 : FROM nvidia/cuda:12.9.1-devel-ubuntu24.04 12.9.1-devel-ubuntu24.04: Pulling from nvidia/cuda 32f112e3802c: Pulling fs layer 644e9b203583: Pulling fs layer 02559cd4bc8d: Pulling fs layer 2cd52cbb1ebe: Pulling fs layer 6e8af4fd0a07: Pulling fs layer 15a17189b2df: Pulling fs layer 02cb0e091e33: Pulling fs layer 9c3d619183d2: Pulling fs layer 7f7602a82106: Pulling fs layer 5a2aba542b08: Pulling fs layer 6cb9b761b877: Pulling fs layer 2cd52cbb1ebe: Waiting 6e8af4fd0a07: Waiting 15a17189b2df: Waiting 02cb0e091e33: Waiting 9c3d619183d2: Waiting 7f7602a82106: Waiting 5a2aba542b08: Waiting 32f112e3802c: Verifying Checksum 32f112e3802c: Download complete 2cd52cbb1ebe: Verifying Checksum 2cd52cbb1ebe: Download complete 6e8af4fd0a07: Verifying Checksum 6e8af4fd0a07: Download complete 02559cd4bc8d: Verifying Checksum 02559cd4bc8d: Download complete 02cb0e091e33: Verifying Checksum 02cb0e091e33: Download complete 9c3d619183d2: Verifying Checksum 9c3d619183d2: Download complete 7f7602a82106: Download complete 644e9b203583: Verifying Checksum 644e9b203583: Download complete 32f112e3802c: Pull complete 644e9b203583: Pull complete 02559cd4bc8d: Pull complete 2cd52cbb1ebe: Pull complete 6e8af4fd0a07: Pull complete 6cb9b761b877: Verifying Checksum 6cb9b761b877: Download complete 15a17189b2df: Verifying Checksum 15a17189b2df: Download complete 5a2aba542b08: Verifying Checksum 5a2aba542b08: Download complete 15a17189b2df: Pull complete 02cb0e091e33: Pull complete 9c3d619183d2: Pull complete 7f7602a82106: Pull complete 5a2aba542b08: Pull complete 6cb9b761b877: Pull complete Digest: sha256:020bc241a628776338f4d4053fed4c38f6f7f3d7eb5919fecb8de313bb8ba47c Status: Downloaded newer image for nvidia/cuda:12.9.1-devel-ubuntu24.04 ---> eecafe98c3e1 Step 2/47 : ENV CUDA_PATH /usr/local/cuda ---> Using cache ---> 780681fb1fee Step 3/47 : ENV LD_LIBRARY_PATH /usr/local/cuda/lib64 ---> Using cache ---> ba98a15dc225 Step 4/47 : ENV CUDA_CACHE_DISABLE 1 ---> Using cache ---> 3932740340f7 Step 5/47 : RUN apt-get update -qq && apt-get install -qq --no-install-recommends gfortran && rm -rf /var/lib/apt/lists/* ---> Using cache ---> a06eb14abc29 Step 6/47 : WORKDIR /opt/cp2k-toolchain ---> Using cache ---> 082681bac850 Step 7/47 : COPY ./tools/toolchain/install_requirements*.sh ./ ---> Using cache ---> ae920e0abda3 Step 8/47 : RUN ./install_requirements.sh ubuntu ---> Using cache ---> 94839a704e2d Step 9/47 : RUN mkdir scripts ---> Using cache ---> 433a8b0a0499 Step 10/47 : COPY ./tools/toolchain/scripts/VERSION ./tools/toolchain/scripts/tool_kit.sh ./tools/toolchain/scripts/common_vars.sh ./tools/toolchain/scripts/signal_trap.sh ./scripts/ ---> Using cache ---> 86bcd13b275b Step 11/47 : COPY ./tools/toolchain/install_cp2k_toolchain.sh . ---> Using cache ---> 4b3f40595567 Step 12/47 : RUN ./install_cp2k_toolchain.sh --with-mpich=install --mpi-mode=mpich --enable-cuda=yes --with-libgint=install --with-sirius=install --gpu-ver=V100 --dry-run ---> Using cache ---> 608e4e6feb30 Step 13/47 : COPY ./tools/toolchain/scripts/stage0/ ./scripts/stage0/ ---> Using cache ---> 1b07c6bd9e58 Step 14/47 : RUN ./scripts/stage0/install_stage0.sh && rm -rf ./build ---> Using cache ---> 5bbe76dad3a0 Step 15/47 : COPY ./tools/toolchain/scripts/stage1/ ./scripts/stage1/ ---> Using cache ---> 0ddbcb949fce Step 16/47 : RUN ./scripts/stage1/install_stage1.sh && rm -rf ./build ---> Using cache ---> 950b5cf15234 Step 17/47 : COPY ./tools/toolchain/scripts/stage2/ ./scripts/stage2/ ---> Using cache ---> 57ceb6f5d8ca Step 18/47 : RUN ./scripts/stage2/install_stage2.sh && rm -rf ./build ---> Using cache ---> e8f102e0077a Step 19/47 : COPY ./tools/toolchain/scripts/stage3/ ./scripts/stage3/ ---> Using cache ---> 5de9c1c7ddf7 Step 20/47 : RUN ./scripts/stage3/install_stage3.sh && rm -rf ./build ---> Using cache ---> fadce28ceee6 Step 21/47 : COPY ./tools/toolchain/scripts/stage4/ ./scripts/stage4/ ---> Using cache ---> 770a0a39cda4 Step 22/47 : RUN ./scripts/stage4/install_stage4.sh && rm -rf ./build ---> Using cache ---> a79078017754 Step 23/47 : COPY ./tools/toolchain/scripts/stage5/ ./scripts/stage5/ ---> Using cache ---> 9c67038831af Step 24/47 : RUN ./scripts/stage5/install_stage5.sh && rm -rf ./build ---> Using cache ---> 204c109218cc Step 25/47 : COPY ./tools/toolchain/scripts/stage6/ ./scripts/stage6/ ---> Using cache ---> 0880df0dc1c0 Step 26/47 : RUN ./scripts/stage6/install_stage6.sh && rm -rf ./build ---> Using cache ---> 4cdd87b4cf6e Step 27/47 : COPY ./tools/toolchain/scripts/stage7/ ./scripts/stage7/ ---> Using cache ---> 299e04c5aa50 Step 28/47 : RUN ./scripts/stage7/install_stage7.sh && rm -rf ./build ---> Using cache ---> fd4d77741611 Step 29/47 : COPY ./tools/toolchain/scripts/stage8/ ./scripts/stage8/ ---> Using cache ---> bb3ef35aaacd Step 30/47 : RUN ./scripts/stage8/install_stage8.sh && rm -rf ./build ---> Using cache ---> 97b371597d5a Step 31/47 : COPY ./tools/toolchain/scripts/stage9/ ./scripts/stage9/ ---> Using cache ---> e7cf7f8ea57e Step 32/47 : RUN ./scripts/stage9/install_stage9.sh && rm -rf ./build ---> Using cache ---> c26e5368e35a Step 33/47 : WORKDIR /opt/cp2k ---> Using cache ---> 981a27fa9376 Step 34/47 : COPY ./src ./src ---> 01bef571b7d3 Step 35/47 : COPY ./data ./data ---> 1d9f28c38314 Step 36/47 : COPY ./tools/build_utils ./tools/build_utils ---> b9b3e988a364 Step 37/47 : COPY ./cmake ./cmake ---> 4cb0ec1930fb Step 38/47 : COPY ./CMakeLists.txt . ---> 5df01a9512f8 Step 39/47 : COPY ./CMakePresets.json . ---> 60f7e4e3f03e Step 40/47 : COPY ./tools/docker/scripts/build_cp2k.sh ./tools/docker/scripts/cmake_cp2k.sh ./ ---> 21db4fb8e0a7 Step 41/47 : RUN ./build_cp2k.sh toolchain_cuda_V100 psmp ---> Running in 77fff7fe9a63 ==================== Building CP2K ==================== -- The Fortran compiler identification is GNU 13.3.0 -- The C compiler identification is GNU 13.3.0 -- The CXX compiler identification is GNU 13.3.0 -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Check for working Fortran compiler: /usr/bin/gfortran - skipped -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") -- Found Python: /usr/bin/python3.12 (found version "3.12.3") found components: Interpreter -- Found MPI_C: /opt/cp2k-toolchain/install/mpich-5.0.1/lib/libmpi.so (found version "5.0") -- Found MPI_CXX: /opt/cp2k-toolchain/install/mpich-5.0.1/lib/libmpicxx.so (found version "5.0") -- Found MPI_Fortran: /opt/cp2k-toolchain/install/mpich-5.0.1/lib/libmpifort.so (found version "5.0") -- Found MPI: TRUE (found version "5.0") found components: C CXX Fortran -- Could NOT find MKL (missing: CP2K_MKL_INCLUDE_DIRS _mkl_interface_library _mkl_thread_library _mkl_core_library _mkl_scalapack_library _mkl_blacs_library) -- Checking for module 'openblas' -- Found openblas, version 0.3.34 -- Found OpenBLAS: /opt/cp2k-toolchain/install/openblas-0.3.34/include -- Found Blas: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so -- Found Lapack: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so -- Checking for module 'scalapack' -- Package 'mpi', required by 'scalapack', not found Package 'lapack', required by 'scalapack', not found Package 'blas', required by 'scalapack', not found -- Found SCALAPACK: /opt/cp2k-toolchain/install/scalapack-2.2.3/lib/libscalapack.a -- Found Threads: TRUE -- Using LIBXS + LIBXSMM for Small Matrix Multiplication -- CP2K_WITH_GPU is deprecated in favor of CMAKE_HIP_ARCHITECTURES or CMAKE_CUDA_ARCHITECTURES ------------------------------------------------------------ - DBCSR - ------------------------------------------------------------ -- Found MPI: TRUE (found version "5.0") -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP_Fortran: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- The CUDA compiler identification is NVIDIA 12.9.86 with host compiler GNU 13.3.0 -- Detecting CUDA compiler ABI info -- Detecting CUDA compiler ABI info - done -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped -- Detecting CUDA compile features -- Detecting CUDA compile features - done -- Found CUDAToolkit: /usr/local/cuda/targets/x86_64-linux/include (found version "12.9.86") ----------------------------------------------------------- - CUDA - ----------------------------------------------------------- -- GPU architecture number: 70 -- GPU profiling enabled: OFF -- CUDA compiler and libraries found ------------------------------------------------------------ - OPENMP - ------------------------------------------------------------ -- Found OpenMP_Fortran: -fopenmp (found version "4.5") -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") found components: Fortran C CXX ------------------------------------------------------------ - Other dependencies - ------------------------------------------------------------ -- Checking for one of the modules 'elpa_openmp' -- Found Elpa: /opt/cp2k-toolchain/install/elpa-2026.02.002/nvidia/lib/libelpa_openmp.so;cudart;cublasLt;cublas;/opt/cp2k-toolchain/install/scalapack-2.2.3/lib/libscalapack.a;:libopenblas.a -- Found HDF5: hdf5-shared;hdf5_fortran-shared (found version "2.2.0") found components: C Fortran -- Found MPI: TRUE (found version "5.0") found components: CXX -- Found OPENBLAS: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so -- Found Blas: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so -- Checking for one of the modules 'fftw3' -- Checking for one of the modules 'fftw3f' -- Checking for one of the modules 'fftw3l' -- Checking for one of the modules 'fftw3q' -- Found Fftw: /opt/cp2k-toolchain/install/fftw-3.3.11/include -- Boost detected. satisfied by headers bundled with Libint2 distribution -- Found LibGint: /opt/cp2k-toolchain/install/libGint-v1/lib/libcp2kGint.a -- Component omp of Spglib: NOT FOUND -- Component fortran of Spglib: FOUND (LIB_TYPE: static) -- Found package: Spglib -- Looking for Fortran sgemm -- Looking for Fortran sgemm - found -- multicharge: Find installed package -- toml-f: Find installed package -- s-dftd3: Find installed package -- Found GSL: /opt/cp2k-toolchain/install/gsl-2.8/include (found version "2.8") -- Checking for one of the modules 'libxc>=3.0.0' -- Found LibXC: /opt/cp2k-toolchain/install/libxc-7.1.2/lib/libxc.a (Required is at least version "3.0.0") -- Found LibSPG: /opt/cp2k-toolchain/install/spglib-2.7.0/lib/libsymspg.a -- Found HDF5: hdf5-shared (found version "2.2.0") found components: C -- Found FFTW: /opt/cp2k-toolchain/install/fftw-3.3.11/include -- Looking for Fortran sgemm -- Looking for Fortran sgemm - not found -- Found BLAS: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP_CUDA: -fopenmp (found version "4.5") -- Found OpenMP_Fortran: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Checking for one of the modules 's-dftd3' -- Checking for one of the modules 'mctc-lib' -- Found DFTD3: /opt/cp2k-toolchain/install/tblite-0.7.0/lib/libs-dftd3.a -- Checking for one of the modules 'dftd4' -- Checking for one of the modules 'multicharge' -- Found DFTD4: /opt/cp2k-toolchain/install/tblite-0.7.0/lib/libdftd4.a -- Looking for Fortran cheev -- Looking for Fortran cheev - found -- Found LAPACK: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so;-lm;-ldl -- Checking for one of the modules 'scalapack' -- Checking for one of the modules 'elpa;elpa_openmp;elpa-openmp-2019.05.001;elpa_openmp-2019.11.001;elpa_openmp-2020.05.001;elpa-2019.05.001;elpa-2019.11.001;elpa-2020.05.001' -- Found Elpa: /opt/cp2k-toolchain/install/elpa-2026.02.002/nvidia/lib/libelpa_openmp.so -- Checking for module 'libvdwxc>=0.5.0' -- Found libvdwxc, version 0.5.0 -- Checking for module 'fftw3' -- Found fftw3, version 3.3.11 -- Found LibVDWXC: vdwxc;fftw3 (Required is at least version "0.5.0") -- Setting build type to 'Release' as none was specified. -- Performing Test f2008-norm2 -- Performing Test f2008-norm2 - Success -- Performing Test f2008-block_construct -- Performing Test f2008-block_construct - Success -- Performing Test f2008-contiguous -- Performing Test f2008-contiguous - Success -- Performing Test f95-reshape-order-allocatable -- Performing Test f95-reshape-order-allocatable - Success -- FYPP preprocessor found. -- Adding libxs_jit.F from dependency libxs for compilation -------------------------------------------------------------------- - - - Summary of enabled dependencies - - - -------------------------------------------------------------------- - BLAS - Vendor: OpenBLAS - Include directories: /opt/cp2k-toolchain/install/openblas-0.3.34/include - Libraries: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so - LAPACK - Include directories: /opt/cp2k-toolchain/install/openblas-0.3.34/include - Libraries: /opt/cp2k-toolchain/install/openblas-0.3.34/lib/libopenblas.so - MPI - Include directories: /opt/cp2k-toolchain/install/mpich-5.0.1/include - Libraries: /opt/cp2k-toolchain/install/mpich-5.0.1/lib/libmpicxx.so;/opt/cp2k-toolchain/install/mpich-5.0.1/lib/libmpi.so - MPI_F08: Enabled - ScaLAPACK - Vendor: auto - Include directories: - Libraries: /opt/cp2k-toolchain/install/scalapack-2.2.3/lib/libscalapack.a - Hardware acceleration - Backend: CUDA - GPU architectures: 70 - GPU profiling enabled: OFF - GPU-accelerated modules - ELPA: ON - GRID: ON - DBM: ON - PW: ON - LibXC - Include directories: /opt/cp2k-toolchain/install/libxc-7.1.2/include/ - Libraries: /opt/cp2k-toolchain/install/libxc-7.1.2/lib/libxcf03.a;/opt/cp2k-toolchain/install/libxc-7.1.2/lib/libxc.a - Spglib - Include directories: /opt/cp2k-toolchain/install/spglib-2.7.0/include;$ - HDF5 - Include directories: /opt/cp2k-toolchain/install/hdf5-2.2.0/include - Libraries: hdf5-shared - FFTW3 - Include directories: /opt/cp2k-toolchain/install/fftw-3.3.11/include - Libraries: /opt/cp2k-toolchain/install/fftw-3.3.11/lib/libfftw3.a - LIBXS - Include directories: - Libraries: - SpLA - Include directories: /opt/cp2k-toolchain/install/SpLA-1.6.1-cuda/include;/opt/cp2k-toolchain/install/SpLA-1.6.1-cuda/include/spla - Libraries: $;$;$;$;MPI::MPI_CXX;MPI::MPI_C;MPI::MPI_Fortran - SpLA GEMM offloading - DFTD4 - Enabled via TBLITE - Include directories: /opt/cp2k-toolchain/install/tblite-0.7.0/include;/opt/cp2k-toolchain/install/tblite-0.7.0/include/dftd4/GNU-13.3.0 - Libraries: - TBLITE - Include directories: - Libraries: - SIRIUS - Include directories: - Libraries: - COSMA - Include directories: /opt/cp2k-toolchain/install/COSMA-2.8.4-cuda/include - Libraries: MPI::MPI_CXX;costa::costa;$;$;$<$:cosma::BLAS::blas>;$;$<$:Tiled-MM::Tiled-MM>;$<$:Tiled-MM::Tiled-MM>;$<$:semiprof::semiprof>;$<$:cosma::scalapack::scalapack> - Libint2 - Include directories: - Libraries: - LibGint - include directories: /opt/cp2k-toolchain/install/libGint-v1/include - libraries: /opt/cp2k-toolchain/install/libGint-v1/lib/libcp2kGint.a - ELPA - Include directories: /opt/cp2k-toolchain/install/elpa-2026.02.002/nvidia/include/elpa_openmp-2026.02.002 - Libraries: /opt/cp2k-toolchain/install/elpa-2026.02.002/nvidia/lib/libelpa_openmp.so;cudart;cublasLt;cublas;/opt/cp2k-toolchain/install/scalapack-2.2.3/lib/libscalapack.a;:libopenblas.a -------------------------------------------------------------------- - - - Dependencies not included in this build - - - -------------------------------------------------------------------- - DeePMD - PEXSI - ACE (libpace) - LibSMEAGOL - MiMiC - DLA-Future - PLUMED - LibFCI - GauXC - Libvori - LibTorch - TREXIO - OpenPMD - GreenX After building and installing CP2K, run the regtests with: /opt/cp2k/tests/do_regtest.py /opt/cp2k/bin psmp -- Configuring done (13.9s) -- Generating done (0.7s) -- Build files have been written to: /opt/cp2k/build Compiling CP2K ... done ---> Removed intermediate container 77fff7fe9a63 ---> edb48181685f Step 42/47 : COPY ./benchmarks ./benchmarks ---> 1a4bcc33419f Step 43/47 : COPY ./tools/regtesting ./tools/regtesting ---> f2b5d9d9af43 Step 44/47 : COPY ./tools/docker/scripts/test_performance.sh ./tools/docker/scripts/plot_performance.py ./ ---> 197f48771169 Step 45/47 : RUN ./test_performance.sh "toolchain_cuda_V100" 2>&1 | tee report.log ---> Running in 9e66817a4011 ============== CP2K Binary Flags ============= cp2kflags: omp libint fftw3 libxc elpa parallel scalapack mpi_f08 cosma libxs libxsmm dbcsr_acc spglib openblas libdftd4 s_dftd3 mctc-lib tblite sirius offload_cuda spla_gemm_offloading libvdwxc hdf5 libGint ========== Checking Benchmark Inputs ========= Found 86 input files and 0 errors. ========== Running Performance Test ========== Plot: name="total_timings_6cpu_1gpu", title="Total Timings with 6 CPU Cores and 1 GPU", ylabel="time [s]" Running H2O-64.inp with 3 threads and 2 ranks... failed. max_scf_history: 0 max_diis: 4 -------------------------------------------------------- eps_scf: 1.00E-05 eps_scf_history: 0.00E+00 eps_diis: 0.00E+00 eps_eigval: 1.00E-05 -------------------------------------------------------- level_shift [a.u.]: 0.000000 -------------------------------------------------------- No outer SCF MD_PAR| Molecular dynamics protocol (MD input parameters) MD_PAR| Ensemble type NVE MD_PAR| Number of time steps 10 MD_PAR| Time step [fs] 0.500000 MD_PAR| Temperature [K] 300.000000 MD_PAR| Temperature tolerance [K] 0.000000 MD_PAR| Print MD information every 1 step(s) MD_PAR| File type Print frequency [steps] File names MD_PAR| Coordinates 1 H2O-64-pos-1.xyz MD_PAR| Velocities 1 H2O-64-vel-1.xyz MD_PAR| Energies 1 H2O-64-1.ener MD_PAR| Dump 20 H2O-64-1.restart ROT| Rotational analysis information ROT| Principal axes and moments of inertia [a.u.] ROT| 1 2 3 ROT| Eigenvalues 1.74175352612E+08 1.87507692273E+08 1.99545122867E+08 ROT| x 0.734964520432 -0.242599134404 0.633224141748 ROT| y 0.044883649946 -0.914361711697 -0.402402930096 ROT| z 0.676618512660 0.324173287254 -0.661134682313 ROT| Number of rotovibrational vectors 6 DOF| Calculation of degrees of freedom DOF| Number of atoms 192 DOF| Number of intramolecular constraints 0 DOF| Number of intermolecular constraints 0 DOF| Invariants (translations + rotations) 3 DOF| Degrees of freedom 573 DOF| Restraints information DOF| Number of intramolecular restraints 0 DOF| Number of intermolecular restraints 0 MD_VEL| Velocities initialization MD_VEL| Initial temperature [K] 300.000000 MD_VEL| COM velocity -0.0000000000 -0.0000000000 -0.0000000000 Extrapolation method: initial_guess Number of electrons: 512 Number of occupied orbitals: 256 Number of molecular orbitals: 256 Number of orbital functions: 2560 Number of independent orbital functions: 2560 SCF WAVEFUNCTION OPTIMIZATION ----------------------------------- OT --------------------------------------- Minimizer : DIIS : direct inversion in the iterative subspace using 7 DIIS vectors safer DIIS on Preconditioner : FULL_KINETIC : inversion of T + eS Lattice FFT : OFF Precond_solver : DEFAULT stepsize : 0.15000000 energy_gap : 0.20000000 eps_taylor : 0.10000E-15 max_taylor : 4 ----------------------------------- OT --------------------------------------- Step Update method Time Convergence Total energy Change ------------------------------------------------------------------------------ Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: #0 0x79cfd00e0e59 in ??? #1 0x79cfd00dfe75 in ??? #2 0x79cfcfeee32f in ??? #0 0x71527ecd5e59 in ??? #1 0x71527ecd4e75 in ??? #2 0x71527eae332f in ??? =================================================================================== = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES = PID 1923 RUNNING AT 9e66817a4011 = EXIT CODE: 139 = CLEANING UP REMAINING PROCESSES = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES =================================================================================== YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11) This typically refers to a problem with your application. Please see the FAQ page for debugging suggestions Summary: Running H2O-64.inp failed. Status: FAILED ---> Removed intermediate container 9e66817a4011 ---> d0ad3c6a8670 Step 46/47 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 2bc3e0ec5b98 ---> Removed intermediate container 2bc3e0ec5b98 ---> 608515cf79f7 Step 47/47 : ENTRYPOINT [] ---> Running in 98d6ae640bbf ---> Removed intermediate container 98d6ae640bbf ---> 0ef517b8cf06 [Warning] One or more build-args [GIT_COMMIT_SHA SPACK_CACHE] were not consumed Successfully built 0ef517b8cf06 Successfully tagged us-central1-docker.pkg.dev/cp2k-org-project/cp2kci/img_cp2k-perf-cuda-volta:master Pushing new image... done. #################### Running Image cp2k-perf-cuda-volta #################### Uploading artifacts... done EndDate: 2026-09-17 00:31:29+00:00