Trace number 3420432

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_rw 2011-03-02? (TO) 5000.14 5000.34

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1290198737-013-UNKNOWN.cnf
MD5SUM707c4bcddcda116edc4a57a77dc3ba68
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark64.6052
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.89/0.96	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.89/0.96	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.89/0.96	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.89/0.96	c main()::
0.89/0.96	c initFormula():: searching for DIMACS p-line....
0.89/0.96	c full lookahead due to high density!
0.89/0.96	c initFormula():: the DIMACS p-line indicates a CNF of 150 variables and 12750 clauses.
0.89/0.96	c parseCNF():: parsing....
0.89/0.96	c parseCNF():: the CNF contains 0 unary clauses.
0.89/0.96	c runParser():: parsing was successful, warming up engines...
0.89/0.96	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.89/0.96	c preprocessing fase I completed:: there are now 150 free variables and 12750 clauses.
0.89/0.96	c using k-SAT heuristics (size based diff)
0.89/0.96	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.89/0.96	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.89/0.96	c main():: clause / variable ratio: ( 12750 / 150 ) = 85.00
0.89/0.96	c longest clause has size 7
0.89/0.96	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.89/0.96	c number of free variables = 150
0.89/0.96	c dynamic_preselect_setsize :: off
0.89/0.96	c main():: all systems go!
0.89/0.96	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 175
0.99/1.04	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: 2287
1.49/1.55	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 45323
10.59/10.62	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 684131
142.39/142.40	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7999942
1676.56/1676.76	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3420432-1306614526/watcher-3420432-1306614526 -o /tmp/evaluation-result-3420432-1306614526/solver-3420432-1306614526 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420432-1306614526.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/481 1018
/proc/meminfo: memFree=27569036/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=6608 CPUtime=0 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4194304 230 0 0 0 0 0 0 0 25 0 1 0 773054992 6766592 175 33554432000 4194304 4300876 140734477910080 18446744073709551615 212435677893 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 1652 175 113 27 0 101 0

[startup+0.0342339 s]
/proc/loadavg: 1.84 1.97 1.99 3/481 1018
/proc/meminfo: memFree=27569036/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=8488 CPUtime=0.02 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 1261 0 0 0 2 0 0 0 25 0 1 0 773054992 8691712 563 33554432000 4194304 4300876 140734477910080 18446744073709551615 4240311 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2122 563 142 27 0 571 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8488

[startup+0.100216 s]
/proc/loadavg: 1.84 1.97 1.99 3/481 1018
/proc/meminfo: memFree=27569036/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=8732 CPUtime=0.09 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 2243 0 0 0 9 0 0 0 25 0 1 0 773054992 8941568 612 33554432000 4194304 4300876 140734477910080 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2183 612 143 27 0 632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8732

[startup+0.30024 s]
/proc/loadavg: 1.84 1.97 1.99 3/481 1018
/proc/meminfo: memFree=27569036/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=8732 CPUtime=0.29 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 2243 0 0 0 29 0 0 0 25 0 1 0 773054992 8941568 612 33554432000 4194304 4300876 140734477910080 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2183 612 143 27 0 632 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8732

[startup+0.701146 s]
/proc/loadavg: 1.84 1.97 1.99 3/481 1018
/proc/meminfo: memFree=27569036/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=8732 CPUtime=0.69 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 2243 0 0 0 69 0 0 0 25 0 1 0 773054992 8941568 612 33554432000 4194304 4300876 140734477910080 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2183 612 143 27 0 632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8732

[startup+1.50099 s]
/proc/loadavg: 1.84 1.97 1.99 3/482 1019
/proc/meminfo: memFree=27561740/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=10372 CPUtime=1.49 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 2927 0 0 0 149 0 0 0 25 0 1 0 773054992 10620928 963 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199293 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2593 963 170 27 0 1042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10372

[startup+3.10069 s]
/proc/loadavg: 1.84 1.97 1.99 3/482 1019
/proc/meminfo: memFree=27560252/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=10372 CPUtime=3.09 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 2927 0 0 0 309 0 0 0 25 0 1 0 773054992 10620928 963 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276291 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2593 963 170 27 0 1042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10372

[startup+6.30106 s]
/proc/loadavg: 1.85 1.97 1.99 3/482 1019
/proc/meminfo: memFree=27559436/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=10372 CPUtime=6.29 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 2928 0 0 0 629 0 0 0 25 0 1 0 773054992 10620928 964 33554432000 4194304 4300876 140734477910080 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2593 964 170 27 0 1042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10372

[startup+12.7009 s]
/proc/loadavg: 1.86 1.97 1.99 3/482 1019
/proc/meminfo: memFree=27555324/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=11908 CPUtime=12.69 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 3266 0 0 0 1269 0 0 0 25 0 1 0 773054992 12193792 1302 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 2977 1302 171 27 0 1426 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11908

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.99 3/482 1020
/proc/meminfo: memFree=27552492/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=13824 CPUtime=25.49 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 3624 0 0 0 2549 0 0 0 25 0 1 0 773054992 14155776 1660 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 3456 1660 171 27 0 1905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13824

[startup+51.1006 s]
/proc/loadavg: 1.93 1.97 1.99 3/482 1020
/proc/meminfo: memFree=27546004/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=18136 CPUtime=51.09 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 4346 0 0 0 5109 0 0 0 25 0 1 0 773054992 18571264 2382 33554432000 4194304 4300876 140734477910080 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 4534 2382 171 27 0 2983 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18136

[startup+102.317 s]
/proc/loadavg: 1.97 1.97 1.99 3/482 1022
/proc/meminfo: memFree=27531960/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=22016 CPUtime=102.31 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 5822 0 0 0 10230 1 0 0 25 0 1 0 773054992 22544384 3858 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276224 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 5504 3858 171 27 0 3953 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 22016

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/482 1023
/proc/meminfo: memFree=27515416/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=36568 CPUtime=162.29 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 7509 0 0 0 16228 1 0 0 25 0 1 0 773054992 37445632 5545 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1018/statm: 9142 5545 171 27 0 7591 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36568

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/482 1025
/proc/meminfo: memFree=27500744/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=36568 CPUtime=222.2 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 9238 0 0 0 22219 1 0 0 25 0 1 0 773054992 37445632 7274 33554432000 4194304 4300876 140734477910080 18446744073709551615 4214446 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 9142 7274 171 27 0 7591 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 36568

[startup+282.301 s]
/proc/loadavg: 2.09 2.00 2.00 3/482 1026
/proc/meminfo: memFree=27486828/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=50484 CPUtime=282.21 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 11021 0 0 0 28219 2 0 0 25 0 1 0 773054992 51695616 9057 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276274 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1018/statm: 12621 9057 171 27 0 11070 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50484

[startup+342.301 s]
/proc/loadavg: 2.03 2.00 2.00 3/482 1028
/proc/meminfo: memFree=27471176/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=50484 CPUtime=342.19 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 12756 0 0 0 34217 2 0 0 25 0 1 0 773054992 51695616 10792 33554432000 4194304 4300876 140734477910080 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 12621 10792 171 27 0 11070 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 50484

[startup+402.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/482 1030
/proc/meminfo: memFree=27455504/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=70128 CPUtime=402.19 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 14461 0 0 0 40216 3 0 0 25 0 1 0 773054992 71811072 12497 33554432000 4194304 4300876 140734477910080 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 17532 12497 171 27 0 15981 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 70128

[startup+462.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 1031
/proc/meminfo: memFree=27439848/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=70128 CPUtime=462.19 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 16208 0 0 0 46216 3 0 0 25 0 1 0 773054992 71811072 14244 33554432000 4194304 4300876 140734477910080 18446744073709551615 4227544 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 17532 14244 171 27 0 15981 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 70128

[startup+522.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 1033
/proc/meminfo: memFree=27424928/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=100416 CPUtime=522.2 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 17922 0 0 0 52216 4 0 0 25 0 1 0 773054992 102825984 15958 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199338 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 25104 15958 171 27 0 23553 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 100416

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 1035
/proc/meminfo: memFree=27409272/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=100416 CPUtime=582.19 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 19662 0 0 0 58214 5 0 0 25 0 1 0 773054992 102825984 17698 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 25104 17698 171 27 0 23553 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 100416

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.06 2.03 2.01 3/482 1139
/proc/meminfo: memFree=26507452/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4062.13 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 118095 0 0 0 406183 30 0 0 25 0 1 0 773054992 711434240 116131 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276121 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 116131 171 27 0 172139 0
Current children cumulated CPU time (s) 4062.13
Current children cumulated vsize (KiB) 694760

[startup+4122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/482 1141
/proc/meminfo: memFree=26491916/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4122.11 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 119749 0 0 0 412180 31 0 0 25 0 1 0 773054992 711434240 117785 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 117785 171 27 0 172139 0
Current children cumulated CPU time (s) 4122.11
Current children cumulated vsize (KiB) 694760

[startup+4182.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/482 1143
/proc/meminfo: memFree=26477120/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4182.11 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 121403 0 0 0 418179 32 0 0 25 0 1 0 773054992 711434240 119439 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 119439 171 27 0 172139 0
Current children cumulated CPU time (s) 4182.11
Current children cumulated vsize (KiB) 694760

[startup+4242.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 1144
/proc/meminfo: memFree=26461708/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4242.11 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 123020 0 0 0 424179 32 0 0 25 0 1 0 773054992 711434240 121056 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 121056 171 27 0 172139 0
Current children cumulated CPU time (s) 4242.11
Current children cumulated vsize (KiB) 694760

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 1146
/proc/meminfo: memFree=26446172/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4302.12 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 124565 0 0 0 430179 33 0 0 25 0 1 0 773054992 711434240 122601 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 122601 171 27 0 172139 0
Current children cumulated CPU time (s) 4302.12
Current children cumulated vsize (KiB) 694760

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 1147
/proc/meminfo: memFree=26431012/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4362.11 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 126118 0 0 0 436178 33 0 0 25 0 1 0 773054992 711434240 124154 33554432000 4194304 4300876 140734477910080 18446744073709551615 4264455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1018/statm: 173690 124154 171 27 0 172139 0
Current children cumulated CPU time (s) 4362.11
Current children cumulated vsize (KiB) 694760

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 1149
/proc/meminfo: memFree=26414876/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4422.1 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 127856 0 0 0 442177 33 0 0 25 0 1 0 773054992 711434240 125892 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 125892 171 27 0 172139 0
Current children cumulated CPU time (s) 4422.1
Current children cumulated vsize (KiB) 694760

[startup+4482.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/482 1150
/proc/meminfo: memFree=26399100/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4482.11 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 129563 0 0 0 448177 34 0 0 25 0 1 0 773054992 711434240 127599 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 127599 171 27 0 172139 0
Current children cumulated CPU time (s) 4482.11
Current children cumulated vsize (KiB) 694760

[startup+4542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/482 1152
/proc/meminfo: memFree=26382568/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4542.1 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 131281 0 0 0 454176 34 0 0 25 0 1 0 773054992 711434240 129317 33554432000 4194304 4300876 140734477910080 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 129317 171 27 0 172139 0
Current children cumulated CPU time (s) 4542.1
Current children cumulated vsize (KiB) 694760

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/482 1154
/proc/meminfo: memFree=26364556/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4602.1 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 133003 0 0 0 460175 35 0 0 25 0 1 0 773054992 711434240 131039 33554432000 4194304 4300876 140734477910080 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 131039 171 27 0 172139 0
Current children cumulated CPU time (s) 4602.1
Current children cumulated vsize (KiB) 694760

[startup+4662.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/482 1155
/proc/meminfo: memFree=26348640/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4662.1 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 134712 0 0 0 466175 35 0 0 25 0 1 0 773054992 711434240 132748 33554432000 4194304 4300876 140734477910080 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 132748 171 27 0 172139 0
Current children cumulated CPU time (s) 4662.1
Current children cumulated vsize (KiB) 694760

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 1157
/proc/meminfo: memFree=26332352/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4722.11 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 136422 0 0 0 472176 35 0 0 25 0 1 0 773054992 711434240 134458 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 134458 171 27 0 172139 0
Current children cumulated CPU time (s) 4722.11
Current children cumulated vsize (KiB) 694760

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 1158
/proc/meminfo: memFree=26318800/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4782.1 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 138121 0 0 0 478173 37 0 0 25 0 1 0 773054992 711434240 136157 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 136157 171 27 0 172139 0
Current children cumulated CPU time (s) 4782.1
Current children cumulated vsize (KiB) 694760

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 1160
/proc/meminfo: memFree=26302036/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4842.09 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 139865 0 0 0 484172 37 0 0 25 0 1 0 773054992 711434240 137901 33554432000 4194304 4300876 140734477910080 18446744073709551615 4276267 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 137901 171 27 0 172139 0
Current children cumulated CPU time (s) 4842.09
Current children cumulated vsize (KiB) 694760

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 1162
/proc/meminfo: memFree=26286984/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4902.09 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 141580 0 0 0 490171 38 0 0 25 0 1 0 773054992 711434240 139616 33554432000 4194304 4300876 140734477910080 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 139616 171 27 0 172139 0
Current children cumulated CPU time (s) 4902.09
Current children cumulated vsize (KiB) 694760

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 1163
/proc/meminfo: memFree=26270952/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=4962.08 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 143311 0 0 0 496170 38 0 0 25 0 1 0 773054992 711434240 141347 33554432000 4194304 4300876 140734477910080 18446744073709551615 4275527 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 141347 171 27 0 172139 0
Current children cumulated CPU time (s) 4962.08
Current children cumulated vsize (KiB) 694760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/480 1165
/proc/meminfo: memFree=26995988/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=5000.09 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 144404 0 0 0 499970 39 0 0 25 0 1 0 773054992 711434240 142440 33554432000 4194304 4300876 140734477910080 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 142440 171 27 0 172139 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 694760

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5000.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/480 1165
/proc/meminfo: memFree=26995988/32951124 swapFree=38422276/67111528
[pid=1018] ppid=1016 vsize=694760 CPUtime=5000.09 cores=0,2,4,6
/proc/1018/stat : 1018 (march_rw) R 1016 1018 760 0 -1 4202496 144404 0 0 0 499970 39 0 0 25 0 1 0 773054992 711434240 142440 33554432000 4194304 4300876 140734477910080 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1018/statm: 173690 142440 171 27 0 172139 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 694760

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.34
CPU time (s): 5000.14
CPU user time (s): 4999.72
CPU system time (s): 0.414936
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 694760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.72
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144404
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= 3
involuntary context switches= 6963

runsolver used 23.7784 second user time and 48.9856 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-28 22:28:46
IDJOB=3420432
IDBENCH=82684
IDSOLVER=1913
FILE ID=node102/3420432-1306614526
RUNJOBID= node102-1306609524-778
PBS_JOBID= 13471587
Free space on /tmp= 73432 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1290198737-013-UNKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420432-1306614526/watcher-3420432-1306614526 -o /tmp/evaluation-result-3420432-1306614526/solver-3420432-1306614526 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420432-1306614526.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 707c4bcddcda116edc4a57a77dc3ba68
RANDOM SEED=640432513

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27568696 kB
Buffers:        196488 kB
Cached:        1207056 kB
SwapCached:      76276 kB
Active:         444504 kB
Inactive:      4678564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27568696 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:     3654532 kB
Mapped:          13612 kB
Slab:            90048 kB
PageTables:      99856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135477976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73432 MiB
End job on node102 at 2011-05-28 23:52:09