Trace number 3206043

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
SAT09 reference solver: march_hi hiUNSAT 756.134 756.153

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1205196501-095.UNKNOWN.cnf
MD5SUMb1bf2be38e1cea16efc5e7effa1a10c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark688.356
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2130 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 11 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 498 free variables and 2119 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.433
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 186 duplicate clauses
0.00/0.01	c resolvent_look() :: found 91 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 500 variables and 2210 clauses.
0.00/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.01	c transformTo3SAT():: the transformation yielded 500 variabels and 2210 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2210 / 500 ) = 4.42
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 498
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 164
0.00/0.05	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: 591
0.09/0.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 |****************************************************************| ( 2/999) NodeCount: 4218
0.69/0.72	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 24088
4.59/4.61	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 97773
20.90/20.94	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 291663
68.75/68.81	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 661457
169.06/169.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 |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 1179018
321.56/321.63	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1715111
490.47/490.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 |******************************************
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: 2126089
627.67/627.71	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 2357732
708.68/708.75	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2452379
743.08/743.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2479957
753.48/753.56	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
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: 2485693
755.68/755.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 |****************************************************************| (14/999) NodeCount: 2486501
756.08/756.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 |****************************************************************| (15/999) NodeCount: 2486572
756.08/756.14	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |****************************************************************| (16/999) NodeCount: 2486573
756.08/756.14	c |----------------------------------------------------------------|
c |
756.08/756.14	c
756.08/756.14	c main():: nodeCount: 2486573
756.08/756.14	c main():: dead ends in main: 42902
756.08/756.14	c main():: lookAheadCount: 155500790
756.08/756.14	c main():: unitResolveCount: 48803087
756.08/756.14	c main():: time=756.240000
756.08/756.14	c main():: necessary_assignments: 602352
756.08/756.14	c main():: bin_sat: 0, bin_unsat 0
756.08/756.14	c main():: doublelook: #: 9606146, succes #: 6875682
756.08/756.14	c main():: doublelook: overall 6.401 of all possible doublelooks executed
756.08/756.14	c main():: doublelook: succesrate: 71.576, average DL_trigger: 53.743
756.08/756.14	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3206043-1302955441/watcher-3206043-1302955441 -o /tmp/evaluation-result-3206043-1302955441/solver-3206043-1302955441 -C 2400 -W 1300 -M 7680 HOME/march_hi HOME/instance-3206043-1302955441.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.28 1.87 2.34 5/189 25990
/proc/meminfo: memFree=16027692/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=916 CPUtime=0 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 127 0 0 0 0 0 0 0 25 0 1 0 387959562 937984 84 33554432000 134512640 135197378 4289015664 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 229 84 58 168 0 60 0

[startup+0.0613919 s]
/proc/loadavg: 1.28 1.87 2.34 5/189 25990
/proc/meminfo: memFree=16027692/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=1836 CPUtime=0.05 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 325 0 0 0 5 0 0 0 18 0 1 0 387959562 1880064 280 33554432000 134512640 135197378 4289015664 18446744073709551615 134552521 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 459 280 91 168 0 290 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1836

[startup+0.100397 s]
/proc/loadavg: 1.28 1.87 2.34 5/189 25990
/proc/meminfo: memFree=16027692/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=1836 CPUtime=0.09 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 330 0 0 0 9 0 0 0 18 0 1 0 387959562 1880064 285 33554432000 134512640 135197378 4289015664 18446744073709551615 134572751 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 459 285 91 168 0 290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1836

[startup+0.300348 s]
/proc/loadavg: 1.28 1.87 2.34 5/189 25990
/proc/meminfo: memFree=16027692/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=1984 CPUtime=0.29 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 355 0 0 0 29 0 0 0 18 0 1 0 387959562 2031616 310 33554432000 134512640 135197378 4289015664 18446744073709551615 134525333 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 496 310 91 168 0 327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.700315 s]
/proc/loadavg: 1.28 1.87 2.34 5/189 25990
/proc/meminfo: memFree=16027692/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=2120 CPUtime=0.69 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 394 0 0 0 69 0 0 0 18 0 1 0 387959562 2170880 349 33554432000 134512640 135197378 4289015664 18446744073709551615 134649129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 530 349 91 168 0 361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2120

[startup+1.50116 s]
/proc/loadavg: 1.28 1.87 2.34 5/190 25991
/proc/meminfo: memFree=16025400/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=2472 CPUtime=1.49 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 428 0 0 0 149 0 0 0 19 0 1 0 387959562 2531328 383 33554432000 134512640 135197378 4289015664 18446744073709551615 134541897 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 618 383 91 168 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2472

[startup+3.10087 s]
/proc/loadavg: 1.28 1.87 2.34 5/190 25991
/proc/meminfo: memFree=16024408/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=2624 CPUtime=3.09 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 488 0 0 0 309 0 0 0 25 0 1 0 387959562 2686976 443 33554432000 134512640 135197378 4289015664 18446744073709551615 134617963 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 656 443 91 168 0 487 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2624

[startup+6.30027 s]
/proc/loadavg: 1.50 1.90 2.35 5/190 25991
/proc/meminfo: memFree=16023796/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=3364 CPUtime=6.29 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 628 0 0 0 629 0 0 0 25 0 1 0 387959562 3444736 583 33554432000 134512640 135197378 4289015664 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 841 583 91 168 0 672 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3364

[startup+12.7011 s]
/proc/loadavg: 1.70 1.94 2.35 5/190 25991
/proc/meminfo: memFree=16021204/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=4108 CPUtime=12.69 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 843 0 0 0 1269 0 0 0 25 0 1 0 387959562 4206592 798 33554432000 134512640 135197378 4289015664 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 1027 798 91 168 0 858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4108

[startup+25.5008 s]
/proc/loadavg: 2.21 2.04 2.38 5/190 25992
/proc/meminfo: memFree=16018968/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=6484 CPUtime=25.49 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 1253 0 0 0 2549 0 0 0 25 0 1 0 387959562 6639616 1208 33554432000 134512640 135197378 4289015664 18446744073709551615 134525423 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 1621 1208 91 168 0 1452 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6484

[startup+51.101 s]
/proc/loadavg: 2.82 2.19 2.42 5/190 25992
/proc/meminfo: memFree=16012208/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=11712 CPUtime=51.05 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 2037 0 0 0 5105 0 0 0 25 0 1 0 387959562 11993088 1992 33554432000 134512640 135197378 4289015664 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 2928 1992 91 168 0 2759 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11712

[startup+102.307 s]
/proc/loadavg: 3.49 2.47 2.50 5/190 26021
/proc/meminfo: memFree=15993208/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=17560 CPUtime=102.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 3544 0 0 0 10226 0 0 0 25 0 1 0 387959562 17981440 3499 33554432000 134512640 135197378 4289015664 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 4390 3499 91 168 0 4221 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17560

[startup+162.301 s]
/proc/loadavg: 3.81 2.75 2.59 5/190 26022
/proc/meminfo: memFree=15970756/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=27056 CPUtime=162.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 5206 0 0 0 16225 1 0 0 25 0 1 0 387959562 27705344 5161 33554432000 134512640 135197378 4289015664 18446744073709551615 134525303 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 6764 5161 91 168 0 6595 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 27056

[startup+222.301 s]
/proc/loadavg: 3.93 2.97 2.68 5/190 26024
/proc/meminfo: memFree=15948792/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=35788 CPUtime=222.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 6838 0 0 0 22225 1 0 0 25 0 1 0 387959562 36646912 6793 33554432000 134512640 135197378 4289015664 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 8947 6793 91 168 0 8778 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 35788

[startup+282.301 s]
/proc/loadavg: 4.03 3.17 2.76 5/190 26026
/proc/meminfo: memFree=15928296/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=35788 CPUtime=282.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 8396 0 0 0 28224 2 0 0 25 0 1 0 387959562 36646912 8351 33554432000 134512640 135197378 4289015664 18446744073709551615 134594027 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 8947 8351 91 168 0 8778 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 35788

[startup+342.301 s]
/proc/loadavg: 4.01 3.32 2.84 5/190 26027
/proc/meminfo: memFree=15906940/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=56364 CPUtime=342.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 9941 0 0 0 34224 2 0 0 25 0 1 0 387959562 57716736 9896 33554432000 134512640 135197378 4289015664 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 14091 9896 91 168 0 13922 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 56364

[startup+402.301 s]
/proc/loadavg: 4.00 3.44 2.91 5/190 26029
/proc/meminfo: memFree=15886596/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=56364 CPUtime=402.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 11443 0 0 0 40224 2 0 0 25 0 1 0 387959562 57716736 11398 33554432000 134512640 135197378 4289015664 18446744073709551615 134539170 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 14091 11398 91 168 0 13922 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 56364

[startup+462.301 s]
/proc/loadavg: 4.00 3.54 2.97 5/190 26030
/proc/meminfo: memFree=15865984/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=56364 CPUtime=462.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 12883 0 0 0 46224 2 0 0 25 0 1 0 387959562 57716736 12838 33554432000 134512640 135197378 4289015664 18446744073709551615 134542163 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 14091 12838 91 168 0 13922 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 56364

[startup+522.301 s]
/proc/loadavg: 4.00 3.62 3.03 5/190 26032
/proc/meminfo: memFree=15846740/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=76008 CPUtime=522.26 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 14324 0 0 0 52224 2 0 0 25 0 1 0 387959562 77832192 14279 33554432000 134512640 135197378 4289015664 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 19002 14279 91 168 0 18833 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 76008

[startup+582.301 s]
/proc/loadavg: 4.04 3.70 3.10 5/190 26034
/proc/meminfo: memFree=15826252/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=76008 CPUtime=582.27 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 15709 0 0 0 58224 3 0 0 25 0 1 0 387959562 77832192 15664 33554432000 134512640 135197378 4289015664 18446744073709551615 134548535 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 19002 15664 91 168 0 18833 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 76008

[startup+642.301 s]
/proc/loadavg: 4.01 3.75 3.15 5/190 26035
/proc/meminfo: memFree=15806268/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=642.28 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 17048 0 0 0 64224 4 0 0 25 0 1 0 387959562 92876800 17003 33554432000 134512640 135197378 4289015664 18446744073709551615 134522781 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 17003 91 168 0 22506 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 90700

[startup+702.301 s]
/proc/loadavg: 4.00 3.80 3.20 5/190 26037
/proc/meminfo: memFree=15786520/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=702.28 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 18329 0 0 0 70224 4 0 0 25 0 1 0 387959562 92876800 18284 33554432000 134512640 135197378 4289015664 18446744073709551615 134542128 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 18284 91 168 0 22506 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 90700

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

[startup+716.701 s]
/proc/loadavg: 4.00 3.80 3.21 5/190 26037
/proc/meminfo: memFree=15781552/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=716.68 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 18637 0 0 0 71664 4 0 0 25 0 1 0 387959562 92876800 18592 33554432000 134512640 135197378 4289015664 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 18592 91 168 0 22506 0
Current children cumulated CPU time (s) 716.68
Current children cumulated vsize (KiB) 90700

[startup+742.3 s]
/proc/loadavg: 4.00 3.82 3.23 5/190 26038
/proc/meminfo: memFree=15773484/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=742.28 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 19145 0 0 0 74224 4 0 0 25 0 1 0 387959562 92876800 19100 33554432000 134512640 135197378 4289015664 18446744073709551615 134552654 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 19100 91 168 0 22506 0
Current children cumulated CPU time (s) 742.28
Current children cumulated vsize (KiB) 90700

[startup+748.701 s]
/proc/loadavg: 4.00 3.82 3.24 5/190 26038
/proc/meminfo: memFree=15771500/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=748.68 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 19275 0 0 0 74864 4 0 0 25 0 1 0 387959562 92876800 19230 33554432000 134512640 135197378 4289015664 18446744073709551615 134597257 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 19230 91 168 0 22506 0
Current children cumulated CPU time (s) 748.68
Current children cumulated vsize (KiB) 90700

[startup+751.901 s]
/proc/loadavg: 4.00 3.82 3.24 5/190 26038
/proc/meminfo: memFree=15770384/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=751.88 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 19335 0 0 0 75184 4 0 0 25 0 1 0 387959562 92876800 19290 33554432000 134512640 135197378 4289015664 18446744073709551615 134601721 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 19290 91 168 0 22506 0
Current children cumulated CPU time (s) 751.88
Current children cumulated vsize (KiB) 90700

[startup+753.506 s]
/proc/loadavg: 4.00 3.82 3.24 5/190 26038
/proc/meminfo: memFree=15769640/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=753.48 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 19363 0 0 0 75344 4 0 0 25 0 1 0 387959562 92876800 19318 33554432000 134512640 135197378 4289015664 18446744073709551615 134525312 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 19318 91 168 0 22506 0
Current children cumulated CPU time (s) 753.48
Current children cumulated vsize (KiB) 90700

[startup+755.101 s]
/proc/loadavg: 4.00 3.83 3.24 5/190 26038
/proc/meminfo: memFree=15769392/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=755.08 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 19394 0 0 0 75504 4 0 0 25 0 1 0 387959562 92876800 19349 33554432000 134512640 135197378 4289015664 18446744073709551615 134592200 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 19349 91 168 0 22506 0
Current children cumulated CPU time (s) 755.08
Current children cumulated vsize (KiB) 90700

[startup+755.901 s]
/proc/loadavg: 4.00 3.83 3.24 5/190 26038
/proc/meminfo: memFree=15769020/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=755.88 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 19408 0 0 0 75584 4 0 0 25 0 1 0 387959562 92876800 19363 33554432000 134512640 135197378 4289015664 18446744073709551615 134539327 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 19363 91 168 0 22506 0
Current children cumulated CPU time (s) 755.88
Current children cumulated vsize (KiB) 90700

[startup+756.101 s]
/proc/loadavg: 4.00 3.83 3.24 5/190 26038
/proc/meminfo: memFree=15769020/32951124 swapFree=67111528/67111528
[pid=25990] ppid=25988 vsize=90700 CPUtime=756.08 cores=4,6
/proc/25990/stat : 25990 (march_hi) R 25988 25990 25930 0 -1 4202496 19410 0 0 0 75604 4 0 0 25 0 1 0 387959562 92876800 19365 33554432000 134512640 135197378 4289015664 18446744073709551615 134592420 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25990/statm: 22675 19365 91 168 0 22506 0
Current children cumulated CPU time (s) 756.08
Current children cumulated vsize (KiB) 90700

Child status: 20
Real time (s): 756.153
CPU time (s): 756.134
CPU user time (s): 756.086
CPU system time (s): 0.047992
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 90700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 756.086
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19414
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= 6
involuntary context switches= 508

runsolver used 1.20682 second user time and 2.23766 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-16 14:04:01
IDJOB=3206043
IDBENCH=82969
IDSOLVER=1623
FILE ID=node142/3206043-1302955441
RUNJOBID= node142-1302955441-25949
PBS_JOBID= 13018003
Free space on /tmp= 72248 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1205196501-095.UNKNOWN.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3206043-1302955441/watcher-3206043-1302955441 -o /tmp/evaluation-result-3206043-1302955441/solver-3206043-1302955441 -C 2400 -W 1300 -M 7680  HOME/march_hi HOME/instance-3206043-1302955441.cnf

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

MD5SUM BENCH= b1bf2be38e1cea16efc5e7effa1a10c7
RANDOM SEED=219642101

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16027724 kB
Buffers:        724536 kB
Cached:       15751328 kB
SwapCached:          0 kB
Active:        6766660 kB
Inactive:      9778164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16027724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3256 kB
Writeback:           0 kB
AnonPages:       69300 kB
Mapped:          15580 kB
Slab:           312824 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   249616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72248 MiB
End job on node142 at 2011-04-16 14:16:37