Trace number 3210385

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S375894551-007.UNKNOWN.cnf
MD5SUMa88511669158afb29f3ddcebdff7b380
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 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.00/0.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.03	c main()::
0.00/0.03	c initFormula():: searching for DIMACS p-line....
0.00/0.03	c full lookahead due to high density!
0.00/0.03	c initFormula():: the DIMACS p-line indicates a CNF of 150 variables and 3195 clauses.
0.00/0.03	c parseCNF():: parsing....
0.00/0.03	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.03	c runParser():: parsing was successful, warming up engines...
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c preprocessing fase I completed:: there are now 150 free variables and 3195 clauses.
0.00/0.03	c stat :: sign balance is biased by 0.032
0.00/0.03	c using k-SAT heuristics (size based diff)
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
0.00/0.03	c main():: clause / variable ratio: ( 3195 / 150 ) = 21.30
0.00/0.03	c longest clause has size 5
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c number of free variables = 150
0.00/0.03	c dynamic_preselect_setsize :: off
0.00/0.03	c main():: all systems go!
0.00/0.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 195
0.04/0.06	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: 1120
0.10/0.14	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 12616
1.30/1.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 |****************************************************************| ( 3/999) NodeCount: 112077
12.79/12.84	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 752633
102.79/102.89	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3966499
599.81/599.84	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 16787256
2767.47/2767.49	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
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-3210385-1303160916/watcher-3210385-1303160916 -o /tmp/evaluation-result-3210385-1303160916/solver-3210385-1303160916 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3210385-1303160916.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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 1/172 15218
/proc/meminfo: memFree=17612348/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1284 CPUtime=0 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 198 0 0 0 0 0 0 0 25 0 1 0 506322293 1314816 150 33554432000 134512640 135197378 4292846560 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 321 150 66 168 0 152 0

[startup+0.047544 s]
/proc/loadavg: 2.00 2.00 1.98 1/172 15218
/proc/meminfo: memFree=17612348/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1672 CPUtime=0.04 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 331 0 0 0 4 0 0 0 25 0 1 0 506322293 1712128 261 33554432000 134512640 135197378 4292846560 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 418 261 93 168 0 249 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1672

[startup+0.100597 s]
/proc/loadavg: 2.00 2.00 1.98 1/172 15218
/proc/meminfo: memFree=17612348/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1672 CPUtime=0.1 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 331 0 0 0 10 0 0 0 25 0 1 0 506322293 1712128 261 33554432000 134512640 135197378 4292846560 18446744073709551615 134649029 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 418 261 93 168 0 249 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1672

[startup+0.300557 s]
/proc/loadavg: 2.00 2.00 1.98 1/172 15218
/proc/meminfo: memFree=17612348/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1820 CPUtime=0.3 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 333 0 0 0 30 0 0 0 25 0 1 0 506322293 1863680 263 33554432000 134512640 135197378 4292846560 18446744073709551615 134548407 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 455 263 93 168 0 286 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1820

[startup+0.700487 s]
/proc/loadavg: 2.00 2.00 1.98 1/172 15218
/proc/meminfo: memFree=17612348/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1820 CPUtime=0.7 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 355 0 0 0 70 0 0 0 25 0 1 0 506322293 1863680 285 33554432000 134512640 135197378 4292846560 18446744073709551615 134524895 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 455 285 93 168 0 286 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1820

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15229
/proc/meminfo: memFree=17609828/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=2276 CPUtime=1.5 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 453 0 0 0 150 0 0 0 25 0 1 0 506322293 2330624 383 33554432000 134512640 135197378 4292846560 18446744073709551615 134570880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 569 383 93 168 0 400 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2276

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15229
/proc/meminfo: memFree=17608540/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=2784 CPUtime=3.1 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 545 0 0 0 310 0 0 0 25 0 1 0 506322293 2850816 461 33554432000 134512640 135197378 4292846560 18446744073709551615 134602678 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 696 461 93 168 0 527 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2784

[startup+6.30045 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15229
/proc/meminfo: memFree=17607176/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=3296 CPUtime=6.3 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 722 0 0 0 630 0 0 0 25 0 1 0 506322293 3375104 638 33554432000 134512640 135197378 4292846560 18446744073709551615 134524931 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15218/statm: 824 638 93 168 0 655 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 3296

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15229
/proc/meminfo: memFree=17604460/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=5212 CPUtime=12.69 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 1020 0 0 0 1269 0 0 0 25 0 1 0 506322293 5337088 936 33554432000 134512640 135197378 4292846560 18446744073709551615 134539466 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 1303 936 93 168 0 1134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5212

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15229
/proc/meminfo: memFree=17600396/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=7180 CPUtime=25.49 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 1645 0 0 0 2549 0 0 0 25 0 1 0 506322293 7352320 1561 33554432000 134512640 135197378 4292846560 18446744073709551615 134556558 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 1795 1561 93 168 0 1626 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7180

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15230
/proc/meminfo: memFree=17592524/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=13892 CPUtime=51.09 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 2818 0 0 0 5109 0 0 0 25 0 1 0 506322293 14225408 2734 33554432000 134512640 135197378 4292846560 18446744073709551615 134539229 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 3473 2734 93 168 0 3304 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 13892

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 15231
/proc/meminfo: memFree=17576896/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=28928 CPUtime=102.3 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 4913 0 0 0 10229 1 0 0 25 0 1 0 506322293 29622272 4829 33554432000 134512640 135197378 4292846560 18446744073709551615 134593053 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 7232 4829 93 168 0 7063 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 28928

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 15233
/proc/meminfo: memFree=17559520/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=42024 CPUtime=162.29 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 7537 0 0 0 16228 1 0 0 25 0 1 0 506322293 43032576 7453 33554432000 134512640 135197378 4292846560 18446744073709551615 134526763 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 10506 7453 93 168 0 10337 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42024

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 15235
/proc/meminfo: memFree=17542760/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=42996 CPUtime=222.29 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 10053 0 0 0 22227 2 0 0 25 0 1 0 506322293 44027904 9969 33554432000 134512640 135197378 4292846560 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 10749 9969 93 168 0 10580 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42996

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 15236
/proc/meminfo: memFree=17526244/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=62640 CPUtime=282.3 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 12544 0 0 0 28227 3 0 0 25 0 1 0 506322293 64143360 12460 33554432000 134512640 135197378 4292846560 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 15660 12460 93 168 0 15491 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 62640

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15238
/proc/meminfo: memFree=17509984/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=64584 CPUtime=342.29 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 15009 0 0 0 34226 3 0 0 25 0 1 0 506322293 66134016 14925 33554432000 134512640 135197378 4292846560 18446744073709551615 134602675 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 16146 14925 93 168 0 15977 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 64584

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15239
/proc/meminfo: memFree=17494096/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=94052 CPUtime=402.3 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 17396 0 0 0 40226 4 0 0 25 0 1 0 506322293 96309248 17312 33554432000 134512640 135197378 4292846560 18446744073709551615 134592727 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 23513 17312 93 168 0 23344 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 94052

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15241
/proc/meminfo: memFree=17478568/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=94052 CPUtime=462.3 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 19703 0 0 0 46225 5 0 0 25 0 1 0 506322293 96309248 19619 33554432000 134512640 135197378 4292846560 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 23513 19619 93 168 0 23344 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 94052

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15243
/proc/meminfo: memFree=17463664/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=94052 CPUtime=522.3 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 21931 0 0 0 52224 6 0 0 25 0 1 0 506322293 96309248 21847 33554432000 134512640 135197378 4292846560 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 23513 21847 93 168 0 23344 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 94052

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15244
/proc/meminfo: memFree=17449120/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=138252 CPUtime=582.31 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 24036 0 0 0 58224 7 0 0 25 0 1 0 506322293 141570048 23952 33554432000 134512640 135197378 4292846560 18446744073709551615 134572737 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 34563 23952 93 168 0 34394 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 138252

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15376
/proc/meminfo: memFree=16611276/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4062.41 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 150262 0 0 0 406203 38 0 0 25 0 1 0 506322293 721043456 150178 33554432000 134512640 135197378 4292846560 18446744073709551615 134603257 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 150178 93 168 0 175867 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 704144

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15378
/proc/meminfo: memFree=16596348/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4122.4 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 152189 0 0 0 412201 39 0 0 25 0 1 0 506322293 721043456 152105 33554432000 134512640 135197378 4292846560 18446744073709551615 134526654 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 152105 93 168 0 175867 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 704144

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15379
/proc/meminfo: memFree=16580828/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4182.4 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 154175 0 0 0 418200 40 0 0 25 0 1 0 506322293 721043456 154091 33554432000 134512640 135197378 4292846560 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 154091 93 168 0 175867 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 704144

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15381
/proc/meminfo: memFree=16565548/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4242.41 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 156081 0 0 0 424200 41 0 0 25 0 1 0 506322293 721043456 155997 33554432000 134512640 135197378 4292846560 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 155997 93 168 0 175867 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 704144

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15382
/proc/meminfo: memFree=16550520/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4302.4 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 157914 0 0 0 430199 41 0 0 25 0 1 0 506322293 721043456 157830 33554432000 134512640 135197378 4292846560 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 157830 93 168 0 175867 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 704144

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15384
/proc/meminfo: memFree=16536844/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4362.42 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 159611 0 0 0 436200 42 0 0 25 0 1 0 506322293 721043456 159527 33554432000 134512640 135197378 4292846560 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 159527 93 168 0 175867 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 704144

[startup+4422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15386
/proc/meminfo: memFree=16520580/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4422.41 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 161797 0 0 0 442199 42 0 0 25 0 1 0 506322293 721043456 161713 33554432000 134512640 135197378 4292846560 18446744073709551615 134603210 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 161713 93 168 0 175867 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 704144

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15387
/proc/meminfo: memFree=16503824/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4482.41 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 164232 0 0 0 448199 42 0 0 25 0 1 0 506322293 721043456 164148 33554432000 134512640 135197378 4292846560 18446744073709551615 134524975 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 164148 93 168 0 175867 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 704144

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15389
/proc/meminfo: memFree=16486440/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4542.42 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 166540 0 0 0 454199 43 0 0 25 0 1 0 506322293 721043456 166456 33554432000 134512640 135197378 4292846560 18446744073709551615 134524899 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 166456 93 168 0 175867 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 704144

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15390
/proc/meminfo: memFree=16469684/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4602.42 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 168740 0 0 0 460199 43 0 0 25 0 1 0 506322293 721043456 168656 33554432000 134512640 135197378 4292846560 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 168656 93 168 0 175867 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 704144

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15392
/proc/meminfo: memFree=16454044/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4662.42 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 170781 0 0 0 466199 43 0 0 25 0 1 0 506322293 721043456 170697 33554432000 134512640 135197378 4292846560 18446744073709551615 134649299 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 170697 93 168 0 175867 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 704144

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15394
/proc/meminfo: memFree=16437516/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4722.43 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 173062 0 0 0 472198 45 0 0 25 0 1 0 506322293 721043456 172978 33554432000 134512640 135197378 4292846560 18446744073709551615 134550878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 172978 93 168 0 175867 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 704144

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15395
/proc/meminfo: memFree=16421128/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=704144 CPUtime=4782.43 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 175352 0 0 0 478198 45 0 0 25 0 1 0 506322293 721043456 175268 33554432000 134512640 135197378 4292846560 18446744073709551615 134618109 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 176036 175268 93 168 0 175867 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 704144

[startup+4842.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 15397
/proc/meminfo: memFree=16404744/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1039792 CPUtime=4842.43 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 177545 0 0 0 484197 46 0 0 25 0 1 0 506322293 1064747008 177461 33554432000 134512640 135197378 4292846560 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 259948 177461 93 168 0 259779 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 1039792

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15398
/proc/meminfo: memFree=16389848/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1039792 CPUtime=4902.43 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 179508 0 0 0 490197 46 0 0 25 0 1 0 506322293 1064747008 179424 33554432000 134512640 135197378 4292846560 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 259948 179424 93 168 0 259779 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 1039792

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15400
/proc/meminfo: memFree=16373076/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1070884 CPUtime=4962.43 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 181799 0 0 0 496196 47 0 0 25 0 1 0 506322293 1096585216 181715 33554432000 134512640 135197378 4292846560 18446744073709551615 134524878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 267721 181715 93 168 0 267552 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 1070884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15401
/proc/meminfo: memFree=16362772/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1070884 CPUtime=5000.04 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 183202 0 0 0 499957 47 0 0 25 0 1 0 506322293 1096585216 183118 33554432000 134512640 135197378 4292846560 18446744073709551615 134603270 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 267721 183118 93 168 0 267552 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1070884

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.00 2.00 3/178 15401
/proc/meminfo: memFree=16362772/32950928 swapFree=67111528/67111528
[pid=15218] ppid=15216 vsize=1070884 CPUtime=5000.04 cores=0,2,4,6
/proc/15218/stat : 15218 (march_hi) R 15216 15218 14775 0 -1 4202496 183202 0 0 0 499957 47 0 0 25 0 1 0 506322293 1096585216 183118 33554432000 134512640 135197378 4292846560 18446744073709551615 134603270 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15218/statm: 267721 183118 93 168 0 267552 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1070884

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4999.57
CPU system time (s): 0.511922
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1070884

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

runsolver used 7.63384 second user time and 15.1077 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-18 23:08:36
IDJOB=3210385
IDBENCH=82745
IDSOLVER=1627
FILE ID=node113/3210385-1303160916
RUNJOBID= node113-1303150912-14793
PBS_JOBID= 13020969
Free space on /tmp= 72876 MiB

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

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

MD5SUM BENCH= a88511669158afb29f3ddcebdff7b380
RANDOM SEED=2036521765

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17612636 kB
Buffers:        759676 kB
Cached:       14142508 kB
SwapCached:          0 kB
Active:        7676908 kB
Inactive:      7288540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17612636 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             800 kB
Writeback:           0 kB
AnonPages:       63252 kB
Mapped:          14700 kB
Slab:           308836 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189600 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= 72872 MiB
End job on node113 at 2011-04-19 00:31:58