Trace number 3420703

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-02? (TO) 5000.15 5000.05

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
MD5SUMc50e43fe8603bb92c9367487557e99ee
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
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 52662
Number of clauses of size over 50

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c full lookahead due to high density!
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 125 variables and 2662 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 125 free variables and 2662 clauses.
0.00/0.02	c using k-SAT heuristics (size based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 1 duplicate clauses
0.00/0.02	c resolvent_look() :: found 1 resolvents
0.00/0.02	c main():: clause / variable ratio: ( 2663 / 125 ) = 21.30
0.00/0.02	c longest clause has size 5
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 125
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 137
0.03/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: 680
0.03/0.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 |****************************************************************| ( 2/999) NodeCount: 6145
0.59/0.60	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 44865
4.59/4.64	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 241965
27.79/27.86	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 998884
133.97/134.10	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3252306
484.29/484.30	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 8515688
1384.30/1384.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 18246913
3198.25/3198.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************

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: 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-3420703-1306638810/watcher-3420703-1306638810 -o /tmp/evaluation-result-3420703-1306638810/solver-3420703-1306638810 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420703-1306638810.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.00 1.01 1.18 2/446 11292
/proc/meminfo: memFree=30859164/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=6864 CPUtime=0 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 301 0 0 0 0 0 0 0 23 0 1 0 775479811 7028736 245 33554432000 4194304 4300876 140735025187808 18446744073709551615 4256609 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 1716 245 143 27 0 165 0

[startup+0.031605 s]
/proc/loadavg: 1.00 1.01 1.18 2/446 11292
/proc/meminfo: memFree=30859164/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=7168 CPUtime=0.03 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 396 0 0 0 3 0 0 0 23 0 1 0 775479811 7340032 340 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 1792 340 170 27 0 241 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7168

[startup+0.100732 s]
/proc/loadavg: 1.00 1.01 1.18 2/446 11292
/proc/meminfo: memFree=30859164/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=7168 CPUtime=0.09 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 396 0 0 0 9 0 0 0 24 0 1 0 775479811 7340032 340 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 1792 340 170 27 0 241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7168

[startup+0.300666 s]
/proc/loadavg: 1.00 1.01 1.18 2/446 11292
/proc/meminfo: memFree=30859164/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=7324 CPUtime=0.29 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 403 0 0 0 29 0 0 0 25 0 1 0 775479811 7499776 347 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199300 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 1831 347 170 27 0 280 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7324

[startup+0.700595 s]
/proc/loadavg: 1.00 1.01 1.18 2/446 11292
/proc/meminfo: memFree=30859164/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=7324 CPUtime=0.69 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 426 0 0 0 69 0 0 0 25 0 1 0 775479811 7499776 370 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 1831 370 170 27 0 280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7324

[startup+1.50035 s]
/proc/loadavg: 1.08 1.03 1.19 3/447 11320
/proc/meminfo: memFree=30856312/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=7692 CPUtime=1.49 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 527 0 0 0 149 0 0 0 25 0 1 0 775479811 7876608 453 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 1923 453 171 27 0 372 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7692

[startup+3.10019 s]
/proc/loadavg: 1.08 1.03 1.19 3/447 11320
/proc/meminfo: memFree=30854080/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=8260 CPUtime=3.09 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 621 0 0 0 309 0 0 0 25 0 1 0 775479811 8458240 547 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 2065 547 171 27 0 514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8260

[startup+6.30061 s]
/proc/loadavg: 1.15 1.05 1.19 3/447 11320
/proc/meminfo: memFree=30852568/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=8772 CPUtime=6.29 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 796 0 0 0 629 0 0 0 25 0 1 0 775479811 8982528 722 33554432000 4194304 4300876 140735025187808 18446744073709551615 4227626 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 2193 722 171 27 0 642 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8772

[startup+12.7005 s]
/proc/loadavg: 1.22 1.06 1.19 3/447 11320
/proc/meminfo: memFree=30848856/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=10688 CPUtime=12.69 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 1138 0 0 0 1269 0 0 0 25 0 1 0 775479811 10944512 1064 33554432000 4194304 4300876 140735025187808 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 2672 1064 171 27 0 1121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10688

[startup+25.5002 s]
/proc/loadavg: 1.39 1.11 1.21 3/447 11321
/proc/meminfo: memFree=30844168/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=15216 CPUtime=25.49 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 1806 0 0 0 2549 0 0 0 25 0 1 0 775479811 15581184 1732 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214485 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11292/statm: 3804 1732 171 27 0 2253 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15216

[startup+51.1007 s]
/proc/loadavg: 1.60 1.18 1.23 3/447 11321
/proc/meminfo: memFree=30835452/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=19308 CPUtime=51.07 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 3016 0 0 0 5107 0 0 0 25 0 1 0 775479811 19771392 2942 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 4827 2942 171 27 0 3276 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19308

[startup+102.316 s]
/proc/loadavg: 1.82 1.30 1.27 3/447 11323
/proc/meminfo: memFree=30818924/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=34288 CPUtime=102.29 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 5311 0 0 0 10229 0 0 0 25 0 1 0 775479811 35110912 5237 33554432000 4194304 4300876 140735025187808 18446744073709551615 4225442 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 8572 5237 171 27 0 7021 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 34288

[startup+162.301 s]
/proc/loadavg: 1.93 1.43 1.31 3/447 11324
/proc/meminfo: memFree=30798180/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=48236 CPUtime=162.28 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 7817 0 0 0 16227 1 0 0 25 0 1 0 775479811 49393664 7743 33554432000 4194304 4300876 140735025187808 18446744073709551615 4264609 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 12059 7743 171 27 0 10508 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 48236

[startup+222.301 s]
/proc/loadavg: 2.11 1.56 1.36 3/447 11326
/proc/meminfo: memFree=30780020/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=48236 CPUtime=222.28 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 10248 0 0 0 22227 1 0 0 25 0 1 0 775479811 49393664 10174 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214237 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 12059 10174 171 27 0 10508 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 48236

[startup+282.301 s]
/proc/loadavg: 2.04 1.64 1.39 3/447 11328
/proc/meminfo: memFree=30763972/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=69588 CPUtime=282.28 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 12761 0 0 0 28226 2 0 0 25 0 1 0 775479811 71258112 12687 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199300 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 17397 12687 171 27 0 15846 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 69588

[startup+342.3 s]
/proc/loadavg: 2.01 1.70 1.43 3/447 11329
/proc/meminfo: memFree=30745684/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=69588 CPUtime=342.28 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 15144 0 0 0 34225 3 0 0 25 0 1 0 775479811 71258112 15070 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 17397 15070 171 27 0 15846 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 69588

[startup+402.301 s]
/proc/loadavg: 2.06 1.77 1.47 3/447 11331
/proc/meminfo: memFree=30728516/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=99056 CPUtime=402.28 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 17495 0 0 0 40225 3 0 0 25 0 1 0 775479811 101433344 17421 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 24764 17421 171 27 0 23213 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 99056

[startup+462.3 s]
/proc/loadavg: 2.07 1.82 1.50 3/447 11332
/proc/meminfo: memFree=30712128/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=99056 CPUtime=462.29 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 19662 0 0 0 46225 4 0 0 25 0 1 0 775479811 101433344 19588 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 24764 19588 171 27 0 23213 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 99056

[startup+522.301 s]
/proc/loadavg: 2.02 1.85 1.53 3/447 11334
/proc/meminfo: memFree=30695100/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=102468 CPUtime=522.29 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 21978 0 0 0 52225 4 0 0 25 0 1 0 775479811 104927232 21904 33554432000 4194304 4300876 140735025187808 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 25617 21904 171 27 0 24066 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 102468

[startup+582.301 s]
/proc/loadavg: 2.01 1.88 1.56 3/447 11336
/proc/meminfo: memFree=30677060/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=146668 CPUtime=582.29 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 24376 0 0 0 58224 5 0 0 25 0 1 0 775479811 150188032 24302 33554432000 4194304 4300876 140735025187808 18446744073709551615 4227594 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 36667 24302 171 27 0 35116 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 146668

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/447 11439
/proc/meminfo: memFree=29786184/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4002.37 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 139444 0 0 0 400203 34 0 0 25 0 1 0 775479811 750751744 139370 33554432000 4194304 4300876 140735025187808 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 139370 171 27 0 181738 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 733156

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.98 3/447 11440
/proc/meminfo: memFree=29771756/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4062.38 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 141176 0 0 0 406204 34 0 0 25 0 1 0 775479811 750751744 141102 33554432000 4194304 4300876 140735025187808 18446744073709551615 4234728 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 141102 171 27 0 181738 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 733156

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/447 11442
/proc/meminfo: memFree=29756964/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4122.38 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 143083 0 0 0 412203 35 0 0 25 0 1 0 775479811 750751744 143009 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 143009 171 27 0 181738 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 733156

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/447 11444
/proc/meminfo: memFree=29743664/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4182.37 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 144901 0 0 0 418202 35 0 0 25 0 1 0 775479811 750751744 144827 33554432000 4194304 4300876 140735025187808 18446744073709551615 4216273 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 144827 171 27 0 181738 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 733156

[startup+4242.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/447 11445
/proc/meminfo: memFree=29729608/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4242.37 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 146613 0 0 0 424202 35 0 0 25 0 1 0 775479811 750751744 146539 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 146539 171 27 0 181738 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 733156

[startup+4302.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/447 11447
/proc/meminfo: memFree=29715304/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4302.38 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 148260 0 0 0 430202 36 0 0 25 0 1 0 775479811 750751744 148186 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 148186 171 27 0 181738 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 733156

[startup+4362.3 s]
/proc/loadavg: 2.15 2.03 2.00 3/447 11448
/proc/meminfo: memFree=29701144/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4362.38 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 150163 0 0 0 436202 36 0 0 25 0 1 0 775479811 750751744 150089 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 150089 171 27 0 181738 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 733156

[startup+4422.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/447 11450
/proc/meminfo: memFree=29685852/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4422.38 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 152180 0 0 0 442202 36 0 0 25 0 1 0 775479811 750751744 152106 33554432000 4194304 4300876 140735025187808 18446744073709551615 4276490 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 152106 171 27 0 181738 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 733156

[startup+4482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 11452
/proc/meminfo: memFree=29670572/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4482.38 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 154178 0 0 0 448202 36 0 0 25 0 1 0 775479811 750751744 154104 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 154104 171 27 0 181738 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 733156

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 11453
/proc/meminfo: memFree=29656520/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4542.39 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 156065 0 0 0 454201 38 0 0 25 0 1 0 775479811 750751744 155991 33554432000 4194304 4300876 140735025187808 18446744073709551615 4276334 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 155991 171 27 0 181738 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 733156

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 11455
/proc/meminfo: memFree=29640608/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4602.39 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 157922 0 0 0 460201 38 0 0 25 0 1 0 775479811 750751744 157848 33554432000 4194304 4300876 140735025187808 18446744073709551615 4214614 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 157848 171 27 0 181738 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 733156

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 11456
/proc/meminfo: memFree=29624576/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4662.38 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 159950 0 0 0 466200 38 0 0 25 0 1 0 775479811 750751744 159876 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199300 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 159876 171 27 0 181738 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 733156

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 11458
/proc/meminfo: memFree=29611284/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4722.4 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 161861 0 0 0 472201 39 0 0 25 0 1 0 775479811 750751744 161787 33554432000 4194304 4300876 140735025187808 18446744073709551615 4289195 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 161787 171 27 0 181738 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 733156

[startup+4782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/447 11460
/proc/meminfo: memFree=29597956/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4782.39 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 163665 0 0 0 478199 40 0 0 25 0 1 0 775479811 750751744 163591 33554432000 4194304 4300876 140735025187808 18446744073709551615 4227912 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 163591 171 27 0 181738 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 733156

[startup+4842.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/447 11461
/proc/meminfo: memFree=29582184/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4842.39 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 165573 0 0 0 484199 40 0 0 25 0 1 0 775479811 750751744 165499 33554432000 4194304 4300876 140735025187808 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 165499 171 27 0 181738 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 733156

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 11463
/proc/meminfo: memFree=29569012/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4902.39 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 167323 0 0 0 490199 40 0 0 25 0 1 0 775479811 750751744 167249 33554432000 4194304 4300876 140735025187808 18446744073709551615 4201245 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 167249 171 27 0 181738 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 733156

[startup+4962.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 11464
/proc/meminfo: memFree=29555216/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=4962.4 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 169093 0 0 0 496199 41 0 0 25 0 1 0 775479811 750751744 169019 33554432000 4194304 4300876 140735025187808 18446744073709551615 4264751 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 169019 171 27 0 181738 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 733156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.09 2.06 2.01 3/447 11465
/proc/meminfo: memFree=29546396/32950928 swapFree=34365936/67111528
[pid=11292] ppid=11290 vsize=733156 CPUtime=5000.1 cores=0,2,4,6
/proc/11292/stat : 11292 (march_rw) R 11290 11292 3370 0 -1 4202496 170209 0 0 0 499969 41 0 0 25 0 1 0 775479811 750751744 170135 33554432000 4194304 4300876 140735025187808 18446744073709551615 4264163 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11292/statm: 183289 170135 171 27 0 181738 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 733156

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.05
CPU time (s): 5000.15
CPU user time (s): 4999.7
CPU system time (s): 0.445932
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 733156

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

runsolver used 21.5377 second user time and 46.6469 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-29 05:13:31
IDJOB=3420703
IDBENCH=82955
IDSOLVER=1913
FILE ID=node120/3420703-1306638810
RUNJOBID= node120-1306638810-11272
PBS_JOBID= 13471610
Free space on /tmp= 73468 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420703-1306638810/watcher-3420703-1306638810 -o /tmp/evaluation-result-3420703-1306638810/solver-3420703-1306638810 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420703-1306638810.cnf

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

MD5SUM BENCH= c50e43fe8603bb92c9367487557e99ee
RANDOM SEED=695508476

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30859560 kB
Buffers:        235208 kB
Cached:        1576884 kB
SwapCached:      15024 kB
Active:         387352 kB
Inactive:      1448060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30859560 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:              12 kB
Writeback:           0 kB
AnonPages:       18336 kB
Mapped:           8780 kB
Slab:            97560 kB
PageTables:      91816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105391492 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= 73468 MiB
End job on node120 at 2011-05-29 06:36:53