Trace number 3420569

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S110935064-075.SATISFIABLE.cnf
MD5SUMb179d65395dd8ffd730bf106fb19b537
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.241963
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
Number of clauses of size over 50

Solver Data

0.03/0.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.03/0.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.03/0.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.03/0.03	c main()::
0.03/0.03	c initFormula():: searching for DIMACS p-line....
0.03/0.03	c full lookahead due to high density!
0.03/0.03	c initFormula():: the DIMACS p-line indicates a CNF of 175 variables and 3727 clauses.
0.03/0.03	c parseCNF():: parsing....
0.03/0.03	c parseCNF():: the CNF contains 0 unary clauses.
0.03/0.03	c runParser():: parsing was successful, warming up engines...
0.03/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.03/0.03	c preprocessing fase I completed:: there are now 175 free variables and 3727 clauses.
0.03/0.03	c using k-SAT heuristics (size based diff)
0.03/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.03/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 5 duplicate clauses
0.03/0.03	c resolvent_look() :: found 3 resolvents
0.03/0.03	c main():: clause / variable ratio: ( 3730 / 175 ) = 21.31
0.03/0.03	c longest clause has size 5
0.03/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.03/0.03	c number of free variables = 175
0.03/0.03	c dynamic_preselect_setsize :: off
0.03/0.03	c main():: all systems go!
0.03/0.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 142
0.03/0.06	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 1335
0.09/0.16	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 18931
1.80/1.87	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 205414
22.01/22.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1705207
202.09/202.16	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 11160272
1453.63/1453.65	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
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-3420569-1306635256/watcher-3420569-1306635256 -o /tmp/evaluation-result-3420569-1306635256/solver-3420569-1306635256 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420569-1306635256.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: 2.00 1.93 1.60 2/373 9013
/proc/meminfo: memFree=22611388/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=6952 CPUtime=0 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 421 0 0 0 0 0 0 0 25 0 1 0 775126016 7118848 274 33554432000 4194304 4300876 140733647663184 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 1738 274 143 27 0 187 0

[startup+0.0343901 s]
/proc/loadavg: 2.00 1.93 1.60 2/373 9013
/proc/meminfo: memFree=22611388/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=6952 CPUtime=0.03 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 428 0 0 0 3 0 0 0 25 0 1 0 775126016 7118848 281 33554432000 4194304 4300876 140733647663184 18446744073709551615 4241645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 1738 281 143 27 0 187 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6952

[startup+0.100376 s]
/proc/loadavg: 2.00 1.93 1.60 2/373 9013
/proc/meminfo: memFree=22611388/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=7456 CPUtime=0.09 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 550 0 0 0 9 0 0 0 25 0 1 0 775126016 7634944 385 33554432000 4194304 4300876 140733647663184 18446744073709551615 4250742 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 1864 385 170 27 0 313 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7456

[startup+0.300341 s]
/proc/loadavg: 2.00 1.93 1.60 2/373 9013
/proc/meminfo: memFree=22611388/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=7616 CPUtime=0.29 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 554 0 0 0 29 0 0 0 18 0 1 0 775126016 7798784 389 33554432000 4194304 4300876 140733647663184 18446744073709551615 4248736 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 1904 389 170 27 0 353 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7616

[startup+0.700265 s]
/proc/loadavg: 2.00 1.93 1.60 2/373 9013
/proc/meminfo: memFree=22611388/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=7616 CPUtime=0.69 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 580 0 0 0 69 0 0 0 18 0 1 0 775126016 7798784 415 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 1904 415 170 27 0 353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7616

[startup+1.50012 s]
/proc/loadavg: 2.00 1.93 1.60 3/374 9014
/proc/meminfo: memFree=22609644/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=7984 CPUtime=1.49 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 681 0 0 0 149 0 0 0 19 0 1 0 775126016 8175616 498 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 1996 498 171 27 0 445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7984

[startup+3.10084 s]
/proc/loadavg: 2.00 1.93 1.60 3/374 9015
/proc/meminfo: memFree=22608428/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=8552 CPUtime=3.1 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 778 0 0 0 310 0 0 0 24 0 1 0 775126016 8757248 595 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 2138 595 171 27 0 587 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8552

[startup+6.30024 s]
/proc/loadavg: 2.00 1.93 1.60 3/374 9015
/proc/meminfo: memFree=22607068/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=9064 CPUtime=6.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 969 0 0 0 630 0 0 0 25 0 1 0 775126016 9281536 786 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 2266 786 171 27 0 715 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9064

[startup+12.7011 s]
/proc/loadavg: 2.00 1.93 1.60 3/374 9015
/proc/meminfo: memFree=22604264/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=11120 CPUtime=12.7 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 1358 0 0 0 1270 0 0 0 25 0 1 0 775126016 11386880 1175 33554432000 4194304 4300876 140733647663184 18446744073709551615 4250884 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 2780 1175 171 27 0 1229 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 11120

[startup+25.5007 s]
/proc/loadavg: 2.00 1.94 1.61 3/374 9015
/proc/meminfo: memFree=22599916/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=15572 CPUtime=25.49 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 2042 0 0 0 2549 0 0 0 25 0 1 0 775126016 15945728 1859 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 3893 1859 171 27 0 2342 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15572

[startup+51.1011 s]
/proc/loadavg: 2.16 1.98 1.63 3/374 9016
/proc/meminfo: memFree=22592096/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=19728 CPUtime=51.1 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 3468 0 0 0 5110 0 0 0 25 0 1 0 775126016 20201472 3285 33554432000 4194304 4300876 140733647663184 18446744073709551615 4276150 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 4932 3285 171 27 0 3381 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19728

[startup+102.313 s]
/proc/loadavg: 2.07 1.98 1.65 3/374 9017
/proc/meminfo: memFree=22574464/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=34832 CPUtime=102.31 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 6194 0 0 0 10230 1 0 0 25 0 1 0 775126016 35667968 6011 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 8708 6011 171 27 0 7157 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 34832

[startup+162.301 s]
/proc/loadavg: 2.06 1.99 1.67 3/374 9019
/proc/meminfo: memFree=22556464/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=49036 CPUtime=162.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 9237 0 0 0 16229 1 0 0 25 0 1 0 775126016 50212864 9054 33554432000 4194304 4300876 140733647663184 18446744073709551615 4288362 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 12259 9054 171 27 0 10708 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 49036

[startup+222.301 s]
/proc/loadavg: 2.02 1.99 1.69 3/374 9020
/proc/meminfo: memFree=22539196/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=68680 CPUtime=222.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 12053 0 0 0 22228 2 0 0 25 0 1 0 775126016 70328320 11870 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 17170 11870 171 27 0 15619 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 68680

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.70 3/374 9022
/proc/meminfo: memFree=22521064/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=68680 CPUtime=282.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 15225 0 0 0 28228 2 0 0 25 0 1 0 775126016 70328320 15042 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199209 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 17170 15042 171 27 0 15619 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 68680

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.72 3/374 9024
/proc/meminfo: memFree=22502692/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=100368 CPUtime=342.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 18156 0 0 0 34228 2 0 0 25 0 1 0 775126016 102776832 17973 33554432000 4194304 4300876 140733647663184 18446744073709551615 4264525 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 25092 17973 171 27 0 23541 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100368

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.74 3/374 9025
/proc/meminfo: memFree=22484932/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=100368 CPUtime=402.31 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 21069 0 0 0 40228 3 0 0 25 0 1 0 775126016 102776832 20886 33554432000 4194304 4300876 140733647663184 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 25092 20886 171 27 0 23541 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 100368

[startup+462.301 s]
/proc/loadavg: 2.05 2.01 1.75 3/374 9027
/proc/meminfo: memFree=22466560/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=144568 CPUtime=462.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 24107 0 0 0 46227 3 0 0 25 0 1 0 775126016 148037632 23924 33554432000 4194304 4300876 140733647663184 18446744073709551615 4289316 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 36142 23924 171 27 0 34591 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 144568

[startup+522.301 s]
/proc/loadavg: 2.54 2.18 1.83 3/374 14966
/proc/meminfo: memFree=22449312/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=144568 CPUtime=522.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 26784 0 0 0 52226 4 0 0 25 0 1 0 775126016 148037632 26601 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199435 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 36142 26601 171 27 0 34591 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 144568

[startup+582.301 s]
/proc/loadavg: 2.20 2.14 1.83 3/374 14968
/proc/meminfo: memFree=22431940/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=144568 CPUtime=582.3 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 29886 0 0 0 58226 4 0 0 25 0 1 0 775126016 148037632 29703 33554432000 4194304 4300876 140733647663184 18446744073709551615 4286143 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 36142 29703 171 27 0 34591 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 144568

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 15073
/proc/meminfo: memFree=21483504/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4062.43 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 186919 0 0 0 406208 35 0 0 25 0 1 0 775126016 1075265536 186736 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 186736 171 27 0 260965 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 1050064

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 15074
/proc/meminfo: memFree=21467984/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4122.42 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 189492 0 0 0 412207 35 0 0 25 0 1 0 775126016 1075265536 189309 33554432000 4194304 4300876 140733647663184 18446744073709551615 4234743 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 189309 171 27 0 260965 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1050064

[startup+4182.3 s]
/proc/loadavg: 1.85 1.97 1.97 2/368 15094
/proc/meminfo: memFree=21928928/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4182.42 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 192039 0 0 0 418207 35 0 0 25 0 1 0 775126016 1075265536 191856 33554432000 4194304 4300876 140733647663184 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 191856 171 27 0 260965 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 1050064

[startup+4242.3 s]
/proc/loadavg: 1.47 1.82 1.92 2/368 15096
/proc/meminfo: memFree=21919388/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4242.42 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 194496 0 0 0 424206 36 0 0 25 0 1 0 775126016 1075265536 194313 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 194313 171 27 0 260965 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1050064

[startup+4302.3 s]
/proc/loadavg: 1.24 1.69 1.86 2/368 15097
/proc/meminfo: memFree=21910188/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4302.42 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 196828 0 0 0 430206 36 0 0 25 0 1 0 775126016 1075265536 196645 33554432000 4194304 4300876 140733647663184 18446744073709551615 4225132 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 196645 171 27 0 260965 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1050064

[startup+4362.3 s]
/proc/loadavg: 1.09 1.56 1.80 2/368 15099
/proc/meminfo: memFree=21901976/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4362.43 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 198933 0 0 0 436206 37 0 0 25 0 1 0 775126016 1075265536 198750 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199200 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 198750 171 27 0 260965 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1050064

[startup+4422.3 s]
/proc/loadavg: 1.03 1.45 1.75 2/368 15100
/proc/meminfo: memFree=21889908/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4422.42 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 201913 0 0 0 442205 37 0 0 25 0 1 0 775126016 1075265536 201730 33554432000 4194304 4300876 140733647663184 18446744073709551615 4264680 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 201730 171 27 0 260965 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 1050064

[startup+4482.3 s]
/proc/loadavg: 1.01 1.37 1.70 2/368 15102
/proc/meminfo: memFree=21879356/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4482.43 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 204617 0 0 0 448205 38 0 0 25 0 1 0 775126016 1075265536 204434 33554432000 4194304 4300876 140733647663184 18446744073709551615 4268481 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 204434 171 27 0 260965 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1050064

[startup+4542.3 s]
/proc/loadavg: 1.00 1.30 1.66 2/368 15104
/proc/meminfo: memFree=21868548/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1050064 CPUtime=4542.43 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 207316 0 0 0 454205 38 0 0 25 0 1 0 775126016 1075265536 207133 33554432000 4194304 4300876 140733647663184 18446744073709551615 4197155 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 262516 207133 171 27 0 260965 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1050064

[startup+4602.3 s]
/proc/loadavg: 1.00 1.24 1.61 2/368 15105
/proc/meminfo: memFree=21857492/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=4602.44 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 210073 0 0 0 460206 38 0 0 25 0 1 0 775126016 1111576576 209890 33554432000 4194304 4300876 140733647663184 18446744073709551615 4276291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 209890 171 27 0 269830 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 1085524

[startup+4662.3 s]
/proc/loadavg: 1.00 1.20 1.57 2/368 15107
/proc/meminfo: memFree=21846316/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=4662.43 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 212868 0 0 0 466204 39 0 0 25 0 1 0 775126016 1111576576 212685 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 212685 171 27 0 269830 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 1085524

[startup+4722.31 s]
/proc/loadavg: 1.00 1.16 1.53 2/368 15108
/proc/meminfo: memFree=21835628/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=4722.45 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 215532 0 0 0 472205 40 0 0 25 0 1 0 775126016 1111576576 215349 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214603 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 215349 171 27 0 269830 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 1085524

[startup+4782.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/368 15110
/proc/meminfo: memFree=21825448/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=4782.44 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 218144 0 0 0 478204 40 0 0 25 0 1 0 775126016 1111576576 217961 33554432000 4194304 4300876 140733647663184 18446744073709551615 4276286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 217961 171 27 0 269830 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1085524

[startup+4842.3 s]
/proc/loadavg: 1.04 1.11 1.47 2/368 15112
/proc/meminfo: memFree=21814880/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=4842.44 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 220756 0 0 0 484203 41 0 0 25 0 1 0 775126016 1111576576 220573 33554432000 4194304 4300876 140733647663184 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 220573 171 27 0 269830 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 1085524

[startup+4902.3 s]
/proc/loadavg: 1.01 1.09 1.43 2/368 15113
/proc/meminfo: memFree=21804952/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=4902.44 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 223262 0 0 0 490203 41 0 0 25 0 1 0 775126016 1111576576 223079 33554432000 4194304 4300876 140733647663184 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 223079 171 27 0 269830 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1085524

[startup+4962.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/368 15115
/proc/meminfo: memFree=21795260/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=4962.44 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 225724 0 0 0 496202 42 0 0 25 0 1 0 775126016 1111576576 225541 33554432000 4194304 4300876 140733647663184 18446744073709551615 4288182 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 225541 171 27 0 269830 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1085524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.06 1.39 2/368 15116
/proc/meminfo: memFree=21789300/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=5000.05 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 227160 0 0 0 499963 42 0 0 25 0 1 0 775126016 1111576576 226977 33554432000 4194304 4300876 140733647663184 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 226977 171 27 0 269830 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1085524

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.06 1.39 2/368 15116
/proc/meminfo: memFree=21789300/32951124 swapFree=37160472/67111528
[pid=9013] ppid=9011 vsize=1085524 CPUtime=5000.05 cores=1,3,5,7
/proc/9013/stat : 9013 (march_rw) R 9011 9013 7255 0 -1 4202496 227160 0 0 0 499963 42 0 0 25 0 1 0 775126016 1111576576 226977 33554432000 4194304 4300876 140733647663184 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9013/statm: 271381 226977 171 27 0 269830 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1085524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.64
CPU system time (s): 0.45593
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1085524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.64
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2503

runsolver used 16.3345 second user time and 38.2692 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-29 04:14:16
IDJOB=3420569
IDBENCH=82821
IDSOLVER=1913
FILE ID=node104/3420569-1306635256
RUNJOBID= node104-1306634426-8433
PBS_JOBID= 13471582
Free space on /tmp= 73416 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S110935064-075.SATISFIABLE.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420569-1306635256/watcher-3420569-1306635256 -o /tmp/evaluation-result-3420569-1306635256/solver-3420569-1306635256 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420569-1306635256.cnf

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

MD5SUM BENCH= b179d65395dd8ffd730bf106fb19b537
RANDOM SEED=1599304556

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22611652 kB
Buffers:        361156 kB
Cached:        7806300 kB
SwapCached:     152248 kB
Active:        3524752 kB
Inactive:      6506436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22611652 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:             300 kB
Writeback:          12 kB
AnonPages:     1724196 kB
Mapped:          11228 kB
Slab:           154956 kB
PageTables:      89036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87818220 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= 73416 MiB
End job on node104 at 2011-05-29 05:37:38