Trace number 3420835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_rw 2011-03-02? (TO) 5000.07 5000.25

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S812011128-009.SATISFIABLE.cnf
MD5SUMafbdc7a317cd52b76c978398c2e877e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.25796
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, 18 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 698 free variables and 2964 clauses.
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 173 duplicate clauses
0.00/0.01	c resolvent_look() :: found 82 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 3046 / 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 = 698
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: 144
0.00/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: 1029
0.09/0.17	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 14039
2.11/2.19	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 141509
24.79/24.83	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1037491
201.67/201.75	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5779420
1227.31/1227.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 |***************************************************************

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3420835-1306641249/watcher-3420835-1306641249 -o /tmp/evaluation-result-3420835-1306641249/solver-3420835-1306641249 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420835-1306641249.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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.64 1.85 1.94 2/498 16110
/proc/meminfo: memFree=28515648/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=7912 CPUtime=0.01 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 437 0 0 0 1 0 0 0 25 0 1 0 775724515 8101888 381 33554432000 4194304 4300876 140736391588768 18446744073709551615 4287984 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 1978 392 165 27 0 427 0

[startup+0.0750199 s]
/proc/loadavg: 1.64 1.85 1.94 2/498 16110
/proc/meminfo: memFree=28515648/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=7912 CPUtime=0.07 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 545 0 0 0 7 0 0 0 25 0 1 0 775724515 8101888 489 33554432000 4194304 4300876 140736391588768 18446744073709551615 4200351 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 1978 489 168 27 0 427 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7912

[startup+0.101028 s]
/proc/loadavg: 1.64 1.85 1.94 2/498 16110
/proc/meminfo: memFree=28515648/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=8056 CPUtime=0.09 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 554 0 0 0 9 0 0 0 25 0 1 0 775724515 8249344 498 33554432000 4194304 4300876 140736391588768 18446744073709551615 4217635 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 2014 498 168 27 0 463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8056

[startup+0.300992 s]
/proc/loadavg: 1.64 1.85 1.94 2/498 16110
/proc/meminfo: memFree=28515648/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=8056 CPUtime=0.29 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 571 0 0 0 29 0 0 0 25 0 1 0 775724515 8249344 515 33554432000 4194304 4300876 140736391588768 18446744073709551615 4200267 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 2014 515 168 27 0 463 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8056

[startup+0.700925 s]
/proc/loadavg: 1.64 1.85 1.94 2/498 16110
/proc/meminfo: memFree=28515648/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=8324 CPUtime=0.69 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 624 0 0 0 69 0 0 0 25 0 1 0 775724515 8523776 568 33554432000 4194304 4300876 140736391588768 18446744073709551615 4217467 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 2081 568 168 27 0 530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8324

[startup+1.50079 s]
/proc/loadavg: 1.67 1.86 1.94 3/499 16111
/proc/meminfo: memFree=28513424/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=8492 CPUtime=1.49 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 658 0 0 0 149 0 0 0 25 0 1 0 775724515 8695808 602 33554432000 4194304 4300876 140736391588768 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 2123 602 169 27 0 572 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8492

[startup+3.10052 s]
/proc/loadavg: 1.67 1.86 1.94 3/499 16111
/proc/meminfo: memFree=28511580/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=8872 CPUtime=3.09 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 732 0 0 0 309 0 0 0 25 0 1 0 775724515 9084928 676 33554432000 4194304 4300876 140736391588768 18446744073709551615 4216912 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 2218 676 169 27 0 667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8872

[startup+6.30098 s]
/proc/loadavg: 1.67 1.86 1.94 3/499 16111
/proc/meminfo: memFree=28510960/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=9368 CPUtime=6.29 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 885 0 0 0 629 0 0 0 25 0 1 0 775724515 9592832 829 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214438 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 2342 829 169 27 0 791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9368

[startup+12.7009 s]
/proc/loadavg: 1.80 1.88 1.95 3/499 16111
/proc/meminfo: memFree=28507040/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=10804 CPUtime=12.69 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 1151 0 0 0 1269 0 0 0 25 0 1 0 775724515 11063296 1095 33554432000 4194304 4300876 140736391588768 18446744073709551615 4216917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 2701 1095 169 27 0 1150 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10804

[startup+25.5007 s]
/proc/loadavg: 1.83 1.88 1.95 3/499 16112
/proc/meminfo: memFree=28503440/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=13032 CPUtime=25.49 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 1655 0 0 0 2549 0 0 0 25 0 1 0 775724515 13344768 1599 33554432000 4194304 4300876 140736391588768 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 3258 1599 169 27 0 1707 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13032

[startup+51.1004 s]
/proc/loadavg: 1.89 1.89 1.95 3/499 16113
/proc/meminfo: memFree=28496964/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=18604 CPUtime=51.09 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 2668 0 0 0 5109 0 0 0 25 0 1 0 775724515 19050496 2612 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214457 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 4651 2612 169 27 0 3100 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18604

[startup+102.318 s]
/proc/loadavg: 1.95 1.91 1.95 3/499 16114
/proc/meminfo: memFree=28483656/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=31012 CPUtime=102.3 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 4659 0 0 0 10229 1 0 0 25 0 1 0 775724515 31756288 4603 33554432000 4194304 4300876 140736391588768 18446744073709551615 4217743 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 7753 4603 169 27 0 6202 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 31012

[startup+162.301 s]
/proc/loadavg: 1.98 1.92 1.95 3/499 16115
/proc/meminfo: memFree=28465888/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=39744 CPUtime=162.28 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 6900 0 0 0 16227 1 0 0 25 0 1 0 775724515 40697856 6844 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 9936 6844 169 27 0 8385 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 39744

[startup+222.301 s]
/proc/loadavg: 1.99 1.93 1.95 3/499 16117
/proc/meminfo: memFree=28450844/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=57880 CPUtime=222.27 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 9067 0 0 0 22226 1 0 0 25 0 1 0 775724515 59269120 9011 33554432000 4194304 4300876 140736391588768 18446744073709551615 4200354 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 14470 9011 169 27 0 12919 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 57880

[startup+282.301 s]
/proc/loadavg: 1.99 1.94 1.95 3/499 16119
/proc/meminfo: memFree=28436540/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=57880 CPUtime=282.27 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 11310 0 0 0 28225 2 0 0 25 0 1 0 775724515 59269120 11254 33554432000 4194304 4300876 140736391588768 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 14470 11254 169 27 0 12919 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 57880

[startup+342.3 s]
/proc/loadavg: 2.14 1.99 1.96 3/499 16120
/proc/meminfo: memFree=28422864/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=77524 CPUtime=342.26 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 13410 0 0 0 34224 2 0 0 25 0 1 0 775724515 79384576 13354 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 19381 13354 169 27 0 17830 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 77524

[startup+402.3 s]
/proc/loadavg: 2.05 1.99 1.96 3/499 16122
/proc/meminfo: memFree=28407804/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=87728 CPUtime=402.25 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 15688 0 0 0 40222 3 0 0 25 0 1 0 775724515 89833472 15632 33554432000 4194304 4300876 140736391588768 18446744073709551615 4248596 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 21932 15632 169 27 0 20381 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 87728

[startup+462.3 s]
/proc/loadavg: 2.02 1.99 1.96 3/499 16132
/proc/meminfo: memFree=28392056/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=87728 CPUtime=462.24 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 17872 0 0 0 46221 3 0 0 25 0 1 0 775724515 89833472 17816 33554432000 4194304 4300876 140736391588768 18446744073709551615 4200351 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 21932 17816 169 27 0 20381 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 87728

[startup+522.301 s]
/proc/loadavg: 2.15 2.03 1.97 3/499 16134
/proc/meminfo: memFree=28377640/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=117196 CPUtime=522.25 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 20019 0 0 0 52221 4 0 0 25 0 1 0 775724515 120008704 19963 33554432000 4194304 4300876 140736391588768 18446744073709551615 4250935 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 29299 19963 169 27 0 27748 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 117196

[startup+582.301 s]
/proc/loadavg: 2.12 2.04 1.98 3/499 16136
/proc/meminfo: memFree=28362732/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=117196 CPUtime=582.24 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 22186 0 0 0 58220 4 0 0 25 0 1 0 775724515 120008704 22130 33554432000 4194304 4300876 140736391588768 18446744073709551615 4217797 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 29299 22130 169 27 0 27748 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 117196

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 16230
/proc/meminfo: memFree=27568544/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=617628 CPUtime=4002.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 139983 0 0 0 400186 27 0 0 25 0 1 0 775724515 632451072 139927 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214304 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 154407 139927 169 27 0 152856 0
Current children cumulated CPU time (s) 4002.13
Current children cumulated vsize (KiB) 617628

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 16240
/proc/meminfo: memFree=27555436/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=617628 CPUtime=4062.15 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 142062 0 0 0 406187 28 0 0 25 0 1 0 775724515 632451072 142006 33554432000 4194304 4300876 140736391588768 18446744073709551615 4261160 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 154407 142006 169 27 0 152856 0
Current children cumulated CPU time (s) 4062.15
Current children cumulated vsize (KiB) 617628

[startup+4122.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 16242
/proc/meminfo: memFree=27542268/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=617628 CPUtime=4122.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 144121 0 0 0 412185 28 0 0 25 0 1 0 775724515 632451072 144065 33554432000 4194304 4300876 140736391588768 18446744073709551615 4228770 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 154407 144065 169 27 0 152856 0
Current children cumulated CPU time (s) 4122.13
Current children cumulated vsize (KiB) 617628

[startup+4182.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/499 16244
/proc/meminfo: memFree=27529108/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=617628 CPUtime=4182.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 146152 0 0 0 418185 28 0 0 25 0 1 0 775724515 632451072 146096 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214400 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 154407 146096 169 27 0 152856 0
Current children cumulated CPU time (s) 4182.13
Current children cumulated vsize (KiB) 617628

[startup+4242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 16245
/proc/meminfo: memFree=27514832/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4242.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 148117 0 0 0 424184 29 0 0 25 0 1 0 775724515 861585408 148061 33554432000 4194304 4300876 140736391588768 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 148061 169 27 0 208797 0
Current children cumulated CPU time (s) 4242.13
Current children cumulated vsize (KiB) 841392

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 16249
/proc/meminfo: memFree=27501660/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4302.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 149979 0 0 0 430184 29 0 0 25 0 1 0 775724515 861585408 149923 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214407 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 149923 169 27 0 208797 0
Current children cumulated CPU time (s) 4302.13
Current children cumulated vsize (KiB) 841392

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 16251
/proc/meminfo: memFree=27489808/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4362.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 152034 0 0 0 436183 30 0 0 25 0 1 0 775724515 861585408 151978 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214565 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 151978 169 27 0 208797 0
Current children cumulated CPU time (s) 4362.13
Current children cumulated vsize (KiB) 841392

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 16253
/proc/meminfo: memFree=27475772/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4422.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 154096 0 0 0 442182 31 0 0 25 0 1 0 775724515 861585408 154040 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214457 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 154040 169 27 0 208797 0
Current children cumulated CPU time (s) 4422.13
Current children cumulated vsize (KiB) 841392

[startup+4482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/499 16255
/proc/meminfo: memFree=27462612/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4482.12 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 156109 0 0 0 448181 31 0 0 25 0 1 0 775724515 861585408 156053 33554432000 4194304 4300876 140736391588768 18446744073709551615 4248602 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 156053 169 27 0 208797 0
Current children cumulated CPU time (s) 4482.12
Current children cumulated vsize (KiB) 841392

[startup+4542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 16256
/proc/meminfo: memFree=27449068/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4542.12 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 158073 0 0 0 454181 31 0 0 25 0 1 0 775724515 861585408 158017 33554432000 4194304 4300876 140736391588768 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 158017 169 27 0 208797 0
Current children cumulated CPU time (s) 4542.12
Current children cumulated vsize (KiB) 841392

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 16258
/proc/meminfo: memFree=27435516/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4602.13 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 160011 0 0 0 460182 31 0 0 25 0 1 0 775724515 861585408 159955 33554432000 4194304 4300876 140736391588768 18446744073709551615 4217462 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 159955 169 27 0 208797 0
Current children cumulated CPU time (s) 4602.13
Current children cumulated vsize (KiB) 841392

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 16259
/proc/meminfo: memFree=27422104/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4662.12 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 161932 0 0 0 466180 32 0 0 25 0 1 0 775724515 861585408 161876 33554432000 4194304 4300876 140736391588768 18446744073709551615 4200316 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 161876 169 27 0 208797 0
Current children cumulated CPU time (s) 4662.12
Current children cumulated vsize (KiB) 841392

[startup+4722.32 s]
/proc/loadavg: 2.13 2.04 2.01 3/499 16261
/proc/meminfo: memFree=27410536/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4722.14 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 163920 0 0 0 472182 32 0 0 25 0 1 0 775724515 861585408 163864 33554432000 4194304 4300876 140736391588768 18446744073709551615 4281352 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 163864 169 27 0 208797 0
Current children cumulated CPU time (s) 4722.14
Current children cumulated vsize (KiB) 841392

[startup+4782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/499 16263
/proc/meminfo: memFree=27397136/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=841392 CPUtime=4782.12 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 165878 0 0 0 478180 32 0 0 25 0 1 0 775724515 861585408 165822 33554432000 4194304 4300876 140736391588768 18446744073709551615 4201157 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 210348 165822 169 27 0 208797 0
Current children cumulated CPU time (s) 4782.12
Current children cumulated vsize (KiB) 841392

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 16264
/proc/meminfo: memFree=27383852/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=1002580 CPUtime=4842.12 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 167732 0 0 0 484179 33 0 0 25 0 1 0 775724515 1026641920 167676 33554432000 4194304 4300876 140736391588768 18446744073709551615 210646541346 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 250645 167676 169 27 0 249094 0
Current children cumulated CPU time (s) 4842.12
Current children cumulated vsize (KiB) 1002580

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 16266
/proc/meminfo: memFree=27371192/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=1002580 CPUtime=4902.12 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 169724 0 0 0 490178 34 0 0 25 0 1 0 775724515 1026641920 169668 33554432000 4194304 4300876 140736391588768 18446744073709551615 4288571 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 250645 169668 169 27 0 249094 0
Current children cumulated CPU time (s) 4902.12
Current children cumulated vsize (KiB) 1002580

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 16267
/proc/meminfo: memFree=27358020/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=1002580 CPUtime=4962.12 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 171660 0 0 0 496178 34 0 0 25 0 1 0 775724515 1026641920 171604 33554432000 4194304 4300876 140736391588768 18446744073709551615 4225170 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 250645 171604 169 27 0 249094 0
Current children cumulated CPU time (s) 4962.12
Current children cumulated vsize (KiB) 1002580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 1.92 1.99 1.99 2/493 16287
/proc/meminfo: memFree=27822320/32951132 swapFree=59085548/67111528
[pid=16110] ppid=16108 vsize=1002580 CPUtime=5000.03 cores=1,3,5,7
/proc/16110/stat : 16110 (march_rw) R 16108 16110 16017 0 -1 4202496 172906 0 0 0 499968 35 0 0 25 0 1 0 775724515 1026641920 172850 33554432000 4194304 4300876 140736391588768 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16110/statm: 250645 172850 169 27 0 249094 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1002580

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.25
CPU time (s): 5000.07
CPU user time (s): 4999.69
CPU system time (s): 0.380942
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 1002580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.69
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172906
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= 3
involuntary context switches= 9153

runsolver used 22.6995 second user time and 54.5757 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-29 05:54:09
IDJOB=3420835
IDBENCH=83087
IDSOLVER=1913
FILE ID=node129/3420835-1306641249
RUNJOBID= node129-1306641211-16036
PBS_JOBID= 13471643
Free space on /tmp= 73148 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S812011128-009.SATISFIABLE.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420835-1306641249/watcher-3420835-1306641249 -o /tmp/evaluation-result-3420835-1306641249/solver-3420835-1306641249 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420835-1306641249.cnf

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

MD5SUM BENCH= afbdc7a317cd52b76c978398c2e877e2
RANDOM SEED=924798555

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28515928 kB
Buffers:        203904 kB
Cached:        1666120 kB
SwapCached:      74204 kB
Active:         500276 kB
Inactive:      3710540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28515928 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:             340 kB
Writeback:           4 kB
AnonPages:     2277440 kB
Mapped:          18236 kB
Slab:            97820 kB
PageTables:      59176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147326384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73148 MiB
End job on node129 at 2011-05-29 07:17:31