Dear MOLPRO experts,
I'm trying to perform a single-point PNO-LCCSD(T)-F12/VTZ-F12 calculation for a molecule (C10H18O3) using MOLPRO 2020.1 and run into a problem.
The problem is that the output of the program has stopped suddenly without any error messages and cpu (wall) time has been consumed.
When specifying "gprint,cpu=3,io", the output stopped after printing the message "Global array created for S-matrices, size: 762.96 MW, Maximum size per node: 762.96 MW, 224765 blocks". The outline of the output is as follows;
-- from here
(snip)
Memory per process: 128 MW
Total memory per node: 89048 MW
Total GA space: 87000 MW
GA preallocation enabled
GA check enabled
Variable memory set to 128.0 MW
(snip)
Estimated GA usage of PNO-LCCSD-F12 integrals: 1656.73 MW
(snip)
Maximum GA usage after allocating GAs for CCSD integrals: 1658.01 MW
(snip)
Elapsed time for 2-External K integrals (CCSD): 77.00 sec
Step Current Average Maximum
2-External K in: 3-idx ints 60.09 63.19 70.68
2-External K in: assembly 6.72 5.53 6.88
2-External K in: transformation 8.42 7.01 9.22
2-External K in: Other steps 1.78 1.27 2.03
Size of S-matrices (max per node): [D, D]: 497.47 MW, [D, S]: 239.76 MW, [S, S]: 25.73 MW
Global array created for S-matrices, size: 762.96 MW, Maximum size per node: 762.96 MW, 224765 blocks
-- to here
My input file is listed below;
-- from here
memory,stack=128m,ga=87000m
!
gthresh,energy=1.d-8,throvl=0.5d-9,twoint=1.d-12
gprint,cpu=3,io
!
angstrom
symmetry,nosym
geometry={
(snip)
}
explicit,gem_beta=1.0
!
basis=vtz-f12
df-hf,accu=16
pno-lccsd(t)-f12,cabs_singles=1
-- to here
The system resource used is single node with 40 cores, 768 GB memory. But I tried 16 MPI calculation (-n 16) because of allocating larger GA memory.
My understaniding is that total memory is estimated as (128 + 300)*16 + 87000 = 93848 MW = 750784 MB < 768 GB, according to the manual.
Contrary to PNO-LCCSD(T)-F12, CCSD(T)/AVTZ and CCSD(T)-F12/AVTZ single point calculations worked well (-n 20, memory,3800,m) on the same system.
Could anyone help me, or give me any suggestions or comments?
Best regards,
Azuma