Describe the bug
when running abacus jobs. I found some of my jobs were killed by SIGNAL 9 after many SCF steps.
The error message goes like this:

Therefore, I am wondering maybe there is a possibility of a memory leak issue.
Expected behavior
fig it out and solve it maybe.
To Reproduce
InSb.tar.gz
Environment
env and image:
registry.dp.tech/deepmodeling/abacus-intel:latest
machine:
"bohrium": {
"scass_type": "c32_m128_cpu",
"job_type": "container",
"platform": "ali"
},
command:
#!/bin/bash
source /opt/intel/oneapi/setvars.sh
export OMP_NUM_THREADS=1
cp ./scf/* ./
mpirun -np 16 abacus
Additional Context
No response
Task list for Issue attackers
Describe the bug
when running abacus jobs. I found some of my jobs were killed by SIGNAL 9 after many SCF steps.
The error message goes like this:

Therefore, I am wondering maybe there is a possibility of a memory leak issue.
Expected behavior
fig it out and solve it maybe.
To Reproduce
InSb.tar.gz
Environment
env and image:
registry.dp.tech/deepmodeling/abacus-intel:latest
machine:
"bohrium": {
"scass_type": "c32_m128_cpu",
"job_type": "container",
"platform": "ali"
},
command:
#!/bin/bash
source /opt/intel/oneapi/setvars.sh
export OMP_NUM_THREADS=1
cp ./scf/* ./
mpirun -np 16 abacus
Additional Context
No response
Task list for Issue attackers