Trace number 3211281

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 757.265 757.24

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 benchmark757.265
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.10/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.70/0.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 |****************************************************************| ( 3/999) NodeCount: 24088
4.60/4.60	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 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.69/68.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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.30/169.34	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
322.00/322.04	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
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
491.21/491.25	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
628.61/628.64	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
709.72/709.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
744.22/744.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
754.62/754.64	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
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
756.82/756.87	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |************************
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
757.22/757.20	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |************************
c |**************************
c |***************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| (15/999) NodeCount: 2486572
757.22/757.23	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |****************************************************************| (16/999) NodeCount: 2486573
757.22/757.23	c |----------------------------------------------------------------|
c |
757.22/757.23	c
757.22/757.23	c main():: nodeCount: 2486573
757.22/757.23	c main():: dead ends in main: 42902
757.22/757.23	c main():: lookAheadCount: 155500790
757.22/757.23	c main():: unitResolveCount: 48803087
757.22/757.23	c main():: time=757.370000
757.22/757.23	c main():: necessary_assignments: 602352
757.22/757.23	c main():: bin_sat: 0, bin_unsat 0
757.22/757.23	c main():: doublelook: #: 9606146, succes #: 6875682
757.22/757.23	c main():: doublelook: overall 6.401 of all possible doublelooks executed
757.22/757.23	c main():: doublelook: succesrate: 71.576, average DL_trigger: 53.743
757.22/757.23	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-3211281-1303177573/watcher-3211281-1303177573 -o /tmp/evaluation-result-3211281-1303177573/solver-3211281-1303177573 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3211281-1303177573.cnf 

running on 4 cores: 1,3,5,7

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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.61 1.17 1.05 2/177 22122
/proc/meminfo: memFree=20178516/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=1180 CPUtime=0 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 191 0 0 0 0 0 0 0 25 0 1 0 429357725 1208320 145 33554432000 134512640 135197378 4289282320 18446744073709551615 134579648 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 295 145 80 168 0 126 0

[startup+0.0790799 s]
/proc/loadavg: 1.61 1.17 1.05 2/177 22122
/proc/meminfo: memFree=20178516/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=1836 CPUtime=0.07 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 330 0 0 0 7 0 0 0 18 0 1 0 429357725 1880064 284 33554432000 134512640 135197378 4289282320 18446744073709551615 134556568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 459 284 91 168 0 290 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1836

[startup+0.101074 s]
/proc/loadavg: 1.61 1.17 1.05 2/177 22122
/proc/meminfo: memFree=20178516/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=1984 CPUtime=0.1 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 336 0 0 0 10 0 0 0 18 0 1 0 429357725 2031616 290 33554432000 134512640 135197378 4289282320 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 496 290 91 168 0 327 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1984

[startup+0.301039 s]
/proc/loadavg: 1.61 1.17 1.05 2/177 22122
/proc/meminfo: memFree=20178516/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=1984 CPUtime=0.3 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 357 0 0 0 30 0 0 0 18 0 1 0 429357725 2031616 311 33554432000 134512640 135197378 4289282320 18446744073709551615 134596849 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 496 311 91 168 0 327 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1984

[startup+0.700967 s]
/proc/loadavg: 1.61 1.17 1.05 2/177 22122
/proc/meminfo: memFree=20178516/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=2120 CPUtime=0.7 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 396 0 0 0 70 0 0 0 18 0 1 0 429357725 2170880 350 33554432000 134512640 135197378 4289282320 18446744073709551615 134525312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 530 350 91 168 0 361 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2120

[startup+1.50082 s]
/proc/loadavg: 1.61 1.17 1.05 3/178 22123
/proc/meminfo: memFree=20177184/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=2472 CPUtime=1.5 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 431 0 0 0 150 0 0 0 19 0 1 0 429357725 2531328 385 33554432000 134512640 135197378 4289282320 18446744073709551615 134525281 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 618 385 91 168 0 449 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2472

[startup+3.10052 s]
/proc/loadavg: 1.61 1.17 1.05 3/178 22123
/proc/meminfo: memFree=20176688/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=2624 CPUtime=3.1 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 490 0 0 0 310 0 0 0 25 0 1 0 429357725 2686976 444 33554432000 134512640 135197378 4289282320 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 656 444 91 168 0 487 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2624

[startup+6.30094 s]
/proc/loadavg: 1.64 1.18 1.06 3/178 22123
/proc/meminfo: memFree=20175932/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=3364 CPUtime=6.3 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 631 0 0 0 630 0 0 0 25 0 1 0 429357725 3444736 585 33554432000 134512640 135197378 4289282320 18446744073709551615 134572865 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 841 585 91 168 0 672 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 3364

[startup+12.7007 s]
/proc/loadavg: 1.67 1.19 1.06 3/178 22124
/proc/meminfo: memFree=20174568/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=4108 CPUtime=12.69 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 846 0 0 0 1269 0 0 0 25 0 1 0 429357725 4206592 800 33554432000 134512640 135197378 4289282320 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 1027 800 91 168 0 858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4108

[startup+25.5004 s]
/proc/loadavg: 1.74 1.23 1.08 3/178 22124
/proc/meminfo: memFree=20172352/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=6484 CPUtime=25.49 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 1255 0 0 0 2549 0 0 0 25 0 1 0 429357725 6639616 1209 33554432000 134512640 135197378 4289282320 18446744073709551615 134548562 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 1621 1209 91 168 0 1452 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6484

[startup+51.1006 s]
/proc/loadavg: 1.83 1.29 1.10 3/178 22124
/proc/meminfo: memFree=20169096/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=11712 CPUtime=51.09 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 2041 0 0 0 5109 0 0 0 25 0 1 0 429357725 11993088 1995 33554432000 134512640 135197378 4289282320 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 2928 1995 91 168 0 2759 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11712

[startup+102.306 s]
/proc/loadavg: 1.92 1.40 1.15 3/178 22126
/proc/meminfo: memFree=20162508/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=17560 CPUtime=102.3 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 3544 0 0 0 10230 0 0 0 25 0 1 0 429357725 17981440 3498 33554432000 134512640 135197378 4289282320 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 4390 3498 91 168 0 4221 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 17560

[startup+162.301 s]
/proc/loadavg: 2.03 1.52 1.20 3/178 22128
/proc/meminfo: memFree=20155544/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=27056 CPUtime=162.29 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 5206 0 0 0 16229 0 0 0 25 0 1 0 429357725 27705344 5160 33554432000 134512640 135197378 4289282320 18446744073709551615 134542106 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 6764 5160 91 168 0 6595 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 27056

[startup+222.301 s]
/proc/loadavg: 2.01 1.61 1.25 3/178 22129
/proc/meminfo: memFree=20148692/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=35788 CPUtime=222.3 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 6836 0 0 0 22229 1 0 0 25 0 1 0 429357725 36646912 6790 33554432000 134512640 135197378 4289282320 18446744073709551615 134525232 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 8947 6790 91 168 0 8778 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35788

[startup+282.301 s]
/proc/loadavg: 2.00 1.67 1.29 3/178 22131
/proc/meminfo: memFree=20142332/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=35788 CPUtime=282.3 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 8388 0 0 0 28229 1 0 0 25 0 1 0 429357725 36646912 8342 33554432000 134512640 135197378 4289282320 18446744073709551615 134525288 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 8947 8342 91 168 0 8778 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 35788

[startup+342.301 s]
/proc/loadavg: 2.00 1.73 1.33 3/178 22132
/proc/meminfo: memFree=20135872/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=56364 CPUtime=342.3 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 9932 0 0 0 34229 1 0 0 25 0 1 0 429357725 57716736 9886 33554432000 134512640 135197378 4289282320 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 14091 9886 91 168 0 13922 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 56364

[startup+402.301 s]
/proc/loadavg: 2.00 1.78 1.37 3/178 22134
/proc/meminfo: memFree=20129660/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=56364 CPUtime=402.31 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 11432 0 0 0 40229 2 0 0 25 0 1 0 429357725 57716736 11386 33554432000 134512640 135197378 4289282320 18446744073709551615 134541962 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 14091 11386 91 168 0 13922 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 56364

[startup+462.3 s]
/proc/loadavg: 2.00 1.81 1.41 3/178 22136
/proc/meminfo: memFree=20123564/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=56364 CPUtime=462.31 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 12868 0 0 0 46229 2 0 0 25 0 1 0 429357725 57716736 12822 33554432000 134512640 135197378 4289282320 18446744073709551615 134542296 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 14091 12822 91 168 0 13922 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 56364

[startup+522.3 s]
/proc/loadavg: 2.00 1.85 1.44 3/178 22137
/proc/meminfo: memFree=20117960/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=76008 CPUtime=522.31 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 14307 0 0 0 52229 2 0 0 25 0 1 0 429357725 77832192 14261 33554432000 134512640 135197378 4289282320 18446744073709551615 134552704 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 19002 14261 91 168 0 18833 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 76008

[startup+582.3 s]
/proc/loadavg: 2.00 1.87 1.48 3/178 22139
/proc/meminfo: memFree=20111868/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=76008 CPUtime=582.31 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 15691 0 0 0 58228 3 0 0 25 0 1 0 429357725 77832192 15645 33554432000 134512640 135197378 4289282320 18446744073709551615 134552493 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 19002 15645 91 168 0 18833 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 76008

[startup+642.301 s]
/proc/loadavg: 2.00 1.89 1.50 3/178 22140
/proc/meminfo: memFree=20106148/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=642.32 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 17027 0 0 0 64229 3 0 0 25 0 1 0 429357725 92876800 16981 33554432000 134512640 135197378 4289282320 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 16981 91 168 0 22506 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 90700

[startup+702.301 s]
/proc/loadavg: 2.04 1.92 1.54 3/178 22142
/proc/meminfo: memFree=20100904/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=702.32 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 18309 0 0 0 70228 4 0 0 25 0 1 0 429357725 92876800 18263 33554432000 134512640 135197378 4289282320 18446744073709551615 134525392 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 18263 91 168 0 22506 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 90700

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

[startup+716.7 s]
/proc/loadavg: 2.03 1.92 1.55 3/178 22142
/proc/meminfo: memFree=20099416/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=716.72 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 18615 0 0 0 71668 4 0 0 25 0 1 0 429357725 92876800 18569 33554432000 134512640 135197378 4289282320 18446744073709551615 134542431 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 18569 91 168 0 22506 0
Current children cumulated CPU time (s) 716.72
Current children cumulated vsize (KiB) 90700

[startup+742.301 s]
/proc/loadavg: 2.02 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20097416/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=742.32 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19127 0 0 0 74228 4 0 0 25 0 1 0 429357725 92876800 19081 33554432000 134512640 135197378 4289282320 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19081 91 168 0 22506 0
Current children cumulated CPU time (s) 742.32
Current children cumulated vsize (KiB) 90700

[startup+748.7 s]
/proc/loadavg: 2.02 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20096796/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=748.72 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19256 0 0 0 74868 4 0 0 25 0 1 0 429357725 92876800 19210 33554432000 134512640 135197378 4289282320 18446744073709551615 134597303 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19210 91 168 0 22506 0
Current children cumulated CPU time (s) 748.72
Current children cumulated vsize (KiB) 90700

[startup+751.901 s]
/proc/loadavg: 2.02 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20096548/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=751.92 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19316 0 0 0 75188 4 0 0 25 0 1 0 429357725 92876800 19270 33554432000 134512640 135197378 4289282320 18446744073709551615 134525416 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19270 91 168 0 22506 0
Current children cumulated CPU time (s) 751.92
Current children cumulated vsize (KiB) 90700

[startup+755.1 s]
/proc/loadavg: 2.01 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20096176/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=755.12 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19376 0 0 0 75508 4 0 0 25 0 1 0 429357725 92876800 19330 33554432000 134512640 135197378 4289282320 18446744073709551615 134542035 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19330 91 168 0 22506 0
Current children cumulated CPU time (s) 755.12
Current children cumulated vsize (KiB) 90700

[startup+755.901 s]
/proc/loadavg: 2.01 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20096176/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=755.92 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19390 0 0 0 75588 4 0 0 25 0 1 0 429357725 92876800 19344 33554432000 134512640 135197378 4289282320 18446744073709551615 134593955 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19344 91 168 0 22506 0
Current children cumulated CPU time (s) 755.92
Current children cumulated vsize (KiB) 90700

[startup+756.701 s]
/proc/loadavg: 2.01 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20096052/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=756.72 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19404 0 0 0 75668 4 0 0 25 0 1 0 429357725 92876800 19358 33554432000 134512640 135197378 4289282320 18446744073709551615 134552735 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19358 91 168 0 22506 0
Current children cumulated CPU time (s) 756.72
Current children cumulated vsize (KiB) 90700

[startup+757.101 s]
/proc/loadavg: 2.01 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20096052/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=757.12 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19411 0 0 0 75708 4 0 0 25 0 1 0 429357725 92876800 19365 33554432000 134512640 135197378 4289282320 18446744073709551615 134542296 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19365 91 168 0 22506 0
Current children cumulated CPU time (s) 757.12
Current children cumulated vsize (KiB) 90700

[startup+757.201 s]
/proc/loadavg: 2.01 1.93 1.56 3/178 22143
/proc/meminfo: memFree=20096052/32951124 swapFree=67111528/67111528
[pid=22122] ppid=22120 vsize=90700 CPUtime=757.22 cores=1,3,5,7
/proc/22122/stat : 22122 (march_hi) R 22120 22122 21566 0 -1 4202496 19413 0 0 0 75718 4 0 0 25 0 1 0 429357725 92876800 19367 33554432000 134512640 135197378 4289282320 18446744073709551615 134593920 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22122/statm: 22675 19367 91 168 0 22506 0
Current children cumulated CPU time (s) 757.22
Current children cumulated vsize (KiB) 90700

Child status: 20
Real time (s): 757.24
CPU time (s): 757.265
CPU user time (s): 757.216
CPU system time (s): 0.048992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 90700

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

runsolver used 1.10583 second user time and 2.36164 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-19 03:46:13
IDJOB=3211281
IDBENCH=82969
IDSOLVER=1627
FILE ID=node105/3211281-1303177573
RUNJOBID= node105-1303177507-22074
PBS_JOBID= 13021036
Free space on /tmp= 73244 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-3211281-1303177573/watcher-3211281-1303177573 -o /tmp/evaluation-result-3211281-1303177573/solver-3211281-1303177573 -C 5000 -W 5000 -M 15500  HOME/march_hi HOME/instance-3211281-1303177573.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b1bf2be38e1cea16efc5e7effa1a10c7
RANDOM SEED=1931049370

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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:      20178796 kB
Buffers:        695496 kB
Cached:       11651000 kB
SwapCached:          0 kB
Active:        3878720 kB
Inactive:      8533136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20178796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:       65416 kB
Mapped:          15428 kB
Slab:           297448 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   209492 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= 73244 MiB
End job on node105 at 2011-04-19 03:58:50