Error in ccsd t after compiling


Click here for full thread
Just Got Here
Thank you for you answer.
I was playing around with the memory and seemed to have made the amount too small, which resulted in this error.
My main problem (crashing of ccsd(t)) seems to be still there.
I compared it with a very small job which finished fine but also printing debug info did not give me any clue.

Here the crashed job
 CCSD(T)
 Using plain CCSD(T) code
 node  2 get_block request to file:      -998 size:      5009 offset:         0
 node  7 get_block request to file:      -998 size:      5009 offset:         0
 node  8 get_block request to file:      -998 size:      5009 offset:         0
 node 15 get_block request to file:      -998 size:      5009 offset:         0
 node  0 get_block request to file:      -998 size:      5009 offset:         0
 node  3 get_block request to file:      -998 size:      5009 offset:         0
 node  4 get_block request to file:      -998 size:      5009 offset:         0
 node  5 get_block request to file:      -998 size:      5009 offset:         0
 node  6 get_block request to file:      -998 size:      5009 offset:         0
 node 10 get_block request to file:      -998 size:      5009 offset:         0
 node 11 get_block request to file:      -998 size:      5009 offset:         0
 node 12 get_block request to file:      -998 size:      5009 offset:         0
 node 13 get_block request to file:      -998 size:      5009 offset:         0
 node 14 get_block request to file:      -998 size:      5009 offset:         0
 node  1 get_block request to file:      -998 size:      5009 offset:         0
 node  9 get_block request to file:      -998 size:      5009 offset:         0
             total no. of tasks          220
 total no. of tasks / no. procs           13
                         wl_min    112678587          22.0
                         wl_max    147197952          23.0
        thresh for no. of tasks          220

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 18136 RUNNING AT node019
=   EXIT CODE: 9
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions

and here the part of the job which ran fine
 CCSD(T)
 Using plain CCSD(T) code
 node  0 get_block request to file:      -998 size:       569 offset:         0
             total no. of tasks           20
 total no. of tasks / no. procs            1
                         wl_min      2515456          11.7
                         wl_max      3581577          12.4
        thresh for no. of tasks           20
 node  1 get_block request to file:      -994 size:         1 offset:         0
 node  1 get_block request to file:      -998 size:       569 offset:         0
 node  2 get_block request to file:      -993 size:       153 offset:       144
 node  2 get_block request to file:      -994 size:         1 offset:         0
 node  2 get_block request to file:      -998 size:       569 offset:         0
(.............job continues)


does anything unusual catch your eye?

Thank you