Trace number 3420779

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 3045.55 3045.46

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S314780693-050.SATISFIABLE.cnf
MD5SUMb3fdf3b46fb0b1e907e496e0b191070b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.327949
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: 124
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: 523
0.49/0.52	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 3830
1.19/1.22	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 23523
5.29/5.31	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 109374
23.59/23.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 395297
88.01/88.09	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 1139223
266.59/266.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2667393
660.71/660.76	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/999) NodeCount: 5167909
1356.34/1356.36	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 8440729
2341.57/2341.52	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
3045.48/3045.44	c |0101010111001001000001010$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$|
3045.48/3045.44	
c |******************************************
3045.48/3045.44	c
3045.48/3045.44	c main():: nodeCount: 10679493
3045.48/3045.44	c main():: dead ends in main: 1251
3045.48/3045.44	c main():: lookAheadCount: 536745156
3045.48/3045.44	c main():: unitResolveCount: 31873671
3045.48/3045.44	c main():: time=3045.530029
3045.48/3045.44	c main():: necessary_assignments: 54188
3045.48/3045.44	c main():: bin_sat: 0, bin_unsat 0
3045.48/3045.44	c main():: doublelook: #: 33801115, succes #: 26167622
3045.48/3045.44	c main():: doublelook: overall 6.415 of all possible doublelooks executed
3045.48/3045.44	c main():: doublelook: succesrate: 77.416, average DL_trigger: 15.924
3045.48/3045.44	c main():: SOLUTION VERIFIED :-)
3045.48/3045.44	s SATISFIABLE
3045.48/3045.44	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-3420779-1306640646/watcher-3420779-1306640646 -o /tmp/evaluation-result-3420779-1306640646/solver-3420779-1306640646 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420779-1306640646.cnf 

running on 4 cores: 0,2,4,6

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: 1.96 1.97 1.99 2/327 26314
/proc/meminfo: memFree=18802696/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=7124 CPUtime=0.01 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 483 0 0 0 1 0 0 0 25 0 1 0 854295200 7294976 305 33554432000 4194304 4300876 140733378490320 18446744073709551615 260023939760 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 1781 305 142 27 0 230 0

[startup+0.0456019 s]
/proc/loadavg: 1.96 1.97 1.99 2/327 26314
/proc/meminfo: memFree=18802696/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=7492 CPUtime=0.04 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1028 0 0 0 4 0 0 0 25 0 1 0 854295200 7671808 398 33554432000 4194304 4300876 140733378490320 18446744073709551615 4256576 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 1873 398 143 27 0 322 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7492

[startup+0.100599 s]
/proc/loadavg: 1.96 1.97 1.99 2/327 26314
/proc/meminfo: memFree=18802696/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=7492 CPUtime=0.09 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1028 0 0 0 9 0 0 0 25 0 1 0 854295200 7671808 398 33554432000 4194304 4300876 140733378490320 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 1873 398 143 27 0 322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7492

[startup+0.300559 s]
/proc/loadavg: 1.96 1.97 1.99 2/327 26314
/proc/meminfo: memFree=18802696/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=7492 CPUtime=0.29 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1028 0 0 0 29 0 0 0 25 0 1 0 854295200 7671808 398 33554432000 4194304 4300876 140733378490320 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 1873 398 143 27 0 322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7492

[startup+0.70048 s]
/proc/loadavg: 1.96 1.97 1.99 2/327 26314
/proc/meminfo: memFree=18802696/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=8044 CPUtime=0.69 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1457 0 0 0 69 0 0 0 25 0 1 0 854295200 8237056 515 33554432000 4194304 4300876 140733378490320 18446744073709551615 4225432 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 2011 515 170 27 0 460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8044

[startup+1.50031 s]
/proc/loadavg: 1.96 1.97 1.99 3/328 26315
/proc/meminfo: memFree=18800464/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=8228 CPUtime=1.49 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1479 0 0 0 149 0 0 0 25 0 1 0 854295200 8425472 537 33554432000 4194304 4300876 140733378490320 18446744073709551615 4268481 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 2057 537 170 27 0 506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8228

[startup+3.10102 s]
/proc/loadavg: 1.96 1.97 1.99 4/328 26315
/proc/meminfo: memFree=18799720/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=8532 CPUtime=3.09 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1575 0 0 0 309 0 0 0 25 0 1 0 854295200 8736768 633 33554432000 4194304 4300876 140733378490320 18446744073709551615 4264464 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 2133 633 170 27 0 582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8532

[startup+6.30044 s]
/proc/loadavg: 1.96 1.97 1.99 3/328 26315
/proc/meminfo: memFree=18799228/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=8912 CPUtime=6.29 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1666 0 0 0 629 0 0 0 25 0 1 0 854295200 9125888 724 33554432000 4194304 4300876 140733378490320 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 2228 724 171 27 0 677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8912

[startup+12.7003 s]
/proc/loadavg: 1.96 1.97 1.99 3/328 26315
/proc/meminfo: memFree=18796508/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=9764 CPUtime=12.69 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 1844 0 0 0 1269 0 0 0 25 0 1 0 854295200 9998336 902 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 2441 902 171 27 0 890 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9764

[startup+25.5009 s]
/proc/loadavg: 1.97 1.97 1.99 3/328 26316
/proc/meminfo: memFree=18793168/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=11680 CPUtime=25.49 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 2192 0 0 0 2549 0 0 0 25 0 1 0 854295200 11960320 1250 33554432000 4194304 4300876 140733378490320 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 2920 1250 171 27 0 1369 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11680

[startup+51.1002 s]
/proc/loadavg: 1.98 1.97 1.99 3/328 26317
/proc/meminfo: memFree=18787572/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=15992 CPUtime=51.09 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 2868 0 0 0 5109 0 0 0 25 0 1 0 854295200 16375808 1926 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 3998 1926 171 27 0 2447 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15992

[startup+102.312 s]
/proc/loadavg: 1.99 1.97 1.99 3/328 26318
/proc/meminfo: memFree=18774652/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=20100 CPUtime=102.31 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 4228 0 0 0 10230 1 0 0 25 0 1 0 854295200 20582400 3286 33554432000 4194304 4300876 140733378490320 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 5025 3286 171 27 0 3474 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20100

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/328 26319
/proc/meminfo: memFree=18761460/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=26144 CPUtime=162.3 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 5749 0 0 0 16229 1 0 0 25 0 1 0 854295200 26771456 4807 33554432000 4194304 4300876 140733378490320 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 6536 4807 171 27 0 4985 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 26144

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/328 26321
/proc/meminfo: memFree=18748548/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=34876 CPUtime=222.3 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 7257 0 0 0 22229 1 0 0 25 0 1 0 854295200 35713024 6315 33554432000 4194304 4300876 140733378490320 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 8719 6315 171 27 0 7168 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 34876

[startup+282.301 s]
/proc/loadavg: 2.08 2.00 2.00 3/328 26323
/proc/meminfo: memFree=18735860/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=47972 CPUtime=282.3 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 8694 0 0 0 28229 1 0 0 25 0 1 0 854295200 49123328 7752 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 11993 7752 171 27 0 10442 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47972

[startup+342.301 s]
/proc/loadavg: 2.03 2.00 2.00 3/328 26324
/proc/meminfo: memFree=18722820/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=48424 CPUtime=342.3 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 10146 0 0 0 34228 2 0 0 25 0 1 0 854295200 49586176 9204 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 12106 9204 171 27 0 10555 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48424

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/328 26326
/proc/meminfo: memFree=18710392/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=68068 CPUtime=402.3 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 11522 0 0 0 40228 2 0 0 25 0 1 0 854295200 69701632 10580 33554432000 4194304 4300876 140733378490320 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 17017 10580 171 27 0 15466 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 68068

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26327
/proc/meminfo: memFree=18697988/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=68068 CPUtime=462.3 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 12951 0 0 0 46228 2 0 0 25 0 1 0 854295200 69701632 12009 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 17017 12009 171 27 0 15466 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68068

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26329
/proc/meminfo: memFree=18685564/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=68068 CPUtime=522.31 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 14362 0 0 0 52228 3 0 0 25 0 1 0 854295200 69701632 13420 33554432000 4194304 4300876 140733378490320 18446744073709551615 4282906 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 17017 13420 171 27 0 15466 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 68068

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26331
/proc/meminfo: memFree=18673644/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=68972 CPUtime=582.31 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 15737 0 0 0 58228 3 0 0 25 0 1 0 854295200 70627328 14795 33554432000 4194304 4300876 140733378490320 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 17243 14795 171 27 0 15692 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 68972

[startup+642.301 s]

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

/proc/meminfo: memFree=18617360/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=210748 CPUtime=2262.36 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 50507 0 0 0 226225 11 0 0 25 0 1 0 854295200 215805952 49565 33554432000 4194304 4300876 140733378490320 18446744073709551615 4264587 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 52687 49565 171 27 0 51136 0
Current children cumulated CPU time (s) 2262.36
Current children cumulated vsize (KiB) 210748

[startup+2322.3 s]
/proc/loadavg: 1.09 1.62 1.85 3/322 26403
/proc/meminfo: memFree=18613108/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=210748 CPUtime=2322.36 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 51565 0 0 0 232225 11 0 0 25 0 1 0 854295200 215805952 50623 33554432000 4194304 4300876 140733378490320 18446744073709551615 4264612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 52687 50623 171 27 0 51136 0
Current children cumulated CPU time (s) 2322.36
Current children cumulated vsize (KiB) 210748

[startup+2382.3 s]
/proc/loadavg: 1.03 1.50 1.80 2/322 26405
/proc/meminfo: memFree=18608348/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2382.37 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 52767 0 0 0 238225 12 0 0 25 0 1 0 854295200 321339392 51825 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 51825 171 27 0 76901 0
Current children cumulated CPU time (s) 2382.37
Current children cumulated vsize (KiB) 313808

[startup+2442.3 s]
/proc/loadavg: 1.07 1.43 1.75 2/322 26406
/proc/meminfo: memFree=18603840/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2442.37 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 53984 0 0 0 244225 12 0 0 25 0 1 0 854295200 321339392 53042 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 53042 171 27 0 76901 0
Current children cumulated CPU time (s) 2442.37
Current children cumulated vsize (KiB) 313808

[startup+2502.3 s]
/proc/loadavg: 1.02 1.35 1.70 2/322 26408
/proc/meminfo: memFree=18599072/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2502.37 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 55192 0 0 0 250225 12 0 0 25 0 1 0 854295200 321339392 54250 33554432000 4194304 4300876 140733378490320 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 54250 171 27 0 76901 0
Current children cumulated CPU time (s) 2502.37
Current children cumulated vsize (KiB) 313808

[startup+2562.3 s]
/proc/loadavg: 1.01 1.28 1.65 2/322 26409
/proc/meminfo: memFree=18594824/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2562.37 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 56283 0 0 0 256225 12 0 0 25 0 1 0 854295200 321339392 55341 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 55341 171 27 0 76901 0
Current children cumulated CPU time (s) 2562.37
Current children cumulated vsize (KiB) 313808

[startup+2622.3 s]
/proc/loadavg: 1.00 1.22 1.61 2/322 26411
/proc/meminfo: memFree=18590076/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2622.38 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 57463 0 0 0 262225 13 0 0 25 0 1 0 854295200 321339392 56521 33554432000 4194304 4300876 140733378490320 18446744073709551615 4214438 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 56521 171 27 0 76901 0
Current children cumulated CPU time (s) 2622.38
Current children cumulated vsize (KiB) 313808

[startup+2682.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/322 26413
/proc/meminfo: memFree=18586076/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2682.37 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 58607 0 0 0 268224 13 0 0 25 0 1 0 854295200 321339392 57665 33554432000 4194304 4300876 140733378490320 18446744073709551615 4227594 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 57665 171 27 0 76901 0
Current children cumulated CPU time (s) 2682.37
Current children cumulated vsize (KiB) 313808

[startup+2742.31 s]
/proc/loadavg: 1.00 1.14 1.53 2/322 26414
/proc/meminfo: memFree=18581944/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2742.39 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 59678 0 0 0 274226 13 0 0 25 0 1 0 854295200 321339392 58736 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 58736 171 27 0 76901 0
Current children cumulated CPU time (s) 2742.39
Current children cumulated vsize (KiB) 313808

[startup+2802.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/322 26416
/proc/meminfo: memFree=18577068/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2802.38 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 60744 0 0 0 280225 13 0 0 25 0 1 0 854295200 321339392 59802 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 59802 171 27 0 76901 0
Current children cumulated CPU time (s) 2802.38
Current children cumulated vsize (KiB) 313808

[startup+2862.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/322 26417
/proc/meminfo: memFree=18572680/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2862.38 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 61723 0 0 0 286225 13 0 0 25 0 1 0 854295200 321339392 60781 33554432000 4194304 4300876 140733378490320 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 60781 171 27 0 76901 0
Current children cumulated CPU time (s) 2862.38
Current children cumulated vsize (KiB) 313808

[startup+2922.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/322 26419
/proc/meminfo: memFree=18567676/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2922.39 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 62921 0 0 0 292225 14 0 0 25 0 1 0 854295200 321339392 61979 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 61979 171 27 0 76901 0
Current children cumulated CPU time (s) 2922.39
Current children cumulated vsize (KiB) 313808

[startup+2982.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/322 26421
/proc/meminfo: memFree=18563448/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=2982.38 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 64047 0 0 0 298224 14 0 0 25 0 1 0 854295200 321339392 63105 33554432000 4194304 4300876 140733378490320 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 63105 171 27 0 76901 0
Current children cumulated CPU time (s) 2982.38
Current children cumulated vsize (KiB) 313808

[startup+3042.3 s]
/proc/loadavg: 1.03 1.06 1.38 2/322 26422
/proc/meminfo: memFree=18559212/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=3042.38 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 65160 0 0 0 304224 14 0 0 25 0 1 0 854295200 321339392 64218 33554432000 4194304 4300876 140733378490320 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 64218 171 27 0 76901 0
Current children cumulated CPU time (s) 3042.38
Current children cumulated vsize (KiB) 313808

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

[startup+3043.1 s]
/proc/loadavg: 1.03 1.06 1.37 2/322 26422
/proc/meminfo: memFree=18559212/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=3043.18 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 65176 0 0 0 304304 14 0 0 25 0 1 0 854295200 321339392 64234 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 64234 171 27 0 76901 0
Current children cumulated CPU time (s) 3043.18
Current children cumulated vsize (KiB) 313808

[startup+3044.7 s]
/proc/loadavg: 1.03 1.06 1.37 2/322 26423
/proc/meminfo: memFree=18558964/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=3044.79 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 65204 0 0 0 304465 14 0 0 25 0 1 0 854295200 321339392 64262 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 64262 171 27 0 76901 0
Current children cumulated CPU time (s) 3044.79
Current children cumulated vsize (KiB) 313808

[startup+3045.1 s]
/proc/loadavg: 1.03 1.06 1.37 2/322 26423
/proc/meminfo: memFree=18558964/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=3045.18 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 65211 0 0 0 304504 14 0 0 25 0 1 0 854295200 321339392 64269 33554432000 4194304 4300876 140733378490320 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 64269 171 27 0 76901 0
Current children cumulated CPU time (s) 3045.18
Current children cumulated vsize (KiB) 313808

[startup+3045.3 s]
/proc/loadavg: 1.03 1.06 1.37 2/322 26423
/proc/meminfo: memFree=18558964/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=3045.38 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 65216 0 0 0 304524 14 0 0 25 0 1 0 854295200 321339392 64274 33554432000 4194304 4300876 140733378490320 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 64274 171 27 0 76901 0
Current children cumulated CPU time (s) 3045.38
Current children cumulated vsize (KiB) 313808

[startup+3045.4 s]
/proc/loadavg: 1.03 1.06 1.37 2/322 26423
/proc/meminfo: memFree=18558964/32951124 swapFree=67083432/67111528
[pid=26314] ppid=26312 vsize=313808 CPUtime=3045.48 cores=0,2,4,6
/proc/26314/stat : 26314 (march_rw) R 26312 26314 26193 0 -1 4202496 65218 0 0 0 304534 14 0 0 25 0 1 0 854295200 321339392 64276 33554432000 4194304 4300876 140733378490320 18446744073709551615 4225432 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26314/statm: 78452 64276 171 27 0 76901 0
Current children cumulated CPU time (s) 3045.48
Current children cumulated vsize (KiB) 313808

Child status: 10
Real time (s): 3045.46
CPU time (s): 3045.55
CPU user time (s): 3045.39
CPU system time (s): 0.156976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 313808

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

runsolver used 10.0135 second user time and 19.0011 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-29 05:44:06
IDJOB=3420779
IDBENCH=83031
IDSOLVER=1913
FILE ID=node110/3420779-1306640646
RUNJOBID= node110-1306640566-26211
PBS_JOBID= 13471637
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= b3fdf3b46fb0b1e907e496e0b191070b
RANDOM SEED=1280989199

node110.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.830
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.66
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.830
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.830
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.75
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.830
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.830
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.76
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.830
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.830
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.830
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:      18802852 kB
Buffers:        345060 kB
Cached:        9830992 kB
SwapCached:       1416 kB
Active:        7357536 kB
Inactive:      6457824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18802852 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:     3637668 kB
Mapped:          28448 kB
Slab:           241836 kB
PageTables:      26776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75620376 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= 73488 MiB
End job on node110 at 2011-05-29 06:34:52