Trace number 1554573

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_nn nnUNSAT 863.076 863.424

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl016.cnf
MD5SUM505fee3283f518ccb9d234f549b3c214
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.65659
Satisfiable
(Un)Satisfiability was proved
Number of variables4567
Number of clauses13652
Sum of the clauses size31852
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29100
Number of clauses of size 34550
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.13	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.09/0.13	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.09/0.13	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.09/0.13	c main()::
0.09/0.13	c initFormula():: searching for DIMACS p-line....
0.09/0.13	c initFormula():: the DIMACS p-line indicates a CNF of 4567 variables and 13652 clauses.
0.09/0.13	c parseCNF():: parsing....
0.09/0.13	c parseCNF():: the CNF contains 2 unary clauses.
0.09/0.13	c runParser():: parsing was successful, warming up engines...
0.09/0.13	c simplify_formula():: removed 0 tautological, 4 satisfied and 0 duplicate clauses
0.09/0.13	c preprocessing fase I completed:: there are now 4565 free variables and 13648 clauses.
0.09/0.13	c stat :: sign balance is biased by 0.119
0.09/0.13	c using 3-SAT heuristics (occurence based diff)
0.09/0.13	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.13	c simplify_formula():: removed 0 tautological, 0 satisfied and 240 duplicate clauses
0.09/0.13	c resolvent_look() :: found 240 resolvents
0.09/0.13	c lessRedundantTransformation():: nothing to be done.
0.09/0.13	c transformTo3SAT():: you gave me 4567 variables and 13888 clauses.
0.09/0.13	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.09/0.13	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.09/0.13	c transformTo3SAT():: the transformation yielded 4567 variabels and 13888 clauses.
0.09/0.13	c main():: clause / variable ratio: ( 13888 / 4567 ) = 3.04
0.09/0.13	c longest clause has size 3
0.09/0.13	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.13	c number of free variables = 4565
0.09/0.13	c dynamic_preselect_setsize :: off
0.09/0.13	c main():: all systems go!
0.09/0.13	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 20
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/999) NodeCount: 231
0.49/0.53	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 1440
1.99/2.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 6190
7.88/7.95	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 20554
25.67/25.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 |****************************************************************| ( 5/999) NodeCount: 54375
66.16/66.20	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 117783
141.43/141.50	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 217293
257.99/258.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 |******************************************
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: 344179
404.73/404.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 |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 475996
553.27/553.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 |****************************************************************| (10/999) NodeCount: 589354
678.03/678.35	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 670871
765.10/765.42	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |**************
c |***************
c |****************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (12/999) NodeCount: 720206
816.37/816.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 |****************************************************************| (13/999) NodeCount: 746015
842.96/843.30	c |----------------------------------------------------------------|
c |****************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (14/999) NodeCount: 757787
855.05/855.45	c |----------------------------------------------------------------|
c |****************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (15/999) NodeCount: 762434
860.34/860.70	c |----------------------------------------------------------------|
c |****************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (16/999) NodeCount: 763922
862.25/862.61	c |----------------------------------------------------------------|
c |****************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| (17/999) NodeCount: 764255
862.84/863.20	c |----------------------------------------------------------------|
c |****************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| (18/999) NodeCount: 764303
862.94/863.35	c |----------------------------------------------------------------|
c |****************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |********************************
c |****************************************************************| (19/999) NodeCount: 764305
862.94/863.37	c |----------------------------------------------------------------|
c |
862.94/863.38	c
862.94/863.38	c main():: nodeCount: 764305
862.94/863.38	c main():: dead ends in main: 15149
862.94/863.38	c main():: lookAheadCount: 14780418
862.94/863.38	c main():: unitResolveCount: 350457011
862.94/863.38	c main():: time=863.150000
862.94/863.38	c main():: necessary_assignments: 1283293
862.94/863.38	c main():: bin_sat: 0, bin_unsat 0
862.94/863.38	c main():: doublelook: #: 408279, succes #: 87826
862.94/863.38	c main():: doublelook: overall 3.009 of all possible doublelooks executed
862.94/863.38	c main():: doublelook: succesrate: 21.511, average DL_trigger: 38.865
862.94/863.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 23569
/proc/meminfo: memFree=1756536/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=1280 CPUtime=0
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 1145604510 1310720 183 1992294400 134512640 135197250 4294956240 18446744073709551615 134852290 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 320 183 58 167 0 151 0

[startup+0.0250959 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 23569
/proc/meminfo: memFree=1756536/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=2244 CPUtime=0.02
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 416 0 0 0 2 0 0 0 18 0 1 0 1145604510 2297856 355 1992294400 134512640 135197250 4294956240 18446744073709551615 134565259 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 561 355 65 167 0 392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2244

[startup+0.101109 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 23569
/proc/meminfo: memFree=1756536/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=2596 CPUtime=0.09
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 1804 0 0 0 9 0 0 0 18 0 1 0 1145604510 2658304 436 1992294400 134512640 135197250 4294956240 18446744073709551615 134694887 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 649 436 83 167 0 480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2596

[startup+0.301148 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 23569
/proc/meminfo: memFree=1756536/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=9292 CPUtime=0.29
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 3034 0 0 0 29 0 0 0 19 0 1 0 1145604510 9515008 1379 1992294400 134512640 135197250 4294956240 18446744073709551615 134542234 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 2323 1379 93 167 0 2154 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9292

[startup+0.702227 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 23569
/proc/meminfo: memFree=1756536/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=9728 CPUtime=0.69
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 3149 0 0 0 69 0 0 0 22 0 1 0 1145604510 9961472 1493 1992294400 134512640 135197250 4294956240 18446744073709551615 134552521 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 2432 1493 93 167 0 2263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9728

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1750768/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=10080 CPUtime=1.49
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 3233 0 0 0 149 0 0 0 25 0 1 0 1145604510 10321920 1576 1992294400 134512640 135197250 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 2520 1576 93 167 0 2351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10080

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1750256/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=10928 CPUtime=3.09
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 3343 0 0 0 308 1 0 0 25 0 1 0 1145604510 11190272 1686 1992294400 134512640 135197250 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 2732 1686 93 167 0 2563 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10928

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1749240/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=12140 CPUtime=6.29
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 3599 0 0 0 628 1 0 0 25 0 1 0 1145604510 12431360 1942 1992294400 134512640 135197250 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 3035 1942 93 167 0 2866 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12140

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1747384/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=14392 CPUtime=12.68
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 4045 0 0 0 1267 1 0 0 25 0 1 0 1145604510 14737408 2388 1992294400 134512640 135197250 4294956240 18446744073709551615 134541268 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 3598 2388 93 167 0 3429 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14392

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1743608/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=18444 CPUtime=25.47
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 4921 0 0 0 2545 2 0 0 25 0 1 0 1145604510 18886656 3264 1992294400 134512640 135197250 4294956240 18446744073709551615 134548562 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 4611 3264 93 167 0 4442 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18444

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1736184/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=26684 CPUtime=51.07
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 6811 0 0 0 5103 4 0 0 25 0 1 0 1145604510 27324416 5154 1992294400 134512640 135197250 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 6671 5154 93 167 0 6502 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26684

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1721528/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=42904 CPUtime=102.24
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 10382 0 0 0 10218 6 0 0 25 0 1 0 1145604510 43933696 8725 1992294400 134512640 135197250 4294956240 18446744073709551615 134597469 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 10726 8725 93 167 0 10557 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 42904

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1705336/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=73284 CPUtime=162.22
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 14427 0 0 0 16212 10 0 0 25 0 1 0 1145604510 75042816 12770 1992294400 134512640 135197250 4294956240 18446744073709551615 134542326 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 18321 12770 93 167 0 18152 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 73284

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1685560/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=133332 CPUtime=222.2
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 19289 0 0 0 22205 15 0 0 25 0 1 0 1145604510 136531968 17632 1992294400 134512640 135197250 4294956240 18446744073709551615 134553008 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 33333 17632 93 167 0 33164 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 133332

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1668664/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=133464 CPUtime=282.18
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 23531 0 0 0 28199 19 0 0 25 0 1 0 1145604510 136667136 21874 1992294400 134512640 135197250 4294956240 18446744073709551615 134548501 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 33366 21874 93 167 0 33197 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 133464

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1650424/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=136184 CPUtime=342.15
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 28047 0 0 0 34192 23 0 0 25 0 1 0 1145604510 139452416 26390 1992294400 134512640 135197250 4294956240 18446744073709551615 134611693 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 34046 26390 93 167 0 33877 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 136184

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1632312/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=136184 CPUtime=402.13
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 32592 0 0 0 40186 27 0 0 25 0 1 0 1145604510 139452416 30935 1992294400 134512640 135197250 4294956240 18446744073709551615 134542018 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 34046 30935 93 167 0 33877 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 136184

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1615544/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=256444 CPUtime=462.11
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 36668 0 0 0 46179 32 0 0 25 0 1 0 1145604510 262598656 35011 1992294400 134512640 135197250 4294956240 18446744073709551615 134601439 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 64111 35011 93 167 0 63942 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 256444

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1598136/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=256444 CPUtime=522.08
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 41070 0 0 0 52173 35 0 0 25 0 1 0 1145604510 262598656 39413 1992294400 134512640 135197250 4294956240 18446744073709551615 134548531 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 64111 39413 93 167 0 63942 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 256444

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1581880/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=256576 CPUtime=582.06
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 45036 0 0 0 58166 40 0 0 25 0 1 0 1145604510 262733824 43379 1992294400 134512640 135197250 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 64144 43379 93 167 0 63975 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 256576

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1565816/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=256576 CPUtime=642.04
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 48989 0 0 0 64160 44 0 0 25 0 1 0 1145604510 262733824 47332 1992294400 134512640 135197250 4294956240 18446744073709551615 134522781 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 64144 47332 93 167 0 63975 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 256576

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1550712/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=702.02
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 52742 0 0 0 70154 48 0 0 25 0 1 0 1145604510 268693504 51085 1992294400 134512640 135197250 4294956240 18446744073709551615 134523574 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 51085 93 167 0 65430 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 262396

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1537208/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=762
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 56047 0 0 0 76148 52 0 0 25 0 1 0 1145604510 268693504 54390 1992294400 134512640 135197250 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 54390 93 167 0 65430 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 262396

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1525880/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=821.97
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 58894 0 0 0 82142 55 0 0 25 0 1 0 1145604510 268693504 57237 1992294400 134512640 135197250 4294956240 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 57237 93 167 0 65430 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 262396

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

[startup+844.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1522616/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=844.36
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 59680 0 0 0 84380 56 0 0 25 0 1 0 1145604510 268693504 58023 1992294400 134512640 135197250 4294956240 18446744073709551615 134572869 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 58023 93 167 0 65430 0
Current children cumulated CPU time (s) 844.36
Current children cumulated vsize (KiB) 262396

[startup+851.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1521976/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=850.75
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 59855 0 0 0 85019 56 0 0 25 0 1 0 1145604510 268693504 58198 1992294400 134512640 135197250 4294956240 18446744073709551615 134601475 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 58198 93 167 0 65430 0
Current children cumulated CPU time (s) 850.75
Current children cumulated vsize (KiB) 262396

[startup+857.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1521336/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=857.15
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 60002 0 0 0 85659 56 0 0 25 0 1 0 1145604510 268693504 58345 1992294400 134512640 135197250 4294956240 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 58345 93 167 0 65430 0
Current children cumulated CPU time (s) 857.15
Current children cumulated vsize (KiB) 262396

[startup+860.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1521080/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=860.34
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 60066 0 0 0 85978 56 0 0 25 0 1 0 1145604510 268693504 58409 1992294400 134512640 135197250 4294956240 18446744073709551615 134592272 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 58409 93 167 0 65430 0
Current children cumulated CPU time (s) 860.34
Current children cumulated vsize (KiB) 262396

[startup+862.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1520952/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=861.95
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 60093 0 0 0 86138 57 0 0 25 0 1 0 1145604510 268693504 58436 1992294400 134512640 135197250 4294956240 18446744073709551615 134552464 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 58436 93 167 0 65430 0
Current children cumulated CPU time (s) 861.95
Current children cumulated vsize (KiB) 262396

[startup+863.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1520952/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=862.74
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 60100 0 0 0 86217 57 0 0 25 0 1 0 1145604510 268693504 58443 1992294400 134512640 135197250 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 58443 93 167 0 65430 0
Current children cumulated CPU time (s) 862.74
Current children cumulated vsize (KiB) 262396

[startup+863.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1520952/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=262396 CPUtime=862.94
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194304 60100 0 0 0 86237 57 0 0 25 0 1 0 1145604510 268693504 58443 1992294400 134512640 135197250 4294956240 18446744073709551615 134596829 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 65599 58443 93 167 0 65430 0
Current children cumulated CPU time (s) 862.94
Current children cumulated vsize (KiB) 262396

[startup+863.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 23570
/proc/meminfo: memFree=1623544/2055920 swapFree=4175896/4192956
[pid=23569] ppid=23567 vsize=0 CPUtime=863.04
/proc/23569/stat : 23569 (march_nn) R 23567 23569 23438 0 -1 4194308 60101 0 0 0 86245 59 0 0 25 0 1 0 1145604510 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/23569/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 863.04
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 863.424
CPU time (s): 863.076
CPU user time (s): 862.46
CPU system time (s): 0.615906
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 262396

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

runsolver used 0.765883 second user time and 2.43663 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-03 05:30:33
IDJOB=1554573
IDBENCH=70783
IDSOLVER=522
FILE ID=node66/1554573-1238729433
PBS_JOBID= 9085356
Free space on /tmp= 66500 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl016.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554573-1238729433/watcher-1554573-1238729433 -o /tmp/evaluation-result-1554573-1238729433/solver-1554573-1238729433 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1554573-1238729433.cnf

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

MD5SUM BENCH= 505fee3283f518ccb9d234f549b3c214
RANDOM SEED=769539097

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1757016 kB
Buffers:         15208 kB
Cached:         207636 kB
SwapCached:       8764 kB
Active:          28296 kB
Inactive:       205452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757016 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:          16576 kB
Slab:            50348 kB
Committed_AS:  3423236 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node66 at 2009-04-03 05:44:57