Author Topic: Error: BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES  (Read 37159 times)

0 Members and 1 Guest are viewing this topic.

Offline baizq

  • QuantumATK Guru
  • ****
  • Posts: 100
  • Country: us
  • Reputation: 3
    • View Profile
Dear all, I was running a devce calculation when encountered such a problem: The program was killed right after equivalent bulk calculation and the following error message appeared:
Code
/home/z400/QuantumWise/atk-12.8.0/atkpython/bin/atkpython: line 7: 26207 Killed                  $EXEC_DIR/atkpython_exec $


+------------------------------------------------------------------------------+
|                                                                              |
| Equivalent Bulk  [Finished Sun Jan 20 13:03:08 2013]                         |
|                                                                              |
+------------------------------------------------------------------------------+

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   EXIT CODE: 137
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================


I resubmitted the job and the same error was still there. I am quite puzzled...Is it due to short of memory? Thanks, baizq

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5383
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Error: BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
« Reply #1 on: January 20, 2013, 22:09 »
Most likely. The error message is from the queue system, not ATK.

Try to make sure you only have one MPI process per node, that minimizes the memory usage (each MPI progress essentially contains a full copy of the calculation). If that is still too much, see http://quantumwise.com/documents/tutorials/latest/MemoryUsage/index.html/ for tips on how to estimate and reduce the memory usage.

Offline baizq

  • QuantumATK Guru
  • ****
  • Posts: 100
  • Country: us
  • Reputation: 3
    • View Profile
Re: Error: BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
« Reply #2 on: January 22, 2013, 16:08 »
Hi Anders,

I followed the tutorial to optimize the memory requirement by avoiding saving the self-energy and reducing the mixing history steps. Now the job runs pretty fine...Thank you for your help.

baizq