Trace number 3210669

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S628307658-028.SATISFIABLE.cnf
MD5SUM0b3e0de9aa59dd098eea77ce3aaba6c9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020996
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 700 variables and 2982 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 22 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 696 free variables and 2960 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.476
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 171 duplicate clauses
0.00/0.01	c resolvent_look() :: found 83 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 700 variables and 3043 clauses.
0.00/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.01	c transformTo3SAT():: the transformation yielded 700 variabels and 3043 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 3043 / 700 ) = 4.35
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 696
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 152
0.01/0.05	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: 1236
0.19/0.22	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 15734
2.79/2.81	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 147765
29.09/29.16	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1030541
222.39/222.40	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5524694
1296.03/1296.09	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************

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-3210669-1303166955/watcher-3210669-1303166955 -o /tmp/evaluation-result-3210669-1303166955/solver-3210669-1303166955 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3210669-1303166955.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: 0.92 1.00 1.29 3/177 15538
/proc/meminfo: memFree=17607572/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=1196 CPUtime=0 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 199 0 0 0 0 0 0 0 24 0 1 0 506926180 1224704 153 33554432000 134512640 135197378 4291469232 18446744073709551615 134560973 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 299 153 66 168 0 130 0

[startup+0.020792 s]
/proc/loadavg: 0.92 1.00 1.29 3/177 15538
/proc/meminfo: memFree=17607572/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=2108 CPUtime=0.01 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 359 0 0 0 1 0 0 0 24 0 1 0 506926180 2158592 313 33554432000 134512640 135197378 4291469232 18446744073709551615 134572872 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 527 314 91 168 0 358 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2108

[startup+0.100767 s]
/proc/loadavg: 0.92 1.00 1.29 3/177 15538
/proc/meminfo: memFree=17607572/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=2380 CPUtime=0.09 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 430 0 0 0 9 0 0 0 24 0 1 0 506926180 2437120 384 33554432000 134512640 135197378 4291469232 18446744073709551615 134552929 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 595 384 91 168 0 426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2380

[startup+0.300731 s]
/proc/loadavg: 0.92 1.00 1.29 3/177 15538
/proc/meminfo: memFree=17607572/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=2380 CPUtime=0.29 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 451 0 0 0 29 0 0 0 25 0 1 0 506926180 2437120 405 33554432000 134512640 135197378 4291469232 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 595 405 91 168 0 426 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2380

[startup+0.700659 s]
/proc/loadavg: 0.92 1.00 1.29 3/177 15538
/proc/meminfo: memFree=17607572/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=2576 CPUtime=0.69 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 485 0 0 0 69 0 0 0 25 0 1 0 506926180 2637824 439 33554432000 134512640 135197378 4291469232 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 644 439 91 168 0 475 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2576

[startup+1.50052 s]
/proc/loadavg: 1.01 1.02 1.30 3/178 15539
/proc/meminfo: memFree=17606084/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=3028 CPUtime=1.49 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 572 0 0 0 149 0 0 0 25 0 1 0 506926180 3100672 526 33554432000 134512640 135197378 4291469232 18446744073709551615 134570760 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 757 526 91 168 0 588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3028

[startup+3.10021 s]
/proc/loadavg: 1.01 1.02 1.30 3/178 15539
/proc/meminfo: memFree=17605960/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=3180 CPUtime=3.09 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 630 0 0 0 309 0 0 0 25 0 1 0 506926180 3256320 584 33554432000 134512640 135197378 4291469232 18446744073709551615 134539284 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 795 584 91 168 0 626 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3180

[startup+6.30061 s]
/proc/loadavg: 1.01 1.02 1.30 3/178 15539
/proc/meminfo: memFree=17605092/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=3748 CPUtime=6.29 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 751 0 0 0 629 0 0 0 25 0 1 0 506926180 3837952 705 33554432000 134512640 135197378 4291469232 18446744073709551615 134552392 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 937 705 91 168 0 768 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3748

[startup+12.7004 s]
/proc/loadavg: 1.16 1.05 1.30 3/178 15539
/proc/meminfo: memFree=17603344/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=5196 CPUtime=12.69 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 1019 0 0 0 1269 0 0 0 25 0 1 0 506926180 5320704 943 33554432000 134512640 135197378 4291469232 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 1299 943 91 168 0 1130 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5196

[startup+25.5011 s]
/proc/loadavg: 1.29 1.08 1.31 3/178 15539
/proc/meminfo: memFree=17600384/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=6652 CPUtime=25.49 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 1459 0 0 0 2549 0 0 0 25 0 1 0 506926180 6811648 1383 33554432000 134512640 135197378 4291469232 18446744073709551615 134590626 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 1663 1383 91 168 0 1494 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6652

[startup+51.1003 s]
/proc/loadavg: 1.53 1.15 1.33 3/178 15540
/proc/meminfo: memFree=17593780/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=11576 CPUtime=51.09 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 2335 0 0 0 5109 0 0 0 25 0 1 0 506926180 11853824 2259 33554432000 134512640 135197378 4291469232 18446744073709551615 134548512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15538/statm: 2894 2259 91 168 0 2725 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11576

[startup+102.306 s]
/proc/loadavg: 1.87 1.31 1.37 3/178 15541
/proc/meminfo: memFree=17579992/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=22636 CPUtime=102.29 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 4122 0 0 0 10229 0 0 0 25 0 1 0 506926180 23179264 4046 33554432000 134512640 135197378 4291469232 18446744073709551615 134542245 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 5659 4046 91 168 0 5490 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 22636

[startup+162.301 s]
/proc/loadavg: 1.95 1.43 1.40 3/178 15543
/proc/meminfo: memFree=17565100/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=33820 CPUtime=162.29 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 6131 0 0 0 16228 1 0 0 25 0 1 0 506926180 34631680 6055 33554432000 134512640 135197378 4291469232 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 8455 6055 91 168 0 8286 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33820

[startup+222.301 s]
/proc/loadavg: 1.98 1.53 1.44 3/178 15544
/proc/meminfo: memFree=17550692/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=38724 CPUtime=222.29 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 7980 0 0 0 22227 2 0 0 25 0 1 0 506926180 39653376 7904 33554432000 134512640 135197378 4291469232 18446744073709551615 134539193 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 9681 7904 91 168 0 9512 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 38724

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.47 3/178 15546
/proc/meminfo: memFree=17536408/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=51952 CPUtime=282.29 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 10037 0 0 0 28227 2 0 0 25 0 1 0 506926180 53198848 9961 33554432000 134512640 135197378 4291469232 18446744073709551615 134541900 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 12988 9961 91 168 0 12819 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 51952

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.50 3/178 15548
/proc/meminfo: memFree=17522008/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=51952 CPUtime=342.3 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 12005 0 0 0 34227 3 0 0 25 0 1 0 506926180 53198848 11929 33554432000 134512640 135197378 4291469232 18446744073709551615 134526729 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 12988 11929 91 168 0 12819 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 51952

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.53 3/178 15549
/proc/meminfo: memFree=17507988/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=81404 CPUtime=402.3 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 13915 0 0 0 40227 3 0 0 25 0 1 0 506926180 83357696 13839 33554432000 134512640 135197378 4291469232 18446744073709551615 134553035 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 20351 13839 91 168 0 20182 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 81404

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.56 3/178 15551
/proc/meminfo: memFree=17493712/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=81404 CPUtime=462.3 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 15894 0 0 0 46226 4 0 0 25 0 1 0 506926180 83357696 15818 33554432000 134512640 135197378 4291469232 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 20351 15818 91 168 0 20182 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 81404

[startup+522.301 s]
/proc/loadavg: 1.99 1.82 1.58 3/178 15552
/proc/meminfo: memFree=17480184/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=81404 CPUtime=522.3 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 17822 0 0 0 52226 4 0 0 25 0 1 0 506926180 83357696 17746 33554432000 134512640 135197378 4291469232 18446744073709551615 134539327 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 20351 17746 91 168 0 20182 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 81404

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.60 3/178 15554
/proc/meminfo: memFree=17466508/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=110872 CPUtime=582.3 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 19758 0 0 0 58226 4 0 0 25 0 1 0 506926180 113532928 19682 33554432000 134512640 135197378 4291469232 18446744073709551615 134542024 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15538/statm: 27718 19682 91 168 0 27549 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 110872

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 15848
/proc/meminfo: memFree=16918396/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4062.42 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 126443 0 0 0 406215 27 0 0 25 0 1 0 506926180 622149632 126367 33554432000 134512640 135197378 4291469232 18446744073709551615 134542223 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 126367 91 168 0 151723 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 607568

[startup+4122.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 15849
/proc/meminfo: memFree=16903484/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4122.42 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 128251 0 0 0 412214 28 0 0 25 0 1 0 506926180 622149632 128175 33554432000 134512640 135197378 4291469232 18446744073709551615 134556723 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 128175 91 168 0 151723 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 607568

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15851
/proc/meminfo: memFree=16888844/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4182.42 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 130015 0 0 0 418214 28 0 0 25 0 1 0 506926180 622149632 129939 33554432000 134512640 135197378 4291469232 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 129939 91 168 0 151723 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 607568

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15853
/proc/meminfo: memFree=16875056/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4242.42 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 131715 0 0 0 424214 28 0 0 25 0 1 0 506926180 622149632 131639 33554432000 134512640 135197378 4291469232 18446744073709551615 134597763 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 131639 91 168 0 151723 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 607568

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15854
/proc/meminfo: memFree=16861280/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4302.42 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 133463 0 0 0 430214 28 0 0 25 0 1 0 506926180 622149632 133387 33554432000 134512640 135197378 4291469232 18446744073709551615 134542277 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 133387 91 168 0 151723 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 607568

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15865
/proc/meminfo: memFree=16845520/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4362.43 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 135296 0 0 0 436214 29 0 0 25 0 1 0 506926180 622149632 135220 33554432000 134512640 135197378 4291469232 18446744073709551615 134552949 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 135220 91 168 0 151723 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 607568

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15866
/proc/meminfo: memFree=16829764/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4422.43 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 137077 0 0 0 442214 29 0 0 25 0 1 0 506926180 622149632 137001 33554432000 134512640 135197378 4291469232 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 137001 91 168 0 151723 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 607568

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15868
/proc/meminfo: memFree=16814996/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4482.43 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 138792 0 0 0 448214 29 0 0 25 0 1 0 506926180 622149632 138716 33554432000 134512640 135197378 4291469232 18446744073709551615 134541952 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 138716 91 168 0 151723 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 607568

[startup+4542.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 15870
/proc/meminfo: memFree=16800336/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4542.44 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 140567 0 0 0 454214 30 0 0 25 0 1 0 506926180 622149632 140491 33554432000 134512640 135197378 4291469232 18446744073709551615 134556434 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 140491 91 168 0 151723 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 607568

[startup+4602.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 15871
/proc/meminfo: memFree=16784460/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4602.44 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 142336 0 0 0 460214 30 0 0 25 0 1 0 506926180 622149632 142260 33554432000 134512640 135197378 4291469232 18446744073709551615 134542131 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 142260 91 168 0 151723 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 607568

[startup+4662.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 15873
/proc/meminfo: memFree=16769440/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=607568 CPUtime=4662.43 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 144161 0 0 0 466213 30 0 0 25 0 1 0 506926180 622149632 144085 33554432000 134512640 135197378 4291469232 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 151892 144085 91 168 0 151723 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 607568

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15874
/proc/meminfo: memFree=16753904/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=831464 CPUtime=4722.45 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 145924 0 0 0 472213 32 0 0 25 0 1 0 506926180 851419136 145848 33554432000 134512640 135197378 4291469232 18446744073709551615 134539327 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 207866 145848 91 168 0 207697 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 831464

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15876
/proc/meminfo: memFree=16739876/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=831464 CPUtime=4782.44 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 147577 0 0 0 478212 32 0 0 25 0 1 0 506926180 851419136 147501 33554432000 134512640 135197378 4291469232 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 207866 147501 91 168 0 207697 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 831464

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15878
/proc/meminfo: memFree=16724612/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=831464 CPUtime=4842.44 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 149409 0 0 0 484211 33 0 0 25 0 1 0 506926180 851419136 149333 33554432000 134512640 135197378 4291469232 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 207866 149333 91 168 0 207697 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 831464

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15879
/proc/meminfo: memFree=16710340/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=831464 CPUtime=4902.44 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 151175 0 0 0 490211 33 0 0 25 0 1 0 506926180 851419136 151099 33554432000 134512640 135197378 4291469232 18446744073709551615 134525312 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 207866 151099 91 168 0 207697 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 831464

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 15881
/proc/meminfo: memFree=16696304/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=831464 CPUtime=4962.45 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 152949 0 0 0 496212 33 0 0 25 0 1 0 506926180 851419136 152873 33554432000 134512640 135197378 4291469232 18446744073709551615 134649527 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 207866 152873 91 168 0 207697 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 831464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15882
/proc/meminfo: memFree=16688232/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=831464 CPUtime=5000.05 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 153970 0 0 0 499972 33 0 0 25 0 1 0 506926180 851419136 153894 33554432000 134512640 135197378 4291469232 18446744073709551615 134618163 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 207866 153894 91 168 0 207697 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 831464

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.02 2.01 1.95 3/178 15882
/proc/meminfo: memFree=16688232/32950928 swapFree=67111528/67111528
[pid=15538] ppid=15536 vsize=831464 CPUtime=5000.05 cores=1,3,5,7
/proc/15538/stat : 15538 (march_hi) R 15536 15538 15473 0 -1 4202496 153970 0 0 0 499972 33 0 0 25 0 1 0 506926180 851419136 153894 33554432000 134512640 135197378 4291469232 18446744073709551615 134618163 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15538/statm: 207866 153894 91 168 0 207697 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 831464

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.73
CPU system time (s): 0.366944
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 831464

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

runsolver used 6.40803 second user time and 16.3355 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-19 00:49:15
IDJOB=3210669
IDBENCH=82816
IDSOLVER=1627
FILE ID=node113/3210669-1303166955
RUNJOBID= node113-1303166953-15492
PBS_JOBID= 13021027
Free space on /tmp= 72876 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S628307658-028.SATISFIABLE.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3210669-1303166955/watcher-3210669-1303166955 -o /tmp/evaluation-result-3210669-1303166955/solver-3210669-1303166955 -C 5000 -W 5000 -M 15500  HOME/march_hi HOME/instance-3210669-1303166955.cnf

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

MD5SUM BENCH= 0b3e0de9aa59dd098eea77ce3aaba6c9
RANDOM SEED=1708611215

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:      17607852 kB
Buffers:        760028 kB
Cached:       14143228 kB
SwapCached:          0 kB
Active:        7680596 kB
Inactive:      7288196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17607852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1736 kB
Writeback:           8 kB
AnonPages:       65444 kB
Mapped:          15164 kB
Slab:           309280 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   209748 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 02:12:37