Trace number 3280442

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.04 1300.01

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

0.09/0.10	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.09/0.10	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.09/0.10	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.09/0.10	c main()::
0.09/0.10	c initFormula():: searching for DIMACS p-line....
0.09/0.10	c initFormula():: the DIMACS p-line indicates a CNF of 3189 variables and 11039 clauses.
0.09/0.10	c parseCNF():: parsing....
0.09/0.10	c parseCNF():: the CNF contains 1 unary clauses.
0.09/0.10	c runParser():: parsing was successful, warming up engines...
0.09/0.10	c find_and_remove_tautogolies():: found and removed 91 tautologies
0.09/0.10	c simplify_formula():: removed 3 tautological, 292 satisfied and 2 duplicate clauses
0.09/0.10	c preprocessing fase I completed:: there are now 3065 free variables and 10742 clauses.
0.09/0.10	c find_equivalence():: found 840 3-equivalences
0.09/0.10	c find_and_remove_tautogolies():: found and removed 352 tautologies
0.09/0.10	c shorten_equivalence(): average equivalence length reduced from 6.723361 to 3.725410
0.09/0.10	c using k-SAT heuristics (size based diff)
0.09/0.10	c simplify_formula():: removed 0 tautological, 3360 satisfied and 0 duplicate clauses
0.09/0.10	c simplify_formula():: removed 0 tautological, 0 satisfied and 3 duplicate clauses
0.09/0.10	c main():: clause / variable ratio: ( 8068 / 3189 ) = 2.53
0.09/0.10	c longest clause has size 17
0.09/0.10	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.10	c number of free variables = 2713
0.09/0.10	c dynamic_preselect_setsize :: off
0.09/0.10	c main():: all systems go!
0.09/0.10	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/16) NodeCount: 131
0.19/0.21	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/16) NodeCount: 2575
2.99/3.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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/16) NodeCount: 15418
17.99/18.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 |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 53758
62.70/62.74	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/16) NodeCount: 146194
168.59/168.60	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 306053
349.90/349.99	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/16) NodeCount: 550162
610.80/610.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 |****************************************************************| ( 7/16) NodeCount: 837681
913.91/913.94	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 1109809
1185.11/1185.10	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
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-3280442-1303749480/watcher-3280442-1303749480 -o /tmp/evaluation-result-3280442-1303749480/solver-3280442-1303749480 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3280442-1303749480.cnf 

running on 2 cores: 0,2

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: 2.28 2.87 3.03 1/174 30170
/proc/meminfo: memFree=14367692/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=7128 CPUtime=0 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4194304 365 0 0 0 0 0 0 0 23 0 1 0 565178771 7299072 310 33554432000 4194304 4300876 140736182966288 18446744073709551615 4246532 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 1782 311 113 27 0 231 0

[startup+0.0115579 s]
/proc/loadavg: 2.28 2.87 3.03 1/174 30170
/proc/meminfo: memFree=14367692/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=8036 CPUtime=0 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4194304 575 0 0 0 0 0 0 0 23 0 1 0 565178771 8228864 470 33554432000 4194304 4300876 140736182966288 18446744073709551615 4247348 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 2009 470 126 27 0 458 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8036

[startup+0.100516 s]
/proc/loadavg: 2.28 2.87 3.03 1/174 30170
/proc/meminfo: memFree=14367692/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=13364 CPUtime=0.09 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 2643 0 0 0 9 0 0 0 23 0 1 0 565178771 13684736 1140 33554432000 4194304 4300876 140736182966288 18446744073709551615 4231064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 3341 1140 170 27 0 1790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13364

[startup+0.300452 s]
/proc/loadavg: 2.28 2.87 3.03 1/174 30170
/proc/meminfo: memFree=14367692/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=14024 CPUtime=0.29 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 2824 0 0 0 29 0 0 0 25 0 1 0 565178771 14360576 1321 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225135 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 3506 1321 170 27 0 1955 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14024

[startup+0.70038 s]
/proc/loadavg: 2.28 2.87 3.03 1/174 30170
/proc/meminfo: memFree=14367692/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=14416 CPUtime=0.69 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 2916 0 0 0 69 0 0 0 25 0 1 0 565178771 14761984 1413 33554432000 4194304 4300876 140736182966288 18446744073709551615 4230628 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 3604 1413 170 27 0 2053 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14416

[startup+1.50024 s]
/proc/loadavg: 2.28 2.87 3.03 5/190 30201
/proc/meminfo: memFree=14315896/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=14940 CPUtime=1.49 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 3034 0 0 0 149 0 0 0 25 0 1 0 565178771 15298560 1531 33554432000 4194304 4300876 140736182966288 18446744073709551615 4200081 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 3735 1531 170 27 0 2184 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14940

[startup+3.10096 s]
/proc/loadavg: 2.42 2.89 3.03 5/190 30201
/proc/meminfo: memFree=14270016/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=15196 CPUtime=3.09 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 3125 0 0 0 309 0 0 0 25 0 1 0 565178771 15560704 1622 33554432000 4194304 4300876 140736182966288 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 3799 1622 170 27 0 2248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15196

[startup+6.30046 s]
/proc/loadavg: 2.42 2.89 3.03 5/190 30201
/proc/meminfo: memFree=14198684/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=15888 CPUtime=6.29 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 3282 0 0 0 629 0 0 0 25 0 1 0 565178771 16269312 1778 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225155 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 3972 1778 170 27 0 2421 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15888

[startup+12.7003 s]
/proc/loadavg: 2.66 2.92 3.04 5/190 30201
/proc/meminfo: memFree=13918636/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=16364 CPUtime=12.69 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 3397 0 0 0 1269 0 0 0 25 0 1 0 565178771 16756736 1892 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225155 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 4091 1892 170 27 0 2540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16364

[startup+25.5011 s]
/proc/loadavg: 2.86 2.96 3.05 5/190 30202
/proc/meminfo: memFree=13917596/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=17144 CPUtime=25.49 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 3585 0 0 0 2549 0 0 0 25 0 1 0 565178771 17555456 2080 33554432000 4194304 4300876 140736182966288 18446744073709551615 4248592 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 4286 2080 170 27 0 2735 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17144

[startup+51.1006 s]
/proc/loadavg: 3.25 3.04 3.08 5/190 30204
/proc/meminfo: memFree=13901296/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=17884 CPUtime=51.09 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 3757 0 0 0 5109 0 0 0 25 0 1 0 565178771 18313216 2252 33554432000 4194304 4300876 140736182966288 18446744073709551615 4199826 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 4471 2252 171 27 0 2920 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17884

[startup+102.307 s]
/proc/loadavg: 3.73 3.21 3.13 5/190 30207
/proc/meminfo: memFree=13894788/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=19384 CPUtime=102.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 4112 0 0 0 10229 1 0 0 25 0 1 0 565178771 19849216 2607 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 4846 2607 171 27 0 3295 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 19384

[startup+162.301 s]
/proc/loadavg: 3.89 3.34 3.18 5/190 30208
/proc/meminfo: memFree=13891052/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=20792 CPUtime=162.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 4303 0 0 0 16229 1 0 0 25 0 1 0 565178771 21291008 2798 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 5198 2798 171 27 0 3647 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 20792

[startup+222.301 s]
/proc/loadavg: 3.96 3.47 3.23 5/190 30210
/proc/meminfo: memFree=13886448/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=21436 CPUtime=222.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 4635 0 0 0 22229 1 0 0 25 0 1 0 565178771 21950464 3130 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225231 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 5359 3130 171 27 0 3808 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 21436

[startup+282.301 s]
/proc/loadavg: 4.06 3.57 3.28 5/190 30211
/proc/meminfo: memFree=13883068/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=23744 CPUtime=282.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 4826 0 0 0 28229 1 0 0 25 0 1 0 565178771 24313856 3321 33554432000 4194304 4300876 140736182966288 18446744073709551615 4230554 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 5936 3321 171 27 0 4385 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 23744

[startup+342.301 s]
/proc/loadavg: 4.02 3.65 3.32 5/190 30213
/proc/meminfo: memFree=13880456/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=24100 CPUtime=342.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 4926 0 0 0 34229 1 0 0 25 0 1 0 565178771 24678400 3421 33554432000 4194304 4300876 140736182966288 18446744073709551615 4230554 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 6025 3421 171 27 0 4474 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 24100

[startup+402.301 s]
/proc/loadavg: 4.01 3.71 3.36 5/190 30215
/proc/meminfo: memFree=13876720/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=24228 CPUtime=402.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 5221 0 0 0 40229 1 0 0 25 0 1 0 565178771 24809472 3716 33554432000 4194304 4300876 140736182966288 18446744073709551615 4281289 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 6057 3716 171 27 0 4506 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 24228

[startup+462.301 s]
/proc/loadavg: 4.00 3.76 3.40 5/190 30216
/proc/meminfo: memFree=13873976/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=24828 CPUtime=462.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 5379 0 0 0 46229 1 0 0 25 0 1 0 565178771 25423872 3874 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225414 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 6207 3874 171 27 0 4656 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 24828

[startup+522.301 s]
/proc/loadavg: 4.00 3.80 3.43 5/190 30218
/proc/meminfo: memFree=13871360/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=28932 CPUtime=522.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 5510 0 0 0 52229 1 0 0 25 0 1 0 565178771 29626368 4005 33554432000 4194304 4300876 140736182966288 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7233 4005 171 27 0 5682 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 28932

[startup+582.3 s]
/proc/loadavg: 4.07 3.85 3.47 5/190 30219
/proc/meminfo: memFree=13868728/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=29060 CPUtime=582.3 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 5605 0 0 0 58229 1 0 0 25 0 1 0 565178771 29757440 4100 33554432000 4194304 4300876 140736182966288 18446744073709551615 4231168 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7265 4100 171 27 0 5714 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 29060

[startup+642.301 s]
/proc/loadavg: 4.02 3.88 3.50 5/190 30221
/proc/meminfo: memFree=13865368/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=29060 CPUtime=642.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 5775 0 0 0 64230 1 0 0 25 0 1 0 565178771 29757440 4270 33554432000 4194304 4300876 140736182966288 18446744073709551615 4231159 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7265 4270 171 27 0 5714 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 29060

[startup+702.3 s]
/proc/loadavg: 4.01 3.89 3.53 5/190 30223
/proc/meminfo: memFree=13861740/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=29828 CPUtime=702.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6003 0 0 0 70229 2 0 0 25 0 1 0 565178771 30543872 4498 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225163 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7457 4498 171 27 0 5906 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 29828

[startup+762.307 s]
/proc/loadavg: 4.04 3.93 3.56 5/190 30224
/proc/meminfo: memFree=13859124/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=29828 CPUtime=762.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6083 0 0 0 76229 2 0 0 25 0 1 0 565178771 30543872 4578 33554432000 4194304 4300876 140736182966288 18446744073709551615 4286693 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7457 4578 171 27 0 5906 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 29828

[startup+822.3 s]
/proc/loadavg: 4.07 3.95 3.59 5/190 30226
/proc/meminfo: memFree=13856760/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=29956 CPUtime=822.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6172 0 0 0 82229 2 0 0 25 0 1 0 565178771 30674944 4667 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225163 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7489 4667 171 27 0 5938 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 29956

[startup+882.301 s]
/proc/loadavg: 4.06 3.97 3.62 5/190 30227
/proc/meminfo: memFree=13854268/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=29956 CPUtime=882.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6267 0 0 0 88229 2 0 0 25 0 1 0 565178771 30674944 4762 33554432000 4194304 4300876 140736182966288 18446744073709551615 4230615 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7489 4762 171 27 0 5938 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 29956

[startup+942.3 s]
/proc/loadavg: 4.02 3.97 3.64 5/190 30229
/proc/meminfo: memFree=13851404/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=29956 CPUtime=942.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6396 0 0 0 94229 2 0 0 25 0 1 0 565178771 30674944 4891 33554432000 4194304 4300876 140736182966288 18446744073709551615 4216554 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7489 4891 171 27 0 5938 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 29956

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.66 5/190 30231
/proc/meminfo: memFree=13847916/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=30848 CPUtime=1002.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6589 0 0 0 100229 2 0 0 25 0 1 0 565178771 31588352 5084 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225211 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7712 5084 171 27 0 6161 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 30848

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 30232
/proc/meminfo: memFree=13845800/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=30976 CPUtime=1062.31 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6631 0 0 0 106229 2 0 0 25 0 1 0 565178771 31719424 5126 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225155 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7744 5126 171 27 0 6193 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 30976

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/190 30234
/proc/meminfo: memFree=13843164/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=30976 CPUtime=1122.32 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6717 0 0 0 112230 2 0 0 25 0 1 0 565178771 31719424 5212 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7744 5212 171 27 0 6193 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 30976

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.72 5/190 30235
/proc/meminfo: memFree=13840536/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=30976 CPUtime=1182.32 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6784 0 0 0 118230 2 0 0 25 0 1 0 565178771 31719424 5279 33554432000 4194304 4300876 140736182966288 18446744073709551615 4286112 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7744 5279 171 27 0 6193 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 30976

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.73 5/190 30237
/proc/meminfo: memFree=13836920/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=31104 CPUtime=1242.32 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 6979 0 0 0 124230 2 0 0 25 0 1 0 565178771 31850496 5474 33554432000 4194304 4300876 140736182966288 18446744073709551615 4199816 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7776 5474 171 27 0 6225 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 31104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.00 3.75 5/190 30239
/proc/meminfo: memFree=13834788/32950940 swapFree=67111528/67111528
[pid=30170] ppid=30168 vsize=31104 CPUtime=1300.03 cores=0,2
/proc/30170/stat : 30170 (march_rw) R 30168 30170 29806 0 -1 4202496 7011 0 0 0 130000 3 0 0 25 0 1 0 565178771 31850496 5506 33554432000 4194304 4300876 140736182966288 18446744073709551615 4225376 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30170/statm: 7776 5506 171 27 0 6225 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 31104

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300
CPU system time (s): 0.034994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 31104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7011
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= 5
involuntary context switches= 15062

runsolver used 2.14567 second user time and 4.96624 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-25 18:38:00
IDJOB=3280442
IDBENCH=20393
IDSOLVER=1561
FILE ID=node117/3280442-1303749480
RUNJOBID= node117-1303749479-30158
PBS_JOBID= 13154045
Free space on /tmp= 71640 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280442-1303749480/watcher-3280442-1303749480 -o /tmp/evaluation-result-3280442-1303749480/solver-3280442-1303749480 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3280442-1303749480.cnf

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=1535143357

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      14367732 kB
Buffers:       2319476 kB
Cached:       15642364 kB
SwapCached:          0 kB
Active:       10404324 kB
Inactive:      7622208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      14367732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             212 kB
Writeback:           0 kB
AnonPages:       63564 kB
Mapped:          14404 kB
Slab:           492988 kB
PageTables:       4540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   191932 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= 71632 MiB
End job on node117 at 2011-04-25 18:59:42