Trace number 1517546

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_nn nnUNSAT 997.749 998.14

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S1175850950-017.cnf
MD5SUM7e1d47339fe7e93ea029abb348893d97
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark997.749
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, 8 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 479 free variables and 2032 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.404
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 173 duplicate clauses
0.00/0.02	c resolvent_look() :: found 87 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 480 variables and 2119 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 2119 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2119 / 480 ) = 4.41
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 = 479
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: 35
0.00/0.03	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: 515
0.09/0.16	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 4442
1.39/1.48	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 24135
9.29/9.33	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 91458
39.88/39.98	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 255842
123.34/123.45	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 544895
285.58/285.74	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 911926
510.20/510.49	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1249014
731.71/732.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: 1472125
886.75/887.18	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1577571
963.72/964.13	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1612481
990.41/990.81	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
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: 1620262
996.60/997.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
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: 1621464
997.60/998.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |**********
c |***********
c |************
c |*************
c |**************
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: 1621571
997.70/998.12	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |************
c |*************
c |**************
c |***************
c |****************
c |********************
c |*********************
c |**********************
c |************************
c |********************************
c |****************************************************************| (15/999) NodeCount: 1621576
997.70/998.13	c |----------------------------------------------------------------|
c |
997.70/998.13	c
997.70/998.13	c main():: nodeCount: 1621576
997.70/998.13	c main():: dead ends in main: 25558
997.70/998.13	c main():: lookAheadCount: 101644728
997.70/998.13	c main():: unitResolveCount: 30422860
997.70/998.13	c main():: time=997.880000
997.70/998.13	c main():: necessary_assignments: 379000
997.70/998.13	c main():: bin_sat: 0, bin_unsat 0
997.70/998.13	c main():: doublelook: #: 6312418, succes #: 4532158
997.70/998.13	c main():: doublelook: overall 6.433 of all possible doublelooks executed
997.70/998.13	c main():: doublelook: succesrate: 71.797, average DL_trigger: 52.898
997.70/998.13	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-1517546-1238287284/watcher-1517546-1238287284 -o /tmp/evaluation-result-1517546-1238287284/solver-1517546-1238287284 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1517546-1238287284.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.98 0.98 3/64 5081
/proc/meminfo: memFree=1162776/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=972 CPUtime=0
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 1101394758 995328 129 1992294400 134512640 135197250 4294956240 18446744073709551615 134722609 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 243 129 66 167 0 74 0

[startup+0.0811849 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 5081
/proc/meminfo: memFree=1162776/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=1716 CPUtime=0.07
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 285 0 0 0 7 0 0 0 18 0 1 0 1101394758 1757184 268 1992294400 134512640 135197250 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 429 268 93 167 0 260 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1716

[startup+0.101189 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 5081
/proc/meminfo: memFree=1162776/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=1716 CPUtime=0.09
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 286 0 0 0 9 0 0 0 18 0 1 0 1101394758 1757184 269 1992294400 134512640 135197250 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 429 269 93 167 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1716

[startup+0.301228 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 5081
/proc/meminfo: memFree=1162776/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=1716 CPUtime=0.29
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 300 0 0 0 29 0 0 0 19 0 1 0 1101394758 1757184 283 1992294400 134512640 135197250 4294956240 18446744073709551615 134542433 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 429 283 93 167 0 260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1716

[startup+0.701303 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 5081
/proc/meminfo: memFree=1162776/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=1884 CPUtime=0.69
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 326 0 0 0 69 0 0 0 22 0 1 0 1101394758 1929216 309 1992294400 134512640 135197250 4294956240 18446744073709551615 134552482 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 471 309 93 167 0 302 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1884

[startup+1.50146 s]
/proc/loadavg: 0.91 0.98 0.98 2/65 5082
/proc/meminfo: memFree=1161744/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=2076 CPUtime=1.49
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 360 0 0 0 149 0 0 0 25 0 1 0 1101394758 2125824 343 1992294400 134512640 135197250 4294956240 18446744073709551615 134542072 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 519 343 93 167 0 350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2076

[startup+3.10176 s]
/proc/loadavg: 0.91 0.98 0.98 2/65 5082
/proc/meminfo: memFree=1161552/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=2540 CPUtime=3.09
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 445 0 0 0 309 0 0 0 25 0 1 0 1101394758 2600960 428 1992294400 134512640 135197250 4294956240 18446744073709551615 134597358 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 635 428 93 167 0 466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2540

[startup+6.30137 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 5082
/proc/meminfo: memFree=1161104/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=2692 CPUtime=6.29
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 502 0 0 0 629 0 0 0 25 0 1 0 1101394758 2756608 485 1992294400 134512640 135197250 4294956240 18446744073709551615 134541268 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 673 485 93 167 0 504 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2692

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 5082
/proc/meminfo: memFree=1160592/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=3212 CPUtime=12.68
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 604 0 0 0 1268 0 0 0 25 0 1 0 1101394758 3289088 587 1992294400 134512640 135197250 4294956240 18446744073709551615 134571112 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 803 587 93 167 0 634 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3212

[startup+25.501 s]
/proc/loadavg: 0.94 0.98 0.98 2/65 5082
/proc/meminfo: memFree=1159568/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=4128 CPUtime=25.48
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 847 0 0 0 2548 0 0 0 25 0 1 0 1101394758 4227072 830 1992294400 134512640 135197250 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 1032 830 93 167 0 863 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4128

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.98 2/65 5082
/proc/meminfo: memFree=1158032/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=6452 CPUtime=51.07
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 1243 0 0 0 5106 1 0 0 25 0 1 0 1101394758 6606848 1226 1992294400 134512640 135197250 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 1613 1226 93 167 0 1444 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6452

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/65 5082
/proc/meminfo: memFree=1154960/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=8984 CPUtime=102.26
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 1996 0 0 0 10224 2 0 0 25 0 1 0 1101394758 9199616 1979 1992294400 134512640 135197250 4294956240 18446744073709551615 134525288 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 2246 1979 93 167 0 2077 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8984

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1151376/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=17072 CPUtime=162.22
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 2845 0 0 0 16220 2 0 0 25 0 1 0 1101394758 17481728 2828 1992294400 134512640 135197250 4294956240 18446744073709551615 134552633 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 4268 2828 93 167 0 4099 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 17072

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1148048/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=17072 CPUtime=222.21
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 3657 0 0 0 22218 3 0 0 25 0 1 0 1101394758 17481728 3640 1992294400 134512640 135197250 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 4268 3640 93 167 0 4099 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17072

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1145104/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=26132 CPUtime=282.18
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 4410 0 0 0 28215 3 0 0 25 0 1 0 1101394758 26759168 4393 1992294400 134512640 135197250 4294956240 18446744073709551615 134525322 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 6533 4393 93 167 0 6364 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 26132

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1141840/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=26132 CPUtime=342.16
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 5212 0 0 0 34212 4 0 0 25 0 1 0 1101394758 26759168 5195 1992294400 134512640 135197250 4294956240 18446744073709551615 134525322 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 6533 5195 93 167 0 6364 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 26132

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1138832/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=34864 CPUtime=402.13
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 5963 0 0 0 40209 4 0 0 25 0 1 0 1101394758 35700736 5946 1992294400 134512640 135197250 4294956240 18446744073709551615 134593747 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 8716 5946 93 167 0 8547 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 34864

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1135952/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=34864 CPUtime=462.12
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 6689 0 0 0 46207 5 0 0 25 0 1 0 1101394758 35700736 6672 1992294400 134512640 135197250 4294956240 18446744073709551615 134552907 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 8716 6672 93 167 0 8547 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 34864

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1133136/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=34864 CPUtime=522.1
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 7391 0 0 0 52204 6 0 0 25 0 1 0 1101394758 35700736 7374 1992294400 134512640 135197250 4294956240 18446744073709551615 134525320 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 8716 7374 93 167 0 8547 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 34864

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1130192/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=41348 CPUtime=582.07
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 8123 0 0 0 58201 6 0 0 25 0 1 0 1101394758 42340352 8106 1992294400 134512640 135197250 4294956240 18446744073709551615 134542157 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 10337 8106 93 167 0 10168 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 41348

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1127312/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=642.05
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 8810 0 0 0 64198 7 0 0 25 0 1 0 1101394758 55750656 8793 1992294400 134512640 135197250 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 8793 93 167 0 13442 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 54444

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1124624/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=702.02
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 9486 0 0 0 70195 7 0 0 25 0 1 0 1101394758 55750656 9469 1992294400 134512640 135197250 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 9469 93 167 0 13442 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 54444

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1122000/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=762
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 10144 0 0 0 76192 8 0 0 25 0 1 0 1101394758 55750656 10127 1992294400 134512640 135197250 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 10127 93 167 0 13442 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 54444

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1119376/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=821.97
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 10794 0 0 0 82189 8 0 0 25 0 1 0 1101394758 55750656 10777 1992294400 134512640 135197250 4294956240 18446744073709551615 134542099 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 10777 93 167 0 13442 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 54444

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1117008/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=881.96
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 11424 0 0 0 88187 9 0 0 25 0 1 0 1101394758 55750656 11407 1992294400 134512640 135197250 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 11407 93 167 0 13442 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 54444

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1114576/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=941.93
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12037 0 0 0 94184 9 0 0 25 0 1 0 1101394758 55750656 12020 1992294400 134512640 135197250 4294956240 18446744073709551615 134542112 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12020 93 167 0 13442 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 54444

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

[startup+972.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1113360/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=972.32
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12333 0 0 0 97223 9 0 0 25 0 1 0 1101394758 55750656 12316 1992294400 134512640 135197250 4294956240 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12316 93 167 0 13442 0
Current children cumulated CPU time (s) 972.32
Current children cumulated vsize (KiB) 54444

[startup+985.502 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1112848/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=985.11
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12451 0 0 0 98502 9 0 0 25 0 1 0 1101394758 55750656 12434 1992294400 134512640 135197250 4294956240 18446744073709551615 134597712 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12434 93 167 0 13442 0
Current children cumulated CPU time (s) 985.11
Current children cumulated vsize (KiB) 54444

[startup+991.902 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1112656/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=991.51
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12509 0 0 0 99142 9 0 0 25 0 1 0 1101394758 55750656 12492 1992294400 134512640 135197250 4294956240 18446744073709551615 134542163 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12492 93 167 0 13442 0
Current children cumulated CPU time (s) 991.51
Current children cumulated vsize (KiB) 54444

[startup+995.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1112528/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=994.7
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12538 0 0 0 99461 9 0 0 25 0 1 0 1101394758 55750656 12521 1992294400 134512640 135197250 4294956240 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12521 93 167 0 13442 0
Current children cumulated CPU time (s) 994.7
Current children cumulated vsize (KiB) 54444

[startup+996.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1112464/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=996.3
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12552 0 0 0 99621 9 0 0 25 0 1 0 1101394758 55750656 12535 1992294400 134512640 135197250 4294956240 18446744073709551615 134556431 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12535 93 167 0 13442 0
Current children cumulated CPU time (s) 996.3
Current children cumulated vsize (KiB) 54444

[startup+997.502 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1112464/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=997.1
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12558 0 0 0 99701 9 0 0 25 0 1 0 1101394758 55750656 12541 1992294400 134512640 135197250 4294956240 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12541 93 167 0 13442 0
Current children cumulated CPU time (s) 997.1
Current children cumulated vsize (KiB) 54444

[startup+997.902 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1112400/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=997.5
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12562 0 0 0 99741 9 0 0 25 0 1 0 1101394758 55750656 12545 1992294400 134512640 135197250 4294956240 18446744073709551615 134541973 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12545 93 167 0 13442 0
Current children cumulated CPU time (s) 997.5
Current children cumulated vsize (KiB) 54444

[startup+998.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 5084
/proc/meminfo: memFree=1112400/2055920 swapFree=4178400/4192956
[pid=5081] ppid=5079 vsize=54444 CPUtime=997.7
/proc/5081/stat : 5081 (march_nn) R 5079 5081 4953 0 -1 4194304 12563 0 0 0 99761 9 0 0 25 0 1 0 1101394758 55750656 12546 1992294400 134512640 135197250 4294956240 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/5081/statm: 13611 12546 93 167 0 13442 0
Current children cumulated CPU time (s) 997.7
Current children cumulated vsize (KiB) 54444

Child status: 20
Real time (s): 998.14
CPU time (s): 997.749
CPU user time (s): 997.643
CPU system time (s): 0.105983
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 54444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 997.643
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12565
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= 2038

runsolver used 0.765883 second user time and 2.03369 second system time

The end

Launcher Data

Begin job on node9 at 2009-03-29 01:41:24
IDJOB=1517546
IDBENCH=70605
IDSOLVER=522
FILE ID=node9/1517546-1238287284
PBS_JOBID= 9060978
Free space on /tmp= 66348 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S1175850950-017.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1517546-1238287284/watcher-1517546-1238287284 -o /tmp/evaluation-result-1517546-1238287284/solver-1517546-1238287284 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1517546-1238287284.cnf

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

MD5SUM BENCH= 7e1d47339fe7e93ea029abb348893d97
RANDOM SEED=15631086

node9.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.268
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.268
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:       1163200 kB
Buffers:         93588 kB
Cached:         711868 kB
SwapCached:       8300 kB
Active:         214576 kB
Inactive:       600724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1163200 kB
SwapTotal:     4192956 kB
SwapFree:      4178400 kB
Dirty:             804 kB
Writeback:           0 kB
Mapped:          15524 kB
Slab:            63392 kB
Committed_AS:  2831224 kB
PageTables:       1392 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= 66348 MiB
End job on node9 at 2009-03-29 01:58:03