Trace number 3211057

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.07 4999.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1428216398-076.SATISFIABLE.cnf
MD5SUM5a6e4de126d24892e5539c0ca63e90ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.371942
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.02/0.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.02/0.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.02/0.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.02/0.03	c main()::
0.02/0.03	c initFormula():: searching for DIMACS p-line....
0.02/0.03	c full lookahead due to high density!
0.02/0.03	c initFormula():: the DIMACS p-line indicates a CNF of 150 variables and 3195 clauses.
0.02/0.03	c parseCNF():: parsing....
0.02/0.03	c parseCNF():: the CNF contains 0 unary clauses.
0.02/0.03	c runParser():: parsing was successful, warming up engines...
0.02/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.02/0.03	c preprocessing fase I completed:: there are now 150 free variables and 3195 clauses.
0.02/0.03	c stat :: sign balance is biased by 0.046
0.02/0.03	c using k-SAT heuristics (size based diff)
0.02/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.02/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
0.02/0.03	c main():: clause / variable ratio: ( 3195 / 150 ) = 21.30
0.02/0.03	c longest clause has size 5
0.02/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.02/0.03	c number of free variables = 150
0.02/0.03	c dynamic_preselect_setsize :: off
0.02/0.03	c main():: all systems go!
0.02/0.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 196
0.02/0.07	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: 1046
0.10/0.15	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 11801
1.19/1.25	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 107033
12.10/12.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 |****************************************************************| ( 4/999) NodeCount: 731356
91.30/91.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: 3897098
533.19/533.25	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 16657574
2479.66/2479.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
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-3211057-1303174348/watcher-3211057-1303174348 -o /tmp/evaluation-result-3211057-1303174348/solver-3211057-1303174348 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3211057-1303174348.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.29 1.78 1.88 3/176 7640
/proc/meminfo: memFree=16369052/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1152 CPUtime=0 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 429035236 1179648 161 33554432000 134512640 135197378 4287283376 18446744073709551615 134619088 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 288 161 79 168 0 119 0

[startup+0.02498 s]
/proc/loadavg: 1.29 1.78 1.88 3/176 7640
/proc/meminfo: memFree=16369052/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1316 CPUtime=0.02 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 240 0 0 0 2 0 0 0 20 0 1 0 429035236 1347584 174 33554432000 134512640 135197378 4287283376 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 329 174 82 168 0 160 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1316

[startup+0.10094 s]
/proc/loadavg: 1.29 1.78 1.88 3/176 7640
/proc/meminfo: memFree=16369052/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1672 CPUtime=0.1 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 332 0 0 0 10 0 0 0 20 0 1 0 429035236 1712128 262 33554432000 134512640 135197378 4287283376 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 418 262 93 168 0 249 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1672

[startup+0.300905 s]
/proc/loadavg: 1.29 1.78 1.88 3/176 7640
/proc/meminfo: memFree=16369052/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1816 CPUtime=0.3 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 334 0 0 0 30 0 0 0 18 0 1 0 429035236 1859584 264 33554432000 134512640 135197378 4287283376 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 454 264 93 168 0 285 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1816

[startup+0.700833 s]
/proc/loadavg: 1.29 1.78 1.88 3/176 7640
/proc/meminfo: memFree=16369052/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=2020 CPUtime=0.7 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 379 0 0 0 70 0 0 0 18 0 1 0 429035236 2068480 309 33554432000 134512640 135197378 4287283376 18446744073709551615 134524899 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 505 309 93 168 0 336 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2020

[startup+1.50069 s]
/proc/loadavg: 1.27 1.77 1.88 3/178 7669
/proc/meminfo: memFree=16367284/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=2272 CPUtime=1.49 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 425 0 0 0 149 0 0 0 19 0 1 0 429035236 2326528 355 33554432000 134512640 135197378 4287283376 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 568 355 93 168 0 399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2272

[startup+3.10039 s]
/proc/loadavg: 1.27 1.77 1.88 3/178 7669
/proc/meminfo: memFree=16366548/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=2840 CPUtime=3.09 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 519 0 0 0 309 0 0 0 24 0 1 0 429035236 2908160 449 33554432000 134512640 135197378 4287283376 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 710 449 93 168 0 541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2840

[startup+6.30081 s]
/proc/loadavg: 1.33 1.77 1.88 3/178 7669
/proc/meminfo: memFree=16365680/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=3352 CPUtime=6.3 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 700 0 0 0 630 0 0 0 25 0 1 0 429035236 3432448 630 33554432000 134512640 135197378 4287283376 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 838 630 93 168 0 669 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 3352

[startup+12.7007 s]
/proc/loadavg: 1.38 1.78 1.88 3/178 7669
/proc/meminfo: memFree=16363948/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=5268 CPUtime=12.69 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 1020 0 0 0 1269 0 0 0 25 0 1 0 429035236 5394432 950 33554432000 134512640 135197378 4287283376 18446744073709551615 134713225 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 1317 950 93 168 0 1148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5268

[startup+25.5003 s]
/proc/loadavg: 1.52 1.79 1.88 3/178 7669
/proc/meminfo: memFree=16361000/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=9768 CPUtime=25.49 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 1730 0 0 0 2549 0 0 0 25 0 1 0 429035236 10002432 1645 33554432000 134512640 135197378 4287283376 18446744073709551615 134524906 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 2442 1645 93 168 0 2273 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9768

[startup+51.1007 s]
/proc/loadavg: 1.68 1.80 1.88 3/178 7670
/proc/meminfo: memFree=16355368/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=13900 CPUtime=51.09 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 3025 0 0 0 5109 0 0 0 25 0 1 0 429035236 14233600 2940 33554432000 134512640 135197378 4287283376 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 3475 2940 93 168 0 3306 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 13900

[startup+102.306 s]
/proc/loadavg: 1.86 1.83 1.89 3/178 7671
/proc/meminfo: memFree=16344556/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=28952 CPUtime=102.3 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 5389 0 0 0 10229 1 0 0 25 0 1 0 429035236 29646848 5304 33554432000 134512640 135197378 4287283376 18446744073709551615 134539132 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 7238 5304 93 168 0 7069 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 28952

[startup+162.3 s]
/proc/loadavg: 1.95 1.86 1.89 3/178 7673
/proc/meminfo: memFree=16332268/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=43048 CPUtime=162.29 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 8185 0 0 0 16228 1 0 0 25 0 1 0 429035236 44081152 8100 33554432000 134512640 135197378 4287283376 18446744073709551615 134603175 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 10762 8100 93 168 0 10593 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 43048

[startup+222.3 s]
/proc/loadavg: 1.98 1.88 1.90 3/178 7675
/proc/meminfo: memFree=16319732/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=62692 CPUtime=222.29 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 10964 0 0 0 22227 2 0 0 25 0 1 0 429035236 64196608 10879 33554432000 134512640 135197378 4287283376 18446744073709551615 134525003 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 15673 10879 93 168 0 15504 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 62692

[startup+282.3 s]
/proc/loadavg: 1.99 1.90 1.91 3/178 7676
/proc/meminfo: memFree=16307056/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=62692 CPUtime=282.29 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 13739 0 0 0 28227 2 0 0 25 0 1 0 429035236 64196608 13654 33554432000 134512640 135197378 4287283376 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 15673 13654 93 168 0 15504 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 62692

[startup+342.301 s]
/proc/loadavg: 2.07 1.93 1.91 3/178 7678
/proc/meminfo: memFree=16293892/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=94160 CPUtime=342.29 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 16468 0 0 0 34226 3 0 0 25 0 1 0 429035236 96419840 16383 33554432000 134512640 135197378 4287283376 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 23540 16383 93 168 0 23371 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 94160

[startup+402.301 s]
/proc/loadavg: 2.08 1.96 1.92 3/178 7679
/proc/meminfo: memFree=16280956/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=94160 CPUtime=402.29 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 19056 0 0 0 40226 3 0 0 25 0 1 0 429035236 96419840 18971 33554432000 134512640 135197378 4287283376 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 23540 18971 93 168 0 23371 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 94160

[startup+462.301 s]
/proc/loadavg: 2.03 1.96 1.92 3/178 7708
/proc/meminfo: memFree=16273076/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=94160 CPUtime=462.29 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 21535 0 0 0 46226 3 0 0 25 0 1 0 429035236 96419840 21450 33554432000 134512640 135197378 4287283376 18446744073709551615 134524871 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7640/statm: 23540 21450 93 168 0 23371 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 94160

[startup+522.301 s]
/proc/loadavg: 2.01 1.97 1.92 3/178 7719
/proc/meminfo: memFree=16254724/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=138360 CPUtime=522.29 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 23829 0 0 0 52225 4 0 0 25 0 1 0 429035236 141680640 23744 33554432000 134512640 135197378 4287283376 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 34590 23744 93 168 0 34421 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 138360

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.92 3/178 7720
/proc/meminfo: memFree=16236132/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=142364 CPUtime=582.3 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 26530 0 0 0 58225 5 0 0 25 0 1 0 429035236 145780736 26445 33554432000 134512640 135197378 4287283376 18446744073709551615 134539454 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 35591 26445 93 168 0 35422 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 142364

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 7870
/proc/meminfo: memFree=15358724/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=705076 CPUtime=4062.4 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 164882 0 0 0 406211 29 0 0 25 0 1 0 429035236 721997824 164797 33554432000 134512640 135197378 4287283376 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 176269 164797 93 168 0 176100 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 705076

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 7881
/proc/meminfo: memFree=15341940/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=705076 CPUtime=4122.4 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 167424 0 0 0 412210 30 0 0 25 0 1 0 429035236 721997824 167339 33554432000 134512640 135197378 4287283376 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 176269 167339 93 168 0 176100 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 705076

[startup+4182.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 10142
/proc/meminfo: memFree=15524632/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=705076 CPUtime=4182.4 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 170123 0 0 0 418210 30 0 0 25 0 1 0 429035236 721997824 170038 33554432000 134512640 135197378 4287283376 18446744073709551615 134539977 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 176269 170038 93 168 0 176100 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 705076

[startup+4242.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 10144
/proc/meminfo: memFree=15513516/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=705076 CPUtime=4242.41 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 172668 0 0 0 424210 31 0 0 25 0 1 0 429035236 721997824 172583 33554432000 134512640 135197378 4287283376 18446744073709551615 134603232 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 176269 172583 93 168 0 176100 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 705076

[startup+4302.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/178 10148
/proc/meminfo: memFree=15499100/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=705076 CPUtime=4302.41 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 175059 0 0 0 430210 31 0 0 25 0 1 0 429035236 721997824 174974 33554432000 134512640 135197378 4287283376 18446744073709551615 134593062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 176269 174974 93 168 0 176100 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 705076

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 10150
/proc/meminfo: memFree=15483988/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4362.4 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 177427 0 0 0 436209 31 0 0 25 0 1 0 429035236 1098502144 177342 33554432000 134512640 135197378 4287283376 18446744073709551615 134550667 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 177342 93 168 0 268020 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1072756

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 10152
/proc/meminfo: memFree=15467732/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4422.41 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 180003 0 0 0 442209 32 0 0 25 0 1 0 429035236 1098502144 179918 33554432000 134512640 135197378 4287283376 18446744073709551615 134649129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 179918 93 168 0 268020 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 1072756

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10153
/proc/meminfo: memFree=15451964/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4482.41 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 182488 0 0 0 448208 33 0 0 25 0 1 0 429035236 1098502144 182403 33554432000 134512640 135197378 4287283376 18446744073709551615 134617923 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 182403 93 168 0 268020 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 1072756

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10155
/proc/meminfo: memFree=15437068/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4542.41 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 184764 0 0 0 454208 33 0 0 25 0 1 0 429035236 1098502144 184679 33554432000 134512640 135197378 4287283376 18446744073709551615 134571056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 184679 93 168 0 268020 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1072756

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10156
/proc/meminfo: memFree=15420952/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4602.42 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 187310 0 0 0 460208 34 0 0 25 0 1 0 429035236 1098502144 187225 33554432000 134512640 135197378 4287283376 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 187225 93 168 0 268020 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 1072756

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10158
/proc/meminfo: memFree=15405936/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4662.42 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 189714 0 0 0 466208 34 0 0 25 0 1 0 429035236 1098502144 189629 33554432000 134512640 135197378 4287283376 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 189629 93 168 0 268020 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 1072756

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10160
/proc/meminfo: memFree=15391036/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4722.42 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 191978 0 0 0 472208 34 0 0 25 0 1 0 429035236 1098502144 191893 33554432000 134512640 135197378 4287283376 18446744073709551615 134550651 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 191893 93 168 0 268020 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1072756

[startup+4782.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 10161
/proc/meminfo: memFree=15375260/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4782.42 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 194455 0 0 0 478207 35 0 0 25 0 1 0 429035236 1098502144 194370 33554432000 134512640 135197378 4287283376 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 194370 93 168 0 268020 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1072756

[startup+4842.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/178 10163
/proc/meminfo: memFree=15360852/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4842.42 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 196730 0 0 0 484207 35 0 0 25 0 1 0 429035236 1098502144 196645 33554432000 134512640 135197378 4287283376 18446744073709551615 134550677 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 196645 93 168 0 268020 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1072756

[startup+4902.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/178 10164
/proc/meminfo: memFree=15346204/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4902.43 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 199067 0 0 0 490207 36 0 0 25 0 1 0 429035236 1098502144 198982 33554432000 134512640 135197378 4287283376 18446744073709551615 134539048 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 268189 198982 93 168 0 268020 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 1072756

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 10166
/proc/meminfo: memFree=15332052/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=4962.42 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 201265 0 0 0 496206 36 0 0 25 0 1 0 429035236 1098502144 201180 33554432000 134512640 135197378 4287283376 18446744073709551615 134616001 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 268189 201180 93 168 0 268020 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1072756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 10167
/proc/meminfo: memFree=15322488/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=5000.03 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 202767 0 0 0 499967 36 0 0 25 0 1 0 429035236 1098502144 202682 33554432000 134512640 135197378 4287283376 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 268189 202682 93 168 0 268020 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1072756

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.00 2.01 1.97 3/178 10167
/proc/meminfo: memFree=15322488/32951124 swapFree=67111528/67111528
[pid=7640] ppid=7638 vsize=1072756 CPUtime=5000.03 cores=1,3,5,7
/proc/7640/stat : 7640 (march_hi) R 7638 7640 7107 0 -1 4202496 202767 0 0 0 499967 36 0 0 25 0 1 0 429035236 1098502144 202682 33554432000 134512640 135197378 4287283376 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7640/statm: 268189 202682 93 168 0 268020 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1072756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4999.67
CPU system time (s): 0.401938
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1072756

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

runsolver used 6.80797 second user time and 15.9446 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-19 02:52:28
IDJOB=3211057
IDBENCH=82913
IDSOLVER=1627
FILE ID=node104/3211057-1303174348
RUNJOBID= node104-1303174348-7622
PBS_JOBID= 13021048
Free space on /tmp= 72420 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1428216398-076.SATISFIABLE.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3211057-1303174348/watcher-3211057-1303174348 -o /tmp/evaluation-result-3211057-1303174348/solver-3211057-1303174348 -C 5000 -W 5000 -M 15500  HOME/march_hi HOME/instance-3211057-1303174348.cnf

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

MD5SUM BENCH= 5a6e4de126d24892e5539c0ca63e90ed
RANDOM SEED=933212849

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:      16369488 kB
Buffers:        686712 kB
Cached:       15482720 kB
SwapCached:          0 kB
Active:        8295216 kB
Inactive:      7938220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16369488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1716 kB
Writeback:           0 kB
AnonPages:       64020 kB
Mapped:          14488 kB
Slab:           285536 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189616 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 04:15:50