Trace number 3420454

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_rw 2011-03-02SAT 3289.68 3289.61

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S944754256-018.SATISFIABLE.cnf
MD5SUMdb18d6e256ea6948d91cc6cd8858dc3d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.645901
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.29/0.39	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.39	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.29/0.39	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.29/0.39	c main()::
0.29/0.39	c initFormula():: searching for DIMACS p-line....
0.29/0.39	c full lookahead due to high density!
0.29/0.39	c initFormula():: the DIMACS p-line indicates a CNF of 70 variables and 6230 clauses.
0.29/0.39	c parseCNF():: parsing....
0.29/0.39	c parseCNF():: the CNF contains 0 unary clauses.
0.29/0.39	c runParser():: parsing was successful, warming up engines...
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c preprocessing fase I completed:: there are now 70 free variables and 6230 clauses.
0.29/0.39	c using k-SAT heuristics (size based diff)
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c main():: clause / variable ratio: ( 6230 / 70 ) = 89.00
0.29/0.39	c longest clause has size 7
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c number of free variables = 70
0.29/0.39	c dynamic_preselect_setsize :: off
0.29/0.39	c main():: all systems go!
0.29/0.39	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 139
0.39/0.43	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: 522
0.49/0.53	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 3695
1.19/1.21	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 22667
5.09/5.20	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 104679
22.89/22.91	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 376339
84.60/84.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 |****************************************************************| ( 6/999) NodeCount: 1083103
255.00/255.00	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2540790
631.43/631.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
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: 4937843
1298.12/1298.11	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 8091699
2245.24/2245.27	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
3289.56/3289.59	c |00001011101011100010010000$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$|
3289.56/3289.59	
c |*************************************************************
3289.56/3289.59	c
3289.56/3289.59	c main():: nodeCount: 11322286
3289.56/3289.59	c main():: dead ends in main: 1440
3289.56/3289.59	c main():: lookAheadCount: 562272635
3289.56/3289.59	c main():: unitResolveCount: 34963633
3289.56/3289.59	c main():: time=3289.649902
3289.56/3289.59	c main():: necessary_assignments: 58614
3289.56/3289.59	c main():: bin_sat: 0, bin_unsat 0
3289.56/3289.59	c main():: doublelook: #: 36448900, succes #: 28472417
3289.56/3289.59	c main():: doublelook: overall 6.608 of all possible doublelooks executed
3289.56/3289.59	c main():: doublelook: succesrate: 78.116, average DL_trigger: 14.777
3289.56/3289.59	c main():: SOLUTION VERIFIED :-)
3289.56/3289.59	s SATISFIABLE
3289.56/3289.59	v 1 2 3 -4 -5 -6 -7 -8 -9 10 -11 12 13 14 -15 -16 -17 -18 -19 20 -21 22 23 24 25 26 27 -28 -29 30 -31 32 33 -34 -35 36 -37 -38 -39 -40 -41 42 -43 -44 -45 -46 47 -48 -49 50 51 -52 -53 54 55 -56 -57 -58 -59 -60 61 62 -63 -64 -65 66 -67 -68 -69 70 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3420454-1306618885/watcher-3420454-1306618885 -o /tmp/evaluation-result-3420454-1306618885/solver-3420454-1306618885 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420454-1306618885.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): 5100 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: 2.03 2.04 2.00 2/527 1709
/proc/meminfo: memFree=12154708/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=6724 CPUtime=0 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4194304 255 0 0 0 0 0 0 0 25 0 1 0 852119137 6885376 200 33554432000 4194304 4300876 140736900358720 18446744073709551615 216734839493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 1681 200 113 27 0 130 0

[startup+0.037926 s]
/proc/loadavg: 2.03 2.04 2.00 2/527 1709
/proc/meminfo: memFree=12154708/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=7492 CPUtime=0.03 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1028 0 0 0 3 0 0 0 25 0 1 0 852119137 7671808 397 33554432000 4194304 4300876 140736900358720 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 1873 397 143 27 0 322 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7492

[startup+0.100925 s]
/proc/loadavg: 2.03 2.04 2.00 2/527 1709
/proc/meminfo: memFree=12154708/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=7492 CPUtime=0.09 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1028 0 0 0 9 0 0 0 25 0 1 0 852119137 7671808 397 33554432000 4194304 4300876 140736900358720 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 1873 397 143 27 0 322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7492

[startup+0.30088 s]
/proc/loadavg: 2.03 2.04 2.00 2/527 1709
/proc/meminfo: memFree=12154708/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=7492 CPUtime=0.29 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1028 0 0 0 29 0 0 0 25 0 1 0 852119137 7671808 397 33554432000 4194304 4300876 140736900358720 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 1873 397 143 27 0 322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7492

[startup+0.700809 s]
/proc/loadavg: 2.03 2.04 2.00 2/527 1709
/proc/meminfo: memFree=12154708/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=8044 CPUtime=0.69 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1457 0 0 0 69 0 0 0 25 0 1 0 852119137 8237056 514 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 2011 514 170 27 0 460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8044

[startup+1.50068 s]
/proc/loadavg: 2.03 2.04 2.00 3/528 1710
/proc/meminfo: memFree=12152368/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=8236 CPUtime=1.49 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1466 0 0 0 149 0 0 0 25 0 1 0 852119137 8433664 523 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 2059 523 170 27 0 508 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8236

[startup+3.10039 s]
/proc/loadavg: 2.03 2.04 2.00 3/528 1710
/proc/meminfo: memFree=12151004/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=8540 CPUtime=3.09 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1562 0 0 0 309 0 0 0 25 0 1 0 852119137 8744960 619 33554432000 4194304 4300876 140736900358720 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 2135 619 170 27 0 584 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8540

[startup+6.30083 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 1710
/proc/meminfo: memFree=12149632/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=8920 CPUtime=6.29 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1653 0 0 0 629 0 0 0 25 0 1 0 852119137 9134080 710 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 2230 710 171 27 0 679 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8920

[startup+12.7007 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 1710
/proc/meminfo: memFree=12147300/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=9772 CPUtime=12.69 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 1835 0 0 0 1269 0 0 0 25 0 1 0 852119137 10006528 892 33554432000 4194304 4300876 140736900358720 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 2443 892 171 27 0 892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9772

[startup+25.5005 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 1710
/proc/meminfo: memFree=12145068/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=11688 CPUtime=25.49 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 2184 0 0 0 2549 0 0 0 25 0 1 0 852119137 11968512 1241 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 2922 1241 171 27 0 1371 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11688

[startup+51.101 s]
/proc/loadavg: 2.13 2.06 2.01 3/528 1711
/proc/meminfo: memFree=12139344/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=16000 CPUtime=51.09 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 2869 0 0 0 5109 0 0 0 25 0 1 0 852119137 16384000 1926 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199338 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 4000 1926 171 27 0 2449 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16000

[startup+102.319 s]
/proc/loadavg: 2.12 2.06 2.01 3/528 1712
/proc/meminfo: memFree=12126652/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=20108 CPUtime=102.31 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 4219 0 0 0 10231 0 0 0 25 0 1 0 852119137 20590592 3276 33554432000 4194304 4300876 140736900358720 18446744073709551615 4225414 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 5027 3276 171 27 0 3476 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20108

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/528 1714
/proc/meminfo: memFree=12112716/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=26156 CPUtime=162.29 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 5740 0 0 0 16229 0 0 0 25 0 1 0 852119137 26783744 4797 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 6539 4797 171 27 0 4988 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26156

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/528 1716
/proc/meminfo: memFree=12100400/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=34888 CPUtime=222.3 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 7225 0 0 0 22229 1 0 0 25 0 1 0 852119137 35725312 6282 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 8722 6282 171 27 0 7171 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 34888

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 1717
/proc/meminfo: memFree=12090784/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=47984 CPUtime=282.3 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 8661 0 0 0 28229 1 0 0 25 0 1 0 852119137 49135616 7718 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 11996 7718 171 27 0 10445 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47984

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 1719
/proc/meminfo: memFree=12078112/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=48440 CPUtime=342.3 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 10131 0 0 0 34228 2 0 0 25 0 1 0 852119137 49602560 9188 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276267 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 12110 9188 171 27 0 10559 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48440

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 1720
/proc/meminfo: memFree=12065520/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=68084 CPUtime=402.3 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 11529 0 0 0 40228 2 0 0 25 0 1 0 852119137 69718016 10586 33554432000 4194304 4300876 140736900358720 18446744073709551615 4225442 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 17021 10586 171 27 0 15470 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 68084

[startup+462.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/528 1722
/proc/meminfo: memFree=12053324/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=68084 CPUtime=462.3 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 12904 0 0 0 46228 2 0 0 25 0 1 0 852119137 69718016 11961 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199334 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 17021 11961 171 27 0 15470 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68084

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/528 1724
/proc/meminfo: memFree=12041376/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=68084 CPUtime=522.3 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 14315 0 0 0 52228 2 0 0 25 0 1 0 852119137 69718016 13372 33554432000 4194304 4300876 140736900358720 18446744073709551615 4227546 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 17021 13372 171 27 0 15470 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 68084

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 1725
/proc/meminfo: memFree=12029668/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=68996 CPUtime=582.31 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 15646 0 0 0 58228 3 0 0 25 0 1 0 852119137 70651904 14703 33554432000 4194304 4300876 140736900358720 18446744073709551615 4214274 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 17249 14703 171 27 0 15698 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 68996

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=11649684/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=2622.35 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 57245 0 0 0 262226 9 0 0 25 0 1 0 852119137 321417216 56302 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 56302 171 27 0 76920 0
Current children cumulated CPU time (s) 2622.35
Current children cumulated vsize (KiB) 313884

[startup+2682.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/528 1790
/proc/meminfo: memFree=11639080/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=2682.35 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 58402 0 0 0 268226 9 0 0 25 0 1 0 852119137 321417216 57459 33554432000 4194304 4300876 140736900358720 18446744073709551615 4214231 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 57459 171 27 0 76920 0
Current children cumulated CPU time (s) 2682.35
Current children cumulated vsize (KiB) 313884

[startup+2742.32 s]
/proc/loadavg: 2.04 2.01 2.00 3/528 1792
/proc/meminfo: memFree=11628252/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=2742.37 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 59457 0 0 0 274228 9 0 0 25 0 1 0 852119137 321417216 58514 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 58514 171 27 0 76920 0
Current children cumulated CPU time (s) 2742.37
Current children cumulated vsize (KiB) 313884

[startup+2802.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/528 1793
/proc/meminfo: memFree=11617408/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=2802.36 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 60510 0 0 0 280226 10 0 0 25 0 1 0 852119137 321417216 59567 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 59567 171 27 0 76920 0
Current children cumulated CPU time (s) 2802.36
Current children cumulated vsize (KiB) 313884

[startup+2862.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/528 1795
/proc/meminfo: memFree=11605696/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=2862.35 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 61703 0 0 0 286225 10 0 0 25 0 1 0 852119137 321417216 60760 33554432000 4194304 4300876 140736900358720 18446744073709551615 4263948 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 60760 171 27 0 76920 0
Current children cumulated CPU time (s) 2862.35
Current children cumulated vsize (KiB) 313884

[startup+2922.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/528 1797
/proc/meminfo: memFree=11595208/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=2922.36 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 62770 0 0 0 292225 11 0 0 25 0 1 0 852119137 321417216 61827 33554432000 4194304 4300876 140736900358720 18446744073709551615 4227626 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 61827 171 27 0 76920 0
Current children cumulated CPU time (s) 2922.36
Current children cumulated vsize (KiB) 313884

[startup+2982.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/528 1798
/proc/meminfo: memFree=11583648/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=2982.36 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 63843 0 0 0 298225 11 0 0 25 0 1 0 852119137 321417216 62900 33554432000 4194304 4300876 140736900358720 18446744073709551615 4214333 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 62900 171 27 0 76920 0
Current children cumulated CPU time (s) 2982.36
Current children cumulated vsize (KiB) 313884

[startup+3042.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/528 1800
/proc/meminfo: memFree=11573564/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3042.36 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 64860 0 0 0 304225 11 0 0 25 0 1 0 852119137 321417216 63917 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 63917 171 27 0 76920 0
Current children cumulated CPU time (s) 3042.36
Current children cumulated vsize (KiB) 313884

[startup+3102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/528 1801
/proc/meminfo: memFree=11562744/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3102.36 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 65936 0 0 0 310225 11 0 0 25 0 1 0 852119137 321417216 64993 33554432000 4194304 4300876 140736900358720 18446744073709551615 4264113 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 64993 171 27 0 76920 0
Current children cumulated CPU time (s) 3102.36
Current children cumulated vsize (KiB) 313884

[startup+3162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/528 1803
/proc/meminfo: memFree=11552136/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3162.37 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 66993 0 0 0 316225 12 0 0 25 0 1 0 852119137 321417216 66050 33554432000 4194304 4300876 140736900358720 18446744073709551615 4275768 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 66050 171 27 0 76920 0
Current children cumulated CPU time (s) 3162.37
Current children cumulated vsize (KiB) 313884

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/528 1805
/proc/meminfo: memFree=11543028/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3222.36 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 67970 0 0 0 322224 12 0 0 25 0 1 0 852119137 321417216 67027 33554432000 4194304 4300876 140736900358720 18446744073709551615 4227612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 67027 171 27 0 76920 0
Current children cumulated CPU time (s) 3222.36
Current children cumulated vsize (KiB) 313884

[startup+3282.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/528 1806
/proc/meminfo: memFree=11532824/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3282.37 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 68931 0 0 0 328225 12 0 0 25 0 1 0 852119137 321417216 67988 33554432000 4194304 4300876 140736900358720 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 67988 171 27 0 76920 0
Current children cumulated CPU time (s) 3282.37
Current children cumulated vsize (KiB) 313884

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

[startup+3283.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/528 1806
/proc/meminfo: memFree=11532824/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3283.16 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 68943 0 0 0 328304 12 0 0 25 0 1 0 852119137 321417216 68000 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 68000 171 27 0 76920 0
Current children cumulated CPU time (s) 3283.16
Current children cumulated vsize (KiB) 313884

[startup+3286.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/528 1807
/proc/meminfo: memFree=11532572/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3286.36 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 68993 0 0 0 328624 12 0 0 25 0 1 0 852119137 321417216 68050 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 68050 171 27 0 76920 0
Current children cumulated CPU time (s) 3286.36
Current children cumulated vsize (KiB) 313884

[startup+3287.92 s]
/proc/loadavg: 2.10 2.03 2.01 3/528 1807
/proc/meminfo: memFree=11532200/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3287.98 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 69015 0 0 0 328786 12 0 0 25 0 1 0 852119137 321417216 68072 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276274 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 68072 171 27 0 76920 0
Current children cumulated CPU time (s) 3287.98
Current children cumulated vsize (KiB) 313884

[startup+3288.7 s]
/proc/loadavg: 2.10 2.03 2.01 3/528 1807
/proc/meminfo: memFree=11532200/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3288.76 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 69029 0 0 0 328864 12 0 0 25 0 1 0 852119137 321417216 68086 33554432000 4194304 4300876 140736900358720 18446744073709551615 4276224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 68086 171 27 0 76920 0
Current children cumulated CPU time (s) 3288.76
Current children cumulated vsize (KiB) 313884

[startup+3289.1 s]
/proc/loadavg: 2.10 2.03 2.01 3/528 1807
/proc/meminfo: memFree=11532076/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3289.16 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 69037 0 0 0 328904 12 0 0 25 0 1 0 852119137 321417216 68094 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199255 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 68094 171 27 0 76920 0
Current children cumulated CPU time (s) 3289.16
Current children cumulated vsize (KiB) 313884

[startup+3289.5 s]
/proc/loadavg: 2.10 2.03 2.01 3/528 1807
/proc/meminfo: memFree=11532076/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=313884 CPUtime=3289.56 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202496 69044 0 0 0 328944 12 0 0 25 0 1 0 852119137 321417216 68101 33554432000 4194304 4300876 140736900358720 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1709/statm: 78471 68101 171 27 0 76920 0
Current children cumulated CPU time (s) 3289.56
Current children cumulated vsize (KiB) 313884

[startup+3289.6 s]
/proc/loadavg: 2.10 2.03 2.01 3/528 1807
/proc/meminfo: memFree=11532076/32951124 swapFree=65586216/67111528
[pid=1709] ppid=1707 vsize=0 CPUtime=3289.66 cores=1,3,5,7
/proc/1709/stat : 1709 (march_rw) R 1707 1709 1399 0 -1 4202500 69046 0 0 0 328953 13 0 0 25 0 1 0 852119137 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1709/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3289.66
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 3289.61
CPU time (s): 3289.68
CPU user time (s): 3289.54
CPU system time (s): 0.141978
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 313884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3289.54
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 37184

runsolver used 15.9256 second user time and 37.6423 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-28 23:41:25
IDJOB=3420454
IDBENCH=82706
IDSOLVER=1913
FILE ID=node119/3420454-1306618885
RUNJOBID= node119-1306613389-1418
PBS_JOBID= 13471622
Free space on /tmp= 73432 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S944754256-018.SATISFIABLE.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420454-1306618885/watcher-3420454-1306618885 -o /tmp/evaluation-result-3420454-1306618885/solver-3420454-1306618885 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420454-1306618885.cnf

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

MD5SUM BENCH= db18d6e256ea6948d91cc6cd8858dc3d
RANDOM SEED=46715595

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12155128 kB
Buffers:        241108 kB
Cached:        3989660 kB
SwapCached:       4316 kB
Active:       10031416 kB
Inactive:     10442012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12155128 kB
SwapTotal:    67111528 kB
SwapFree:     65586216 kB
Dirty:              52 kB
Writeback:           0 kB
AnonPages:    16241180 kB
Mapped:          41940 kB
Slab:           174112 kB
PageTables:      79228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163942908 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= 73432 MiB
End job on node119 at 2011-05-29 00:36:15