Trace number 3250039

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) 1300.07 1300.04

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 225 variables and 1800 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 225 free variables and 1800 clauses.
0.00/0.01	c using k-SAT heuristics (size based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c main():: clause / variable ratio: ( 1800 / 225 ) = 8.00
0.00/0.01	c longest clause has size 15
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 225
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 167
0.10/0.12	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: 1095
0.19/0.22	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 9403
0.89/0.90	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 60782
4.79/4.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 |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 298922
21.49/21.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1147322
77.79/77.83	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3531127
226.90/226.97	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 8982707
552.70/552.71	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/999) NodeCount: 19476310
1162.02/1162.07	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
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: 935)

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-3250039-1303542497/watcher-3250039-1303542497 -o /tmp/evaluation-result-3250039-1303542497/solver-3250039-1303542497 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3250039-1303542497.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.83 3.53 3.54 5/189 12821
/proc/meminfo: memFree=15535176/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=6668 CPUtime=0 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 280 0 0 0 0 0 0 0 25 0 1 0 465848521 6828032 222 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 1667 222 143 27 0 116 0

[startup+0.103666 s]
/proc/loadavg: 3.83 3.53 3.54 5/189 12821
/proc/meminfo: memFree=15535176/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=7112 CPUtime=0.1 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 350 0 0 0 10 0 0 0 25 0 1 0 465848521 7282688 292 33554432000 4194304 4300876 140734756467264 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 1778 292 168 27 0 227 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7112

[startup+0.200649 s]
/proc/loadavg: 3.83 3.53 3.54 5/189 12821
/proc/meminfo: memFree=15535176/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=7112 CPUtime=0.19 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 355 0 0 0 19 0 0 0 25 0 1 0 465848521 7282688 297 33554432000 4194304 4300876 140734756467264 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 1778 297 170 27 0 227 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7112

[startup+0.300631 s]
/proc/loadavg: 3.83 3.53 3.54 5/189 12821
/proc/meminfo: memFree=15535176/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=7112 CPUtime=0.29 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 367 0 0 0 29 0 0 0 25 0 1 0 465848521 7282688 309 33554432000 4194304 4300876 140734756467264 18446744073709551615 4288269 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 1778 309 170 27 0 227 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7112

[startup+0.700559 s]
/proc/loadavg: 3.83 3.53 3.54 5/189 12821
/proc/meminfo: memFree=15535176/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=7316 CPUtime=0.69 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 417 0 0 0 69 0 0 0 25 0 1 0 465848521 7491584 359 33554432000 4194304 4300876 140734756467264 18446744073709551615 4225380 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 1829 359 171 27 0 278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7316

[startup+1.50047 s]
/proc/loadavg: 3.83 3.53 3.54 5/190 12822
/proc/meminfo: memFree=15532836/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=7568 CPUtime=1.49 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 477 0 0 0 149 0 0 0 25 0 1 0 465848521 7749632 419 33554432000 4194304 4300876 140734756467264 18446744073709551615 4199255 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 1892 419 171 27 0 341 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7568

[startup+3.10025 s]
/proc/loadavg: 3.83 3.53 3.54 5/190 12822
/proc/meminfo: memFree=15530976/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=8268 CPUtime=3.09 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 605 0 0 0 309 0 0 0 25 0 1 0 465848521 8466432 547 33554432000 4194304 4300876 140734756467264 18446744073709551615 4225432 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 2067 547 171 27 0 516 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8268

[startup+6.30056 s]
/proc/loadavg: 3.84 3.54 3.54 5/190 12822
/proc/meminfo: memFree=15526016/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=9544 CPUtime=6.29 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 879 0 0 0 629 0 0 0 25 0 1 0 465848521 9773056 821 33554432000 4194304 4300876 140734756467264 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 2386 821 171 27 0 835 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9544

[startup+12.7004 s]
/proc/loadavg: 3.85 3.55 3.55 5/190 12822
/proc/meminfo: memFree=15516472/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=12656 CPUtime=12.69 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 1465 0 0 0 1269 0 0 0 25 0 1 0 465848521 12959744 1407 33554432000 4194304 4300876 140734756467264 18446744073709551615 4199209 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 3164 1407 171 27 0 1613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12656

[startup+25.5001 s]
/proc/loadavg: 3.88 3.57 3.55 5/190 12823
/proc/meminfo: memFree=15497104/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=19360 CPUtime=25.49 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 2659 0 0 0 2549 0 0 0 25 0 1 0 465848521 19824640 2601 33554432000 4194304 4300876 140734756467264 18446744073709551615 4261326 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 4840 2601 171 27 0 3289 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19360

[startup+51.1006 s]
/proc/loadavg: 3.92 3.60 3.56 5/190 12824
/proc/meminfo: memFree=15460520/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=35316 CPUtime=51.09 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 5115 0 0 0 5108 1 0 0 25 0 1 0 465848521 36163584 5057 33554432000 4194304 4300876 140734756467264 18446744073709551615 4225432 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 8829 5057 171 27 0 7278 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35316

[startup+102.301 s]
/proc/loadavg: 3.96 3.66 3.58 5/190 12825
/proc/meminfo: memFree=15382744/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=50288 CPUtime=102.3 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 10353 0 0 0 10228 2 0 0 25 0 1 0 465848521 51494912 10295 33554432000 4194304 4300876 140734756467264 18446744073709551615 4248771 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 12572 10295 171 27 0 11021 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 50288

[startup+162.301 s]
/proc/loadavg: 3.98 3.72 3.60 5/190 12826
/proc/meminfo: memFree=15290968/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=99400 CPUtime=162.29 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 16638 0 0 0 16226 3 0 0 25 0 1 0 465848521 101785600 16580 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 24850 16580 171 27 0 23299 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 99400

[startup+222.306 s]
/proc/loadavg: 4.07 3.78 3.63 5/190 12828
/proc/meminfo: memFree=15197200/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=103152 CPUtime=222.3 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 23086 0 0 0 22225 5 0 0 25 0 1 0 465848521 105627648 23028 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214226 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 25788 23028 171 27 0 24237 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103152

[startup+282.3 s]
/proc/loadavg: 4.07 3.84 3.66 5/190 12857
/proc/meminfo: memFree=15235452/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=147352 CPUtime=282.3 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 29931 0 0 0 28223 7 0 0 25 0 1 0 465848521 150888448 29873 33554432000 4194304 4300876 140734756467264 18446744073709551615 4216343 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 36838 29873 171 27 0 35287 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 147352

[startup+342.301 s]
/proc/loadavg: 4.02 3.86 3.68 5/190 12858
/proc/meminfo: memFree=15159920/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=221156 CPUtime=342.29 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 36701 0 0 0 34221 8 0 0 25 0 1 0 465848521 226463744 36643 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 55289 36643 171 27 0 53738 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 221156

[startup+402.301 s]
/proc/loadavg: 4.01 3.89 3.69 5/190 12860
/proc/meminfo: memFree=15086124/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=221156 CPUtime=402.3 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 43467 0 0 0 40221 9 0 0 25 0 1 0 465848521 226463744 43409 33554432000 4194304 4300876 140734756467264 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 55289 43409 171 27 0 53738 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 221156

[startup+462.3 s]
/proc/loadavg: 4.00 3.90 3.71 5/190 12861
/proc/meminfo: memFree=15011336/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=221156 CPUtime=462.3 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 50122 0 0 0 46220 10 0 0 25 0 1 0 465848521 226463744 50064 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214270 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 55289 50064 171 27 0 53738 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 221156

[startup+522.301 s]
/proc/loadavg: 4.00 3.92 3.73 5/190 12863
/proc/meminfo: memFree=14936408/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=320604 CPUtime=522.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 57140 0 0 0 52220 11 0 0 25 0 1 0 465848521 328298496 57082 33554432000 4194304 4300876 140734756467264 18446744073709551615 4288296 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 80151 57082 171 27 0 78600 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 320604

[startup+582.301 s]
/proc/loadavg: 4.00 3.93 3.74 5/190 12865
/proc/meminfo: memFree=14861008/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=335616 CPUtime=582.3 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 64373 0 0 0 58218 12 0 0 25 0 1 0 465848521 343670784 64315 33554432000 4194304 4300876 140734756467264 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 83904 64315 171 27 0 82353 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 335616

[startup+642.3 s]
/proc/loadavg: 4.00 3.94 3.75 5/190 12866
/proc/meminfo: memFree=14784604/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=335616 CPUtime=642.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 71527 0 0 0 64217 14 0 0 25 0 1 0 465848521 343670784 71469 33554432000 4194304 4300876 140734756467264 18446744073709551615 4264882 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 83904 71469 171 27 0 82353 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 335616

[startup+702.3 s]
/proc/loadavg: 4.00 3.95 3.76 5/190 12868
/proc/meminfo: memFree=14704488/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=335616 CPUtime=702.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 78694 0 0 0 70216 15 0 0 25 0 1 0 465848521 343670784 78636 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 83904 78636 171 27 0 82353 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 335616

[startup+762.301 s]
/proc/loadavg: 4.00 3.95 3.77 5/190 12869
/proc/meminfo: memFree=14623872/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=484792 CPUtime=762.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 86119 0 0 0 76215 16 0 0 25 0 1 0 465848521 496427008 86061 33554432000 4194304 4300876 140734756467264 18446744073709551615 4225435 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 121198 86061 171 27 0 119647 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 484792

[startup+822.3 s]
/proc/loadavg: 4.10 3.99 3.80 5/190 12871
/proc/meminfo: memFree=14544140/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=484792 CPUtime=822.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 92964 0 0 0 82214 17 0 0 25 0 1 0 465848521 496427008 92906 33554432000 4194304 4300876 140734756467264 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 121198 92906 171 27 0 119647 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 484792

[startup+882.306 s]
/proc/loadavg: 4.04 3.99 3.81 5/190 12873
/proc/meminfo: memFree=14462284/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=484924 CPUtime=882.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 100377 0 0 0 88213 18 0 0 25 0 1 0 465848521 496562176 100319 33554432000 4194304 4300876 140734756467264 18446744073709551615 4225425 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 121231 100319 171 27 0 119680 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 484924

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.82 5/190 12874
/proc/meminfo: memFree=14382404/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=484924 CPUtime=942.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 107798 0 0 0 94211 20 0 0 25 0 1 0 465848521 496562176 107740 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 121231 107740 171 27 0 119680 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 484924

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 12876
/proc/meminfo: memFree=14305268/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=484924 CPUtime=1002.31 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 114189 0 0 0 100210 21 0 0 25 0 1 0 465848521 496562176 114131 33554432000 4194304 4300876 140734756467264 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 121231 114131 171 27 0 119680 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 484924

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 12877
/proc/meminfo: memFree=14226112/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=708688 CPUtime=1062.32 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 121258 0 0 0 106209 23 0 0 25 0 1 0 465848521 725696512 121200 33554432000 4194304 4300876 140734756467264 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 177172 121200 171 27 0 175621 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 708688

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 12879
/proc/meminfo: memFree=14142884/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=738704 CPUtime=1122.32 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 128694 0 0 0 112208 24 0 0 25 0 1 0 465848521 756432896 128636 33554432000 4194304 4300876 140734756467264 18446744073709551615 4276274 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 184676 128636 171 27 0 183125 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 738704

[startup+1182.3 s]
/proc/loadavg: 3.11 3.77 3.77 3/178 12917
/proc/meminfo: memFree=15076932/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=738704 CPUtime=1182.32 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 136425 0 0 0 118206 26 0 0 25 0 1 0 465848521 756432896 136367 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 184676 136367 171 27 0 183125 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 738704

[startup+1242.3 s]
/proc/loadavg: 2.41 3.44 3.66 3/178 12918
/proc/meminfo: memFree=15041800/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=738704 CPUtime=1242.32 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 144109 0 0 0 124204 28 0 0 25 0 1 0 465848521 756432896 144051 33554432000 4194304 4300876 140734756467264 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 184676 144051 171 27 0 183125 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 738704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.15 3.18 3.55 3/178 12920
/proc/meminfo: memFree=15009908/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=738704 CPUtime=1300.03 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 151088 0 0 0 129974 29 0 0 25 0 1 0 465848521 756432896 151030 33554432000 4194304 4300876 140734756467264 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 184676 151030 171 27 0 183125 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 738704

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

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

[startup+1300 s]
/proc/loadavg: 2.15 3.18 3.55 3/178 12920
/proc/meminfo: memFree=15009908/32950928 swapFree=67111528/67111528
[pid=12821] ppid=12819 vsize=738704 CPUtime=1300.03 cores=4,6
/proc/12821/stat : 12821 (march_rw) R 12819 12821 12177 0 -1 4202496 151088 0 0 0 129974 29 0 0 25 0 1 0 465848521 756432896 151030 33554432000 4194304 4300876 140734756467264 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12821/statm: 184676 151030 171 27 0 183125 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 738704

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.07
CPU user time (s): 1299.75
CPU system time (s): 0.321951
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 738704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.75
system time used= 0.321951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151088
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= 4
involuntary context switches= 753

runsolver used 1.81172 second user time and 4.11337 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 09:08:17
IDJOB=3250039
IDBENCH=83230
IDSOLVER=1561
FILE ID=node122/3250039-1303542497
RUNJOBID= node122-1303542341-12614
PBS_JOBID= 13143116
Free space on /tmp= 70908 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-15-unsat.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250039-1303542497/watcher-3250039-1303542497 -o /tmp/evaluation-result-3250039-1303542497/solver-3250039-1303542497 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3250039-1303542497.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=657130159

node122.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.820
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.64
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.820
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	: 5332.75
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15535332 kB
Buffers:       1773184 kB
Cached:       14860508 kB
SwapCached:          0 kB
Active:        5444180 kB
Inactive:     11420876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15535332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              24 kB
Writeback:           0 kB
AnonPages:      231412 kB
Mapped:          15692 kB
Slab:           486408 kB
PageTables:       5720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   439832 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= 70908 MiB
End job on node122 at 2011-04-23 09:29:59