Trace number 3211369

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: march_hi hi? (TO) 5000.06 4999.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S506401817-075.UNKNOWN.cnf
MD5SUM2d7407b1b64ab354711b83851f166439
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 600 variables and 2556 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 10 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 598 free variables and 2546 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.383
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 182 duplicate clauses
0.00/0.01	c resolvent_look() :: found 97 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 600 variables and 2643 clauses.
0.00/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.01	c transformTo3SAT():: the transformation yielded 600 variabels and 2643 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2643 / 600 ) = 4.41
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 598
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 126
0.00/0.04	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: 727
0.09/0.13	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 7032
1.19/1.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 |****************************************************************| ( 3/999) NodeCount: 51811
9.80/9.88	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 275785
58.30/58.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 |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 1095755
255.40/255.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 |****************************************************************| ( 6/999) NodeCount: 3331594
846.71/846.77	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7933628
2172.23/2172.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 |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/999) NodeCount: 15130610
4410.50/4410.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 |**************************

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3211369-1303179350/watcher-3211369-1303179350 -o /tmp/evaluation-result-3211369-1303179350/solver-3211369-1303179350 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3211369-1303179350.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.97 2/177 10194
/proc/meminfo: memFree=16135404/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=1188 CPUtime=0 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 198 0 0 0 0 0 0 0 25 0 1 0 429535439 1216512 153 33554432000 134512640 135197378 4294802592 18446744073709551615 134702469 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 297 153 78 168 0 128 0

[startup+0.05664 s]
/proc/loadavg: 2.00 2.01 1.97 2/177 10194
/proc/meminfo: memFree=16135404/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=2072 CPUtime=0.05 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 359 0 0 0 5 0 0 0 25 0 1 0 429535439 2121728 314 33554432000 134512640 135197378 4294802592 18446744073709551615 134539368 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 518 314 91 168 0 349 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2072

[startup+0.100644 s]
/proc/loadavg: 2.00 2.01 1.97 2/177 10194
/proc/meminfo: memFree=16135404/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=2072 CPUtime=0.09 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 368 0 0 0 9 0 0 0 25 0 1 0 429535439 2121728 323 33554432000 134512640 135197378 4294802592 18446744073709551615 134615908 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 518 323 91 168 0 349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2072

[startup+0.300595 s]
/proc/loadavg: 2.00 2.01 1.97 2/177 10194
/proc/meminfo: memFree=16135404/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=2208 CPUtime=0.29 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 388 0 0 0 29 0 0 0 25 0 1 0 429535439 2260992 343 33554432000 134512640 135197378 4294802592 18446744073709551615 134552468 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 552 343 91 168 0 383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2208

[startup+0.700524 s]
/proc/loadavg: 2.00 2.01 1.97 2/177 10194
/proc/meminfo: memFree=16135404/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=2352 CPUtime=0.69 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 425 0 0 0 69 0 0 0 25 0 1 0 429535439 2408448 380 33554432000 134512640 135197378 4294802592 18446744073709551615 134542114 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 588 380 91 168 0 419 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2352

[startup+1.50038 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 10195
/proc/meminfo: memFree=16134036/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=2800 CPUtime=1.49 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 509 0 0 0 149 0 0 0 25 0 1 0 429535439 2867200 464 33554432000 134512640 135197378 4294802592 18446744073709551615 134525355 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 700 464 91 168 0 531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2800

[startup+3.10108 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 10195
/proc/meminfo: memFree=16133168/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=2952 CPUtime=3.1 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 570 0 0 0 310 0 0 0 25 0 1 0 429535439 3022848 525 33554432000 134512640 135197378 4294802592 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 738 525 91 168 0 569 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2952

[startup+6.30051 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 10195
/proc/meminfo: memFree=16132124/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=3520 CPUtime=6.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 685 0 0 0 630 0 0 0 25 0 1 0 429535439 3604480 640 33554432000 134512640 135197378 4294802592 18446744073709551615 134525333 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 880 640 91 168 0 711 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 3520

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 10195
/proc/meminfo: memFree=16130504/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=4904 CPUtime=12.69 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 937 0 0 0 1269 0 0 0 25 0 1 0 429535439 5021696 857 33554432000 134512640 135197378 4294802592 18446744073709551615 134525256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 1226 857 91 168 0 1057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4904

[startup+25.501 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 10196
/proc/meminfo: memFree=16127532/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=6332 CPUtime=25.49 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 1369 0 0 0 2549 0 0 0 25 0 1 0 429535439 6483968 1289 33554432000 134512640 135197378 4294802592 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 1583 1289 91 168 0 1414 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6332

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10196
/proc/meminfo: memFree=16122044/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=11188 CPUtime=51.09 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 2191 0 0 0 5109 0 0 0 25 0 1 0 429535439 11456512 2111 33554432000 134512640 135197378 4294802592 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 2797 2111 91 168 0 2628 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11188

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10198
/proc/meminfo: memFree=16110620/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=16296 CPUtime=102.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 3776 0 0 0 10230 0 0 0 25 0 1 0 429535439 16687104 3696 33554432000 134512640 135197378 4294802592 18446744073709551615 134542155 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 4074 3696 91 168 0 3905 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 16296

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10199
/proc/meminfo: memFree=16097712/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=24304 CPUtime=162.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 5633 0 0 0 16229 1 0 0 25 0 1 0 429535439 24887296 5553 33554432000 134512640 135197378 4294802592 18446744073709551615 134542069 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 6076 5553 91 168 0 5907 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 24304

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10201
/proc/meminfo: memFree=16085288/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=37412 CPUtime=222.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 7409 0 0 0 22229 1 0 0 25 0 1 0 429535439 38309888 7329 33554432000 134512640 135197378 4294802592 18446744073709551615 134596875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 9353 7329 91 168 0 9184 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 37412

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10203
/proc/meminfo: memFree=16073848/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=50508 CPUtime=282.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 9103 0 0 0 28229 1 0 0 25 0 1 0 429535439 51720192 9023 33554432000 134512640 135197378 4294802592 18446744073709551615 134572984 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 12627 9023 91 168 0 12458 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 50508

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10204
/proc/meminfo: memFree=16060940/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=50640 CPUtime=342.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 10888 0 0 0 34229 1 0 0 25 0 1 0 429535439 51855360 10808 33554432000 134512640 135197378 4294802592 18446744073709551615 134552507 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 12660 10808 91 168 0 12491 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 50640

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10206
/proc/meminfo: memFree=16049144/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=70284 CPUtime=402.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 12523 0 0 0 40228 2 0 0 25 0 1 0 429535439 71970816 12443 33554432000 134512640 135197378 4294802592 18446744073709551615 134713225 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 17571 12443 91 168 0 17402 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 70284

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10207
/proc/meminfo: memFree=16036612/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=79036 CPUtime=462.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 14351 0 0 0 46227 3 0 0 25 0 1 0 429535439 80932864 14271 33554432000 134512640 135197378 4294802592 18446744073709551615 134539320 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 19759 14271 91 168 0 19590 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 79036

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10209
/proc/meminfo: memFree=16025064/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=79036 CPUtime=522.31 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 16026 0 0 0 52228 3 0 0 25 0 1 0 429535439 80932864 15946 33554432000 134512640 135197378 4294802592 18446744073709551615 134525256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 19759 15946 91 168 0 19590 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 79036

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 10211
/proc/meminfo: memFree=16013400/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=79036 CPUtime=582.3 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 17676 0 0 0 58227 3 0 0 25 0 1 0 429535439 80932864 17596 33554432000 134512640 135197378 4294802592 18446744073709551615 134525355 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10194/statm: 19759 17596 91 168 0 19590 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 79036

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 10343
/proc/meminfo: memFree=15712348/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590284 CPUtime=4062.39 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 106025 0 0 0 406217 22 0 0 25 0 1 0 429535439 604450816 105945 33554432000 134512640 135197378 4294802592 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147571 105945 91 168 0 147402 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 590284

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10345
/proc/meminfo: memFree=15699068/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590284 CPUtime=4122.4 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 107427 0 0 0 412217 23 0 0 25 0 1 0 429535439 604450816 107347 33554432000 134512640 135197378 4294802592 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147571 107347 91 168 0 147402 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 590284

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10347
/proc/meminfo: memFree=15686640/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590284 CPUtime=4182.4 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 108755 0 0 0 418217 23 0 0 25 0 1 0 429535439 604450816 108675 33554432000 134512640 135197378 4294802592 18446744073709551615 134603836 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147571 108675 91 168 0 147402 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 590284

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10348
/proc/meminfo: memFree=15674100/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4242.4 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 110165 0 0 0 424217 23 0 0 25 0 1 0 429535439 604585984 110085 33554432000 134512640 135197378 4294802592 18446744073709551615 134552532 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 110085 91 168 0 147435 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 590416

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10350
/proc/meminfo: memFree=15661548/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4302.39 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 111516 0 0 0 430216 23 0 0 25 0 1 0 429535439 604585984 111436 33554432000 134512640 135197378 4294802592 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 111436 91 168 0 147435 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 590416

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10351
/proc/meminfo: memFree=15649368/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4362.4 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 112852 0 0 0 436216 24 0 0 25 0 1 0 429535439 604585984 112772 33554432000 134512640 135197378 4294802592 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 112772 91 168 0 147435 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 590416

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10353
/proc/meminfo: memFree=15636444/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4422.4 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 114184 0 0 0 442216 24 0 0 25 0 1 0 429535439 604585984 114104 33554432000 134512640 135197378 4294802592 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 114104 91 168 0 147435 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 590416

[startup+4482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 10355
/proc/meminfo: memFree=15623300/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4482.4 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 115701 0 0 0 448216 24 0 0 25 0 1 0 429535439 604585984 115621 33554432000 134512640 135197378 4294802592 18446744073709551615 134541257 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 115621 91 168 0 147435 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 590416

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 10356
/proc/meminfo: memFree=15610268/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4542.4 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 117128 0 0 0 454216 24 0 0 25 0 1 0 429535439 604585984 117048 33554432000 134512640 135197378 4294802592 18446744073709551615 134542032 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 117048 91 168 0 147435 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 590416

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10358
/proc/meminfo: memFree=15597096/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4602.41 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 118534 0 0 0 460217 24 0 0 25 0 1 0 429535439 604585984 118454 33554432000 134512640 135197378 4294802592 18446744073709551615 134542006 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 118454 91 168 0 147435 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 590416

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10359
/proc/meminfo: memFree=15584684/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4662.41 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 119877 0 0 0 466217 24 0 0 25 0 1 0 429535439 604585984 119797 33554432000 134512640 135197378 4294802592 18446744073709551615 134542296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 119797 91 168 0 147435 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 590416

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10361
/proc/meminfo: memFree=15571636/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4722.42 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 121405 0 0 0 472217 25 0 0 25 0 1 0 429535439 604585984 121325 33554432000 134512640 135197378 4294802592 18446744073709551615 134616054 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 121325 91 168 0 147435 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 590416

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10363
/proc/meminfo: memFree=15559072/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4782.41 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 122855 0 0 0 478216 25 0 0 25 0 1 0 429535439 604585984 122775 33554432000 134512640 135197378 4294802592 18446744073709551615 134539368 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 122775 91 168 0 147435 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 590416

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10364
/proc/meminfo: memFree=15546024/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4842.41 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 124316 0 0 0 484216 25 0 0 25 0 1 0 429535439 604585984 124236 33554432000 134512640 135197378 4294802592 18446744073709551615 134572984 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 124236 91 168 0 147435 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 590416

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10366
/proc/meminfo: memFree=15533352/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4902.41 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 125728 0 0 0 490216 25 0 0 25 0 1 0 429535439 604585984 125648 33554432000 134512640 135197378 4294802592 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 125648 91 168 0 147435 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 590416

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10367
/proc/meminfo: memFree=15520684/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=4962.41 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 127141 0 0 0 496216 25 0 0 25 0 1 0 429535439 604585984 127061 33554432000 134512640 135197378 4294802592 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 127061 91 168 0 147435 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 590416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 10368
/proc/meminfo: memFree=15512856/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=5000.03 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 128027 0 0 0 499977 26 0 0 25 0 1 0 429535439 604585984 127947 33554432000 134512640 135197378 4294802592 18446744073709551615 134542169 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 127947 91 168 0 147435 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 590416

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 10368
/proc/meminfo: memFree=15512856/32951124 swapFree=67111528/67111528
[pid=10194] ppid=10192 vsize=590416 CPUtime=5000.03 cores=1,3,5,7
/proc/10194/stat : 10194 (march_hi) R 10192 10194 7107 0 -1 4202496 128027 0 0 0 499977 26 0 0 25 0 1 0 429535439 604585984 127947 33554432000 134512640 135197378 4294802592 18446744073709551615 134542169 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10194/statm: 147604 127947 91 168 0 147435 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 590416

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4999.77
CPU system time (s): 0.284956
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 590416

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

runsolver used 6.53001 second user time and 16.2135 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-19 04:15:50
IDJOB=3211369
IDBENCH=82991
IDSOLVER=1627
FILE ID=node104/3211369-1303179350
RUNJOBID= node104-1303174348-7622
PBS_JOBID= 13021048
Free space on /tmp= 72616 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S506401817-075.UNKNOWN.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3211369-1303179350/watcher-3211369-1303179350 -o /tmp/evaluation-result-3211369-1303179350/solver-3211369-1303179350 -C 5000 -W 5000 -M 15500  HOME/march_hi HOME/instance-3211369-1303179350.cnf

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

MD5SUM BENCH= 2d7407b1b64ab354711b83851f166439
RANDOM SEED=2138422457

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16135684 kB
Buffers:        687020 kB
Cached:       15279616 kB
SwapCached:          0 kB
Active:        8586688 kB
Inactive:      7879960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16135684 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:      500256 kB
Mapped:          15460 kB
Slab:           285956 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   788468 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= 72616 MiB
End job on node104 at 2011-04-19 05:39:12