Trace number 3211325

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.04 4999.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S944656226-046.UNKNOWN.cnf
MD5SUM9c7b3f326f7257fd8377a35f8807c0d3
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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 650 variables and 2769 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, 5 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 649 free variables and 2764 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.492
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 172 duplicate clauses
0.00/0.01	c resolvent_look() :: found 96 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 650 variables and 2860 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 650 variabels and 2860 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2860 / 650 ) = 4.40
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 = 649
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.04/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: 1093
0.20/0.20	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 11854
2.10/2.13	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 97614
19.19/19.27	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 600169
130.00/130.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2831624
668.81/668.86	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 10451202
2672.65/2672.63	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
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-3211325-1303178082/watcher-3211325-1303178082 -o /tmp/evaluation-result-3211325-1303178082/solver-3211325-1303178082 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3211325-1303178082.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 28006
/proc/meminfo: memFree=17178764/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=1180 CPUtime=0 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 205 0 0 0 0 0 0 0 25 0 1 0 508039015 1208320 159 33554432000 134512640 135197378 4292858416 18446744073709551615 134619088 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 295 159 78 168 0 126 0

[startup+0.048465 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 28006
/proc/meminfo: memFree=17178764/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=2160 CPUtime=0.04 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 398 0 0 0 4 0 0 0 25 0 1 0 508039015 2211840 352 33554432000 134512640 135197378 4292858416 18446744073709551615 134596997 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 540 352 91 168 0 371 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2160

[startup+0.100456 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 28006
/proc/meminfo: memFree=17178764/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=2160 CPUtime=0.1 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 410 0 0 0 10 0 0 0 25 0 1 0 508039015 2211840 364 33554432000 134512640 135197378 4292858416 18446744073709551615 134542318 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 540 364 91 168 0 371 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2160

[startup+0.300421 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 28006
/proc/meminfo: memFree=17178764/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=2296 CPUtime=0.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 429 0 0 0 30 0 0 0 25 0 1 0 508039015 2351104 383 33554432000 134512640 135197378 4292858416 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 574 383 91 168 0 405 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2296

[startup+0.700351 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 28006
/proc/meminfo: memFree=17178764/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=2480 CPUtime=0.69 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 462 0 0 0 69 0 0 0 25 0 1 0 508039015 2539520 416 33554432000 134512640 135197378 4292858416 18446744073709551615 134542106 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 620 416 91 168 0 451 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2480

[startup+1.50021 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 28007
/proc/meminfo: memFree=17177104/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=2928 CPUtime=1.49 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 547 0 0 0 149 0 0 0 25 0 1 0 508039015 2998272 501 33554432000 134512640 135197378 4292858416 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 732 501 91 168 0 563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2928

[startup+3.10093 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 28007
/proc/meminfo: memFree=17176236/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=3080 CPUtime=3.09 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 607 0 0 0 309 0 0 0 25 0 1 0 508039015 3153920 561 33554432000 134512640 135197378 4292858416 18446744073709551615 134539251 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 770 561 91 168 0 601 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3080

[startup+6.30037 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 28007
/proc/meminfo: memFree=17175464/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=3648 CPUtime=6.29 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 724 0 0 0 629 0 0 0 25 0 1 0 508039015 3735552 678 33554432000 134512640 135197378 4292858416 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 912 678 91 168 0 743 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3648

[startup+12.7002 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 28007
/proc/meminfo: memFree=17173504/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=5044 CPUtime=12.69 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 986 0 0 0 1269 0 0 0 25 0 1 0 508039015 5165056 903 33554432000 134512640 135197378 4292858416 18446744073709551615 134542045 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 1261 903 91 168 0 1092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5044

[startup+25.501 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 28007
/proc/meminfo: memFree=17170168/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=6484 CPUtime=25.5 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 1423 0 0 0 2550 0 0 0 25 0 1 0 508039015 6639616 1340 33554432000 134512640 135197378 4292858416 18446744073709551615 134552722 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 1621 1340 91 168 0 1452 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 6484

[startup+51.1005 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 28008
/proc/meminfo: memFree=17164312/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=11368 CPUtime=51.09 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 2291 0 0 0 5109 0 0 0 25 0 1 0 508039015 11640832 2208 33554432000 134512640 135197378 4292858416 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 2842 2208 91 168 0 2673 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11368

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 28009
/proc/meminfo: memFree=17150900/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=16528 CPUtime=102.29 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 3979 0 0 0 10229 0 0 0 25 0 1 0 508039015 16924672 3896 33554432000 134512640 135197378 4292858416 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 4132 3896 91 168 0 3963 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 16528

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 28011
/proc/meminfo: memFree=17136232/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=33376 CPUtime=162.29 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 5918 0 0 0 16228 1 0 0 25 0 1 0 508039015 34177024 5835 33554432000 134512640 135197378 4292858416 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 8344 5835 91 168 0 8175 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33376

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 28013
/proc/meminfo: memFree=17121572/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=38104 CPUtime=222.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 7803 0 0 0 22229 1 0 0 25 0 1 0 508039015 39018496 7720 33554432000 134512640 135197378 4292858416 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 9526 7720 91 168 0 9357 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 38104

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 28014
/proc/meminfo: memFree=17107176/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=51200 CPUtime=282.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 9713 0 0 0 28228 2 0 0 25 0 1 0 508039015 52428800 9630 33554432000 134512640 135197378 4292858416 18446744073709551615 134552973 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 12800 9630 91 168 0 12631 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 51200

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 28016
/proc/meminfo: memFree=17092296/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=51200 CPUtime=342.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 11637 0 0 0 34228 2 0 0 25 0 1 0 508039015 52428800 11554 33554432000 134512640 135197378 4292858416 18446744073709551615 134542165 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 12800 11554 91 168 0 12631 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 51200

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 28026
/proc/meminfo: memFree=17077424/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=80032 CPUtime=402.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 13482 0 0 0 40227 3 0 0 25 0 1 0 508039015 81952768 13399 33554432000 134512640 135197378 4292858416 18446744073709551615 134542056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 20008 13399 91 168 0 19839 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 80032

[startup+462.301 s]
/proc/loadavg: 2.17 2.03 2.01 3/178 30288
/proc/meminfo: memFree=17477408/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=80032 CPUtime=462.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 15355 0 0 0 46227 3 0 0 25 0 1 0 508039015 81952768 15272 33554432000 134512640 135197378 4292858416 18446744073709551615 134570801 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 20008 15272 91 168 0 19839 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 80032

[startup+522.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 30290
/proc/meminfo: memFree=17466012/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=80032 CPUtime=522.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 17145 0 0 0 52227 3 0 0 25 0 1 0 508039015 81952768 17062 33554432000 134512640 135197378 4292858416 18446744073709551615 134552468 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 20008 17062 91 168 0 19839 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80032

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 30291
/proc/meminfo: memFree=17452976/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=109500 CPUtime=582.3 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 18944 0 0 0 58226 4 0 0 25 0 1 0 508039015 112128000 18861 33554432000 134512640 135197378 4292858416 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 27375 18861 91 168 0 27206 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109500

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 30412
/proc/meminfo: memFree=17356156/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4002.38 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 117399 0 0 0 400210 28 0 0 25 0 1 0 508039015 611856384 117316 33554432000 134512640 135197378 4292858416 18446744073709551615 134539311 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 117316 91 168 0 149210 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 597516

[startup+4062.3 s]
/proc/loadavg: 1.00 1.02 1.32 2/172 30414
/proc/meminfo: memFree=17348680/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4062.39 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 119204 0 0 0 406211 28 0 0 25 0 1 0 508039015 611856384 119121 33554432000 134512640 135197378 4292858416 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 119121 91 168 0 149210 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 597516

[startup+4122.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/172 30416
/proc/meminfo: memFree=17341720/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4122.38 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 120987 0 0 0 412210 28 0 0 25 0 1 0 508039015 611856384 120904 33554432000 134512640 135197378 4292858416 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 120904 91 168 0 149210 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 597516

[startup+4182.31 s]
/proc/loadavg: 1.00 1.01 1.27 2/172 30417
/proc/meminfo: memFree=17334756/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4182.38 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 122710 0 0 0 418210 28 0 0 25 0 1 0 508039015 611856384 122627 33554432000 134512640 135197378 4292858416 18446744073709551615 134525296 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 122627 91 168 0 149210 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 597516

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 30419
/proc/meminfo: memFree=17327920/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4242.39 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 124396 0 0 0 424210 29 0 0 25 0 1 0 508039015 611856384 124313 33554432000 134512640 135197378 4292858416 18446744073709551615 134542106 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 124313 91 168 0 149210 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 597516

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/172 30420
/proc/meminfo: memFree=17321192/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4302.38 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 126087 0 0 0 430209 29 0 0 25 0 1 0 508039015 611856384 126004 33554432000 134512640 135197378 4292858416 18446744073709551615 134597332 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 126004 91 168 0 149210 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 597516

[startup+4362.3 s]
/proc/loadavg: 1.06 1.02 1.22 2/172 30422
/proc/meminfo: memFree=17314468/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4362.39 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 127819 0 0 0 436209 30 0 0 25 0 1 0 508039015 611856384 127736 33554432000 134512640 135197378 4292858416 18446744073709551615 134539368 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 127736 91 168 0 149210 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 597516

[startup+4422.3 s]
/proc/loadavg: 1.02 1.01 1.21 2/172 30424
/proc/meminfo: memFree=17307384/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4422.39 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 129592 0 0 0 442209 30 0 0 25 0 1 0 508039015 611856384 129509 33554432000 134512640 135197378 4292858416 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 129509 91 168 0 149210 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 597516

[startup+4482.3 s]
/proc/loadavg: 1.01 1.00 1.19 2/172 30425
/proc/meminfo: memFree=17300784/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4482.38 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 131287 0 0 0 448208 30 0 0 25 0 1 0 508039015 611856384 131204 33554432000 134512640 135197378 4292858416 18446744073709551615 134572737 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 131204 91 168 0 149210 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 597516

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 30427
/proc/meminfo: memFree=17293812/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4542.39 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 132940 0 0 0 454208 31 0 0 25 0 1 0 508039015 611856384 132857 33554432000 134512640 135197378 4292858416 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 132857 91 168 0 149210 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 597516

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/172 30428
/proc/meminfo: memFree=17287220/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4602.39 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 134605 0 0 0 460208 31 0 0 25 0 1 0 508039015 611856384 134522 33554432000 134512640 135197378 4292858416 18446744073709551615 134542232 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 134522 91 168 0 149210 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 597516

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/172 30430
/proc/meminfo: memFree=17280488/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4662.39 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 136319 0 0 0 466208 31 0 0 25 0 1 0 508039015 611856384 136236 33554432000 134512640 135197378 4292858416 18446744073709551615 134572872 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 136236 91 168 0 149210 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 597516

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/172 30432
/proc/meminfo: memFree=17273768/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4722.4 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 138006 0 0 0 472208 32 0 0 25 0 1 0 508039015 611856384 137923 33554432000 134512640 135197378 4292858416 18446744073709551615 134597200 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 137923 91 168 0 149210 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 597516

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/172 30433
/proc/meminfo: memFree=17266920/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4782.4 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 139699 0 0 0 478208 32 0 0 25 0 1 0 508039015 611856384 139616 33554432000 134512640 135197378 4292858416 18446744073709551615 134552722 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 139616 91 168 0 149210 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 597516

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 30435
/proc/meminfo: memFree=17260568/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4842.4 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 141307 0 0 0 484208 32 0 0 25 0 1 0 508039015 611856384 141224 33554432000 134512640 135197378 4292858416 18446744073709551615 134552654 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 141224 91 168 0 149210 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 597516

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 30436
/proc/meminfo: memFree=17254100/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4902.4 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 142926 0 0 0 490208 32 0 0 25 0 1 0 508039015 611856384 142843 33554432000 134512640 135197378 4292858416 18446744073709551615 134552422 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 142843 91 168 0 149210 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 597516

[startup+4962.3 s]
/proc/loadavg: 1.03 1.01 1.10 2/172 30438
/proc/meminfo: memFree=17247876/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=4962.4 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 144471 0 0 0 496208 32 0 0 25 0 1 0 508039015 611856384 144388 33554432000 134512640 135197378 4292858416 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 144388 91 168 0 149210 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 597516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.01 1.09 2/172 30439
/proc/meminfo: memFree=17243896/32950940 swapFree=67111528/67111528
[pid=28006] ppid=28004 vsize=597516 CPUtime=5000 cores=1,3,5,7
/proc/28006/stat : 28006 (march_hi) R 28004 28006 27490 0 -1 4202496 145408 0 0 0 499968 32 0 0 25 0 1 0 508039015 611856384 145325 33554432000 134512640 135197378 4292858416 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28006/statm: 149379 145325 91 168 0 149210 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 597516

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4999.69
CPU system time (s): 0.356945
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 597516

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

runsolver used 6.74797 second user time and 16.0166 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-19 03:54:42
IDJOB=3211325
IDBENCH=82980
IDSOLVER=1627
FILE ID=node117/3211325-1303178082
RUNJOBID= node117-1303166704-27509
PBS_JOBID= 13021021
Free space on /tmp= 72520 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S944656226-046.UNKNOWN.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3211325-1303178082/watcher-3211325-1303178082 -o /tmp/evaluation-result-3211325-1303178082/solver-3211325-1303178082 -C 5000 -W 5000 -M 15500  HOME/march_hi HOME/instance-3211325-1303178082.cnf

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

MD5SUM BENCH= 9c7b3f326f7257fd8377a35f8807c0d3
RANDOM SEED=186431969

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17179044 kB
Buffers:        794176 kB
Cached:       14309868 kB
SwapCached:          0 kB
Active:        7376644 kB
Inactive:      8021656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17179044 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             832 kB
Writeback:           0 kB
AnonPages:      294060 kB
Mapped:          15468 kB
Slab:           310016 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   478396 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= 72940 MiB
End job on node117 at 2011-04-19 05:18:04