Trace number 1628080

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_hi hiUNSAT 1190.92 1191.31

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S1826325374-100.cnf
MD5SUMa61c5a47056b58e65936096833df1084
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1190.92
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2125 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 500 free variables and 2125 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.491
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 182 duplicate clauses
0.00/0.02	c resolvent_look() :: found 92 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 500 variables and 2217 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 500 variabels and 2217 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2217 / 500 ) = 4.43
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 500
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/17) NodeCount: 232
0.09/0.13	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/17) NodeCount: 6230
3.40/3.41	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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/17) NodeCount: 35172
19.18/19.27	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 137985
76.06/76.19	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 381920
211.82/211.97	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/17) NodeCount: 770816
428.85/429.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 |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/17) NodeCount: 1229595
685.26/685.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/17) NodeCount: 1630952
911.19/911.57	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 1897034
1063.85/1064.22	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/17) NodeCount: 2034719
1145.71/1146.11	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 2086454
1178.30/1178.76	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/17) NodeCount: 2101264
1188.30/1188.78	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
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/17) NodeCount: 2104334
1190.50/1190.97	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |****************************************************************| (13/17) NodeCount: 2104733
1190.80/1191.29	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |****************************************************************| (14/17) NodeCount: 2104756
1190.90/1191.31	c |----------------------------------------------------------------|
c |
1190.90/1191.31	c
1190.90/1191.31	c main():: nodeCount: 2104756
1190.90/1191.31	c main():: dead ends in main: 33965
1190.90/1191.31	c main():: lookAheadCount: 132381436
1190.90/1191.31	c main():: unitResolveCount: 25588609
1190.90/1191.31	c main():: time=1191.090000
1190.90/1191.31	c main():: necessary_assignments: 507154
1190.90/1191.31	c main():: bin_sat: 0, bin_unsat 0
1190.90/1191.31	c main():: doublelook: #: 8089525, succes #: 5777421
1190.90/1191.31	c main():: doublelook: overall 6.334 of all possible doublelooks executed
1190.90/1191.31	c main():: doublelook: succesrate: 71.419, average DL_trigger: 55.164
1190.90/1191.31	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-1628080-1240100726/watcher-1628080-1240100726 -o /tmp/evaluation-result-1628080-1240100726/solver-1628080-1240100726 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628080-1240100726.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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/64 24226
/proc/meminfo: memFree=1130304/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=976 CPUtime=0
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 38101061 999424 129 1992294400 134512640 135197378 4294956240 18446744073709551615 134722737 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 244 129 65 167 0 75 0

[startup+0.102455 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24226
/proc/meminfo: memFree=1130304/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=1740 CPUtime=0.09
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 288 0 0 0 9 0 0 0 18 0 1 0 38101061 1781760 271 1992294400 134512640 135197378 4294956240 18446744073709551615 134525303 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 435 271 91 167 0 266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1740

[startup+0.201468 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24226
/proc/meminfo: memFree=1130304/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=1872 CPUtime=0.19
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 303 0 0 0 19 0 0 0 18 0 1 0 38101061 1916928 286 1992294400 134512640 135197378 4294956240 18446744073709551615 134552408 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 468 286 91 167 0 299 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1872

[startup+0.301483 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24226
/proc/meminfo: memFree=1130304/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=1872 CPUtime=0.29
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 312 0 0 0 29 0 0 0 19 0 1 0 38101061 1916928 295 1992294400 134512640 135197378 4294956240 18446744073709551615 134525281 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 468 295 91 167 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1872

[startup+0.701541 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24226
/proc/meminfo: memFree=1130304/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=1872 CPUtime=0.69
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 325 0 0 0 69 0 0 0 22 0 1 0 38101061 1916928 308 1992294400 134512640 135197378 4294956240 18446744073709551615 134542165 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 468 308 91 167 0 299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1872

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1129336/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=1872 CPUtime=1.49
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 330 0 0 0 149 0 0 0 25 0 1 0 38101061 1916928 313 1992294400 134512640 135197378 4294956240 18446744073709551615 134542117 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 468 313 91 167 0 299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1872

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1129144/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2004 CPUtime=3.09
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 338 0 0 0 309 0 0 0 25 0 1 0 38101061 2052096 321 1992294400 134512640 135197378 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 501 321 91 167 0 332 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2004

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1129096/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2004 CPUtime=6.29
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 349 0 0 0 629 0 0 0 25 0 1 0 38101061 2052096 332 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 501 332 91 167 0 332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2004

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1129096/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2004 CPUtime=12.69
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 361 0 0 0 1269 0 0 0 25 0 1 0 38101061 2052096 344 1992294400 134512640 135197378 4294956240 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 501 344 91 167 0 332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2004

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1129032/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2160 CPUtime=25.48
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 372 0 0 0 2548 0 0 0 25 0 1 0 38101061 2211840 355 1992294400 134512640 135197378 4294956240 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 540 355 91 167 0 371 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2160

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1128904/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2300 CPUtime=51.07
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 401 0 0 0 5107 0 0 0 25 0 1 0 38101061 2355200 384 1992294400 134512640 135197378 4294956240 18446744073709551615 134542317 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 575 384 91 167 0 406 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2300

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1128776/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2300 CPUtime=102.25
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 421 0 0 0 10225 0 0 0 25 0 1 0 38101061 2355200 404 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 575 404 91 167 0 406 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 2300

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1128456/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2604 CPUtime=162.24
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 495 0 0 0 16223 1 0 0 25 0 1 0 38101061 2666496 478 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 651 478 91 167 0 482 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2604

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1128328/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2756 CPUtime=222.22
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 522 0 0 0 22221 1 0 0 25 0 1 0 38101061 2822144 505 1992294400 134512640 135197378 4294956240 18446744073709551615 134552719 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 689 505 91 167 0 520 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2756

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1128136/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2756 CPUtime=282.19
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 553 0 0 0 28218 1 0 0 25 0 1 0 38101061 2822144 536 1992294400 134512640 135197378 4294956240 18446744073709551615 134525303 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 689 536 91 167 0 520 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 2756

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1128008/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2984 CPUtime=342.18
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 574 0 0 0 34216 2 0 0 25 0 1 0 38101061 3055616 557 1992294400 134512640 135197378 4294956240 18446744073709551615 134525363 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 746 557 91 167 0 577 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 2984

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1127880/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=2984 CPUtime=402.16
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 604 0 0 0 40214 2 0 0 25 0 1 0 38101061 3055616 587 1992294400 134512640 135197378 4294956240 18446744073709551615 134539232 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 746 587 91 167 0 577 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 2984

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1127624/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=3324 CPUtime=462.13
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 646 0 0 0 46211 2 0 0 25 0 1 0 38101061 3403776 629 1992294400 134512640 135197378 4294956240 18446744073709551615 134541880 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 831 629 91 167 0 662 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 3324

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1127560/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=3324 CPUtime=522.12
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 691 0 0 0 52209 3 0 0 25 0 1 0 38101061 3403776 674 1992294400 134512640 135197378 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 831 674 91 167 0 662 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 3324

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24227
/proc/meminfo: memFree=1127496/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=3836 CPUtime=582.1
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 724 0 0 0 58207 3 0 0 25 0 1 0 38101061 3928064 707 1992294400 134512640 135197378 4294956240 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 959 707 91 167 0 790 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 3836

[startup+642.302 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 24227
/proc/meminfo: memFree=1127240/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=3836 CPUtime=642.08
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 766 0 0 0 64205 3 0 0 25 0 1 0 38101061 3928064 749 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 959 749 91 167 0 790 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 3836

[startup+702.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 24229
/proc/meminfo: memFree=1126920/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=4020 CPUtime=702.05
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 828 0 0 0 70202 3 0 0 25 0 1 0 38101061 4116480 811 1992294400 134512640 135197378 4294956240 18446744073709551615 134570760 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 1005 811 91 167 0 836 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 4020

[startup+762.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 24229
/proc/meminfo: memFree=1126728/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=4784 CPUtime=762.04
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 904 0 0 0 76200 4 0 0 25 0 1 0 38101061 4898816 887 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 1196 887 91 167 0 1027 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 4784

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24229
/proc/meminfo: memFree=1126408/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=4784 CPUtime=822.02
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 968 0 0 0 82198 4 0 0 25 0 1 0 38101061 4898816 951 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 1196 951 91 167 0 1027 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 4784

[startup+882.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24229
/proc/meminfo: memFree=1126216/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=4784 CPUtime=882
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1025 0 0 0 88195 5 0 0 25 0 1 0 38101061 4898816 1008 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 1196 1008 91 167 0 1027 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 4784

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1125896/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=5936 CPUtime=941.98
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1118 0 0 0 94193 5 0 0 25 0 1 0 38101061 6078464 1101 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 1484 1101 91 167 0 1315 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 5936

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1125320/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=6116 CPUtime=1001.96
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1264 0 0 0 100190 6 0 0 25 0 1 0 38101061 6262784 1247 1992294400 134512640 135197378 4294956240 18446744073709551615 134611821 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 1529 1247 91 167 0 1360 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 6116

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1124808/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=6116 CPUtime=1061.95
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1371 0 0 0 106188 7 0 0 25 0 1 0 38101061 6262784 1354 1992294400 134512640 135197378 4294956240 18446744073709551615 134542258 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 1529 1354 91 167 0 1360 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 6116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1124168/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1121.92
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1531 0 0 0 112185 7 0 0 25 0 1 0 38101061 8273920 1514 1992294400 134512640 135197378 4294956240 18446744073709551615 134525363 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1514 91 167 0 1851 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 8080

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123400/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1181.9
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1731 0 0 0 118182 8 0 0 25 0 1 0 38101061 8273920 1714 1992294400 134512640 135197378 4294956240 18446744073709551615 134542222 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1714 91 167 0 1851 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 8080

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

[startup+1184 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123400/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1183.6
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1740 0 0 0 118352 8 0 0 25 0 1 0 38101061 8273920 1723 1992294400 134512640 135197378 4294956240 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1723 91 167 0 1851 0
Current children cumulated CPU time (s) 1183.6
Current children cumulated vsize (KiB) 8080

[startup+1187.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123336/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1186.8
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1756 0 0 0 118672 8 0 0 25 0 1 0 38101061 8273920 1739 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1739 91 167 0 1851 0
Current children cumulated CPU time (s) 1186.8
Current children cumulated vsize (KiB) 8080

[startup+1188.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123272/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1188.4
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1764 0 0 0 118832 8 0 0 25 0 1 0 38101061 8273920 1747 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1747 91 167 0 1851 0
Current children cumulated CPU time (s) 1188.4
Current children cumulated vsize (KiB) 8080

[startup+1190.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123208/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1190
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1772 0 0 0 118992 8 0 0 25 0 1 0 38101061 8273920 1755 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1755 91 167 0 1851 0
Current children cumulated CPU time (s) 1190
Current children cumulated vsize (KiB) 8080

[startup+1190.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123208/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1190.4
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1774 0 0 0 119032 8 0 0 25 0 1 0 38101061 8273920 1757 1992294400 134512640 135197378 4294956240 18446744073709551615 134525303 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1757 91 167 0 1851 0
Current children cumulated CPU time (s) 1190.4
Current children cumulated vsize (KiB) 8080

[startup+1191.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123208/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1190.8
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1776 0 0 0 119072 8 0 0 25 0 1 0 38101061 8273920 1759 1992294400 134512640 135197378 4294956240 18446744073709551615 134597005 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1759 91 167 0 1851 0
Current children cumulated CPU time (s) 1190.8
Current children cumulated vsize (KiB) 8080

[startup+1191.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24229
/proc/meminfo: memFree=1123208/2055920 swapFree=4192956/4192956
[pid=24226] ppid=24224 vsize=8080 CPUtime=1190.9
/proc/24226/stat : 24226 (march_hi) R 24224 24226 24189 0 -1 4194304 1776 0 0 0 119082 8 0 0 25 0 1 0 38101061 8273920 1759 1992294400 134512640 135197378 4294956240 18446744073709551615 134592331 0 0 4096 0 0 0 0 17 1 0 0
/proc/24226/statm: 2020 1759 91 167 0 1851 0
Current children cumulated CPU time (s) 1190.9
Current children cumulated vsize (KiB) 8080

Child status: 20
Real time (s): 1191.31
CPU time (s): 1190.92
CPU user time (s): 1190.84
CPU system time (s): 0.087986
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 8080

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

runsolver used 0.873867 second user time and 2.48862 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-19 02:25:26
IDJOB=1628080
IDBENCH=70536
IDSOLVER=583
FILE ID=node39/1628080-1240100726
PBS_JOBID= 9157716
Free space on /tmp= 66364 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/500/unif-k3-r4.25-v500-c2125-S1826325374-100.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1628080-1240100726/watcher-1628080-1240100726 -o /tmp/evaluation-result-1628080-1240100726/solver-1628080-1240100726 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1628080-1240100726.cnf

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

MD5SUM BENCH= a61c5a47056b58e65936096833df1084
RANDOM SEED=2082307466

node39.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.281
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.281
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:       1130720 kB
Buffers:         91668 kB
Cached:         737116 kB
SwapCached:          0 kB
Active:         299504 kB
Inactive:       543112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1130720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             820 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            68572 kB
Committed_AS:   205740 kB
PageTables:       1380 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= 66364 MiB
End job on node39 at 2009-04-19 02:45:18