Trace number 1517629

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_hi hiUNSAT 891.331 891.667

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S1524836866-036.cnf
MD5SUMce31bd93f3110b9fcfa2521eb95c9c79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark891.331
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of clauses2040
Sum of the clauses size6120
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32040
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 480 variables and 2040 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 17 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 477 free variables and 2023 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.431
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 162 duplicate clauses
0.00/0.02	c resolvent_look() :: found 84 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 480 variables and 2107 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 480 variabels and 2107 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2107 / 480 ) = 4.39
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 477
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 154
0.07/0.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 642
0.20/0.23	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 4352
1.49/1.52	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 22717
8.99/9.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 84683
37.68/37.71	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 230734
113.05/113.15	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 481372
254.70/254.86	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 800194
449.42/449.63	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/999) NodeCount: 1098408
644.74/645.05	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 1300390
785.00/785.34	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 1398616
856.47/856.84	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 1433157
882.55/882.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (12/999) NodeCount: 1442155
889.56/889.99	c |----------------------------------------------------------------|
c |**
c |***
c |****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (13/999) NodeCount: 1443909
891.05/891.41	c |----------------------------------------------------------------|
c |********
c |**********
c |***********
c |************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |****************************************************************| (14/999) NodeCount: 1444171
891.25/891.64	c |----------------------------------------------------------------|
c |****************
c |******************
c |*******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| (15/999) NodeCount: 1444187
891.25/891.65	c |----------------------------------------------------------------|
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| (16/999) NodeCount: 1444188
891.25/891.65	c |----------------------------------------------------------------|
c |
891.25/891.65	c
891.25/891.65	c main():: nodeCount: 1444188
891.25/891.65	c main():: dead ends in main: 26385
891.25/891.65	c main():: lookAheadCount: 90727655
891.25/891.65	c main():: unitResolveCount: 28123148
891.25/891.65	c main():: time=891.450000
891.25/891.65	c main():: necessary_assignments: 352034
891.25/891.65	c main():: bin_sat: 0, bin_unsat 0
891.25/891.65	c main():: doublelook: #: 5604419, succes #: 4013196
891.25/891.65	c main():: doublelook: overall 6.401 of all possible doublelooks executed
891.25/891.65	c main():: doublelook: succesrate: 71.608, average DL_trigger: 52.524
891.25/891.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1517629-1238288613/watcher-1517629-1238288613 -o /tmp/evaluation-result-1517629-1238288613/solver-1517629-1238288613 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1517629-1238288613.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5664
/proc/meminfo: memFree=1903640/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=972 CPUtime=0
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 1101527534 995328 128 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 243 128 65 167 0 74 0

[startup+0.0795871 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5664
/proc/meminfo: memFree=1903640/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=1712 CPUtime=0.07
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 287 0 0 0 7 0 0 0 18 0 1 0 1101527534 1753088 270 1992294400 134512640 135197378 4294956240 18446744073709551615 134525318 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 428 270 91 167 0 259 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1712

[startup+0.102608 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5664
/proc/meminfo: memFree=1903640/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=1712 CPUtime=0.1
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 291 0 0 0 10 0 0 0 18 0 1 0 1101527534 1753088 274 1992294400 134512640 135197378 4294956240 18446744073709551615 134718686 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 428 274 91 167 0 259 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1712

[startup+0.302626 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5664
/proc/meminfo: memFree=1903640/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=1844 CPUtime=0.3
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 302 0 0 0 30 0 0 0 19 0 1 0 1101527534 1888256 285 1992294400 134512640 135197378 4294956240 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 461 285 91 167 0 292 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1844

[startup+0.701699 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5664
/proc/meminfo: memFree=1903640/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=1844 CPUtime=0.69
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 318 0 0 0 69 0 0 0 22 0 1 0 1101527534 1888256 301 1992294400 134512640 135197378 4294956240 18446744073709551615 134713217 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 461 301 91 167 0 292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1844

[startup+1.50184 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1902736/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=2112 CPUtime=1.49
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 365 0 0 0 149 0 0 0 25 0 1 0 1101527534 2162688 348 1992294400 134512640 135197378 4294956240 18446744073709551615 134572875 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 528 348 91 167 0 359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2112

[startup+3.10113 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1902416/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=2280 CPUtime=3.09
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 394 0 0 0 309 0 0 0 25 0 1 0 1101527534 2334720 377 1992294400 134512640 135197378 4294956240 18446744073709551615 134597322 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 570 377 91 167 0 401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2280

[startup+6.3017 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1902096/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=2432 CPUtime=6.29
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 451 0 0 0 629 0 0 0 25 0 1 0 1101527534 2490368 434 1992294400 134512640 135197378 4294956240 18446744073709551615 134542169 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 608 434 91 167 0 439 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2432

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1901464/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=3220 CPUtime=12.69
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 587 0 0 0 1269 0 0 0 25 0 1 0 1101527534 3297280 570 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 805 570 91 167 0 636 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3220

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1900568/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=3952 CPUtime=25.48
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 797 0 0 0 2548 0 0 0 25 0 1 0 1101527534 4046848 780 1992294400 134512640 135197378 4294956240 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 988 780 91 167 0 819 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3952

[startup+51.1028 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1899032/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=6304 CPUtime=51.07
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 1192 0 0 0 5106 1 0 0 25 0 1 0 1101527534 6455296 1175 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 1576 1175 91 167 0 1407 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6304

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1895768/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=8904 CPUtime=102.26
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 1952 0 0 0 10224 2 0 0 25 0 1 0 1101527534 9117696 1935 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 2226 1935 91 167 0 2057 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8904

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1892248/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=13380 CPUtime=162.23
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 2810 0 0 0 16221 2 0 0 25 0 1 0 1101527534 13701120 2793 1992294400 134512640 135197378 4294956240 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 3345 2793 91 167 0 3176 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13380

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1888920/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=17260 CPUtime=222.21
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 3633 0 0 0 22218 3 0 0 25 0 1 0 1101527534 17674240 3616 1992294400 134512640 135197378 4294956240 18446744073709551615 134525348 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 4315 3616 91 167 0 4146 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17260

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1885784/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=26584 CPUtime=282.18
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 4413 0 0 0 28215 3 0 0 25 0 1 0 1101527534 27222016 4396 1992294400 134512640 135197378 4294956240 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 6646 4396 91 167 0 6477 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 26584

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1882520/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=26584 CPUtime=342.17
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 5207 0 0 0 34212 5 0 0 25 0 1 0 1101527534 27222016 5190 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 6646 5190 91 167 0 6477 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 26584

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1879512/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=26584 CPUtime=402.14
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 5965 0 0 0 40209 5 0 0 25 0 1 0 1101527534 27222016 5948 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 6646 5948 91 167 0 6477 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 26584

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1876568/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=35448 CPUtime=462.12
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 6672 0 0 0 46206 6 0 0 25 0 1 0 1101527534 36298752 6655 1992294400 134512640 135197378 4294956240 18446744073709551615 134542196 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 8862 6655 91 167 0 8693 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 35448

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1873624/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=35448 CPUtime=522.09
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 7403 0 0 0 52203 6 0 0 25 0 1 0 1101527534 36298752 7386 1992294400 134512640 135197378 4294956240 18446744073709551615 134552716 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 8862 7386 91 167 0 8693 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 35448

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1870680/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=42464 CPUtime=582.08
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 8126 0 0 0 58201 7 0 0 25 0 1 0 1101527534 43483136 8109 1992294400 134512640 135197378 4294956240 18446744073709551615 134541955 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 10616 8109 91 167 0 10447 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 42464

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1867864/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=42464 CPUtime=642.05
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 8812 0 0 0 64198 7 0 0 25 0 1 0 1101527534 43483136 8795 1992294400 134512640 135197378 4294956240 18446744073709551615 134552435 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 10616 8795 91 167 0 10447 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 42464

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1864984/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=702.03
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 9485 0 0 0 70195 8 0 0 25 0 1 0 1101527534 56893440 9468 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 9468 91 167 0 13721 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 55560

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1862168/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=762.01
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 10154 0 0 0 76192 9 0 0 25 0 1 0 1101527534 56893440 10137 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 10137 91 167 0 13721 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 55560

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1859672/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=821.98
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 10783 0 0 0 82188 10 0 0 25 0 1 0 1101527534 56893440 10766 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 10766 91 167 0 13721 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 55560

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1857176/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=881.95
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11384 0 0 0 88185 10 0 0 25 0 1 0 1101527534 56893440 11367 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11367 91 167 0 13721 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 55560

Solver just ended. Dumping a history of the last processes samples

[startup+883.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1857176/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=882.75
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11390 0 0 0 88265 10 0 0 25 0 1 0 1101527534 56893440 11373 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11373 91 167 0 13721 0
Current children cumulated CPU time (s) 882.75
Current children cumulated vsize (KiB) 55560

[startup+886.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1857048/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=885.95
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11419 0 0 0 88585 10 0 0 25 0 1 0 1101527534 56893440 11402 1992294400 134512640 135197378 4294956240 18446744073709551615 134590364 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11402 91 167 0 13721 0
Current children cumulated CPU time (s) 885.95
Current children cumulated vsize (KiB) 55560

[startup+889.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1856920/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=889.15
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11449 0 0 0 88905 10 0 0 25 0 1 0 1101527534 56893440 11432 1992294400 134512640 135197378 4294956240 18446744073709551615 134594037 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11432 91 167 0 13721 0
Current children cumulated CPU time (s) 889.15
Current children cumulated vsize (KiB) 55560

[startup+890.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1856920/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=889.95
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11456 0 0 0 88985 10 0 0 25 0 1 0 1101527534 56893440 11439 1992294400 134512640 135197378 4294956240 18446744073709551615 134618573 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11439 91 167 0 13721 0
Current children cumulated CPU time (s) 889.95
Current children cumulated vsize (KiB) 55560

[startup+891.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1856856/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=890.75
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11463 0 0 0 89065 10 0 0 25 0 1 0 1101527534 56893440 11446 1992294400 134512640 135197378 4294956240 18446744073709551615 134597295 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11446 91 167 0 13721 0
Current children cumulated CPU time (s) 890.75
Current children cumulated vsize (KiB) 55560

[startup+891.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1856856/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=891.15
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11466 0 0 0 89105 10 0 0 25 0 1 0 1101527534 56893440 11449 1992294400 134512640 135197378 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11449 91 167 0 13721 0
Current children cumulated CPU time (s) 891.15
Current children cumulated vsize (KiB) 55560

[startup+891.602 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5665
/proc/meminfo: memFree=1856856/2055920 swapFree=4178768/4192956
[pid=5664] ppid=5662 vsize=55560 CPUtime=891.25
/proc/5664/stat : 5664 (march_hi) R 5662 5664 5501 0 -1 4194304 11467 0 0 0 89115 10 0 0 25 0 1 0 1101527534 56893440 11450 1992294400 134512640 135197378 4294956240 18446744073709551615 134618145 0 0 4096 0 0 0 0 17 1 0 0
/proc/5664/statm: 13890 11450 91 167 0 13721 0
Current children cumulated CPU time (s) 891.25
Current children cumulated vsize (KiB) 55560

Child status: 20
Real time (s): 891.667
CPU time (s): 891.331
CPU user time (s): 891.212
CPU system time (s): 0.117982
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 55560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 891.213
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1390

runsolver used 0.663899 second user time and 1.84572 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-29 03:03:33
IDJOB=1517629
IDBENCH=70612
IDSOLVER=521
FILE ID=node12/1517629-1238288613
PBS_JOBID= 9060989
Free space on /tmp= 65364 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S1524836866-036.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1517629-1238288613/watcher-1517629-1238288613 -o /tmp/evaluation-result-1517629-1238288613/solver-1517629-1238288613 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1517629-1238288613.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ce31bd93f3110b9fcfa2521eb95c9c79
RANDOM SEED=2084354314

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.266
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.266
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1904056 kB
Buffers:         39736 kB
Cached:          49024 kB
SwapCached:       7936 kB
Active:          43836 kB
Inactive:        54208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904056 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:             804 kB
Writeback:           0 kB
Mapped:          15008 kB
Slab:            39880 kB
Committed_AS:  2973464 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65364 MiB
End job on node12 at 2009-03-29 03:18:25