Trace number 3420822

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.06 4999.85

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1650617512-037.SATISFIABLE.cnf
MD5SUM00e397e3dd3a79476fc090c9f6643f84
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.00/0.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.03	c main()::
0.00/0.03	c initFormula():: searching for DIMACS p-line....
0.00/0.03	c full lookahead due to high density!
0.00/0.03	c initFormula():: the DIMACS p-line indicates a CNF of 150 variables and 3195 clauses.
0.00/0.03	c parseCNF():: parsing....
0.00/0.03	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.03	c runParser():: parsing was successful, warming up engines...
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c preprocessing fase I completed:: there are now 150 free variables and 3195 clauses.
0.00/0.03	c using k-SAT heuristics (size based diff)
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 1 duplicate clauses
0.00/0.03	c resolvent_look() :: found 1 resolvents
0.00/0.03	c main():: clause / variable ratio: ( 3196 / 150 ) = 21.31
0.00/0.03	c longest clause has size 5
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c number of free variables = 150
0.00/0.03	c dynamic_preselect_setsize :: off
0.00/0.03	c main():: all systems go!
0.00/0.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 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: 1047
0.09/0.13	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 12210
1.19/1.21	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 110036
11.69/11.76	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 746303
88.39/88.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3931061
513.61/513.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 16494144
2359.59/2359.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
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-3420822-1306641049/watcher-3420822-1306641049 -o /tmp/evaluation-result-3420822-1306641049/solver-3420822-1306641049 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420822-1306641049.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.72 1.94 1.98 3/436 31949
/proc/meminfo: memFree=15950176/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=6944 CPUtime=0.01 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 317 0 0 0 1 0 0 0 25 0 1 0 756520550 7110656 261 33554432000 4194304 4300876 140736319304736 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 1736 261 143 27 0 185 0

[startup+0.087515 s]
/proc/loadavg: 1.72 1.94 1.98 3/436 31949
/proc/meminfo: memFree=15950176/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=7312 CPUtime=0.08 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 427 0 0 0 8 0 0 0 18 0 1 0 756520550 7487488 365 33554432000 4194304 4300876 140736319304736 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 1828 365 170 27 0 277 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7312

[startup+0.100513 s]
/proc/loadavg: 1.72 1.94 1.98 3/436 31949
/proc/meminfo: memFree=15950176/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=7312 CPUtime=0.09 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 427 0 0 0 9 0 0 0 18 0 1 0 756520550 7487488 365 33554432000 4194304 4300876 140736319304736 18446744073709551615 4275544 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 1828 365 170 27 0 277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7312

[startup+0.300473 s]
/proc/loadavg: 1.72 1.94 1.98 3/436 31949
/proc/meminfo: memFree=15950176/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=7444 CPUtime=0.29 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 432 0 0 0 29 0 0 0 18 0 1 0 756520550 7622656 370 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 1861 370 170 27 0 310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7444

[startup+0.70038 s]
/proc/loadavg: 1.72 1.94 1.98 3/436 31949
/proc/meminfo: memFree=15950176/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=7588 CPUtime=0.69 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 491 0 0 0 69 0 0 0 18 0 1 0 756520550 7770112 427 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 1897 427 170 27 0 346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7588

[startup+1.50023 s]
/proc/loadavg: 1.72 1.94 1.98 4/438 31951
/proc/meminfo: memFree=15947584/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=7840 CPUtime=1.49 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 539 0 0 0 149 0 0 0 19 0 1 0 756520550 8028160 475 33554432000 4194304 4300876 140736319304736 18446744073709551615 4235570 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 1960 475 171 27 0 409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7840

[startup+3.1009 s]
/proc/loadavg: 1.72 1.94 1.98 4/438 31951
/proc/meminfo: memFree=15945972/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=8408 CPUtime=3.1 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 633 0 0 0 310 0 0 0 24 0 1 0 756520550 8609792 569 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 2102 569 171 27 0 551 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8408

[startup+6.30027 s]
/proc/loadavg: 1.74 1.94 1.98 5/437 31977
/proc/meminfo: memFree=15946240/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=8920 CPUtime=6.3 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 819 0 0 0 630 0 0 0 25 0 1 0 756520550 9134080 755 33554432000 4194304 4300876 140736319304736 18446744073709551615 4250870 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 2230 755 171 27 0 679 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8920

[startup+12.701 s]
/proc/loadavg: 1.76 1.94 1.98 3/438 31979
/proc/meminfo: memFree=15942004/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=10836 CPUtime=12.7 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 1150 0 0 0 1270 0 0 0 25 0 1 0 756520550 11096064 1086 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227558 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 2709 1086 171 27 0 1158 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10836

[startup+25.5005 s]
/proc/loadavg: 1.81 1.95 1.98 3/438 31979
/proc/meminfo: memFree=15937552/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=15388 CPUtime=25.5 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 1892 0 0 0 2550 0 0 0 25 0 1 0 756520550 15757312 1828 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227638 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 3847 1828 171 27 0 2296 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 15388

[startup+51.1004 s]
/proc/loadavg: 1.88 1.95 1.98 3/438 31980
/proc/meminfo: memFree=15928596/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=19508 CPUtime=51.09 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 3241 0 0 0 5109 0 0 0 25 0 1 0 756520550 19976192 3177 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 4877 3177 171 27 0 3326 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19508

[startup+102.315 s]
/proc/loadavg: 1.95 1.95 1.98 3/438 31981
/proc/meminfo: memFree=15911960/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=34540 CPUtime=102.31 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 5749 0 0 0 10231 0 0 0 25 0 1 0 756520550 35368960 5685 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 8635 5685 171 27 0 7084 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 34540

[startup+162.3 s]
/proc/loadavg: 1.98 1.96 1.98 3/438 31983
/proc/meminfo: memFree=15890116/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=48596 CPUtime=162.29 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 8717 0 0 0 16229 0 0 0 25 0 1 0 756520550 49762304 8653 33554432000 4194304 4300876 140736319304736 18446744073709551615 4278614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 12149 8653 171 27 0 10598 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 48596

[startup+222.3 s]
/proc/loadavg: 1.99 1.96 1.98 3/438 31984
/proc/meminfo: memFree=15871232/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=68240 CPUtime=222.3 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 11643 0 0 0 22229 1 0 0 25 0 1 0 756520550 69877760 11579 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 17060 11579 171 27 0 15509 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 68240

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/438 31986
/proc/meminfo: memFree=15852608/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=70156 CPUtime=282.3 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 14487 0 0 0 28228 2 0 0 25 0 1 0 756520550 71839744 14423 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199293 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 17539 14423 171 27 0 15988 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70156

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/438 31987
/proc/meminfo: memFree=15834364/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=99624 CPUtime=342.3 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 17240 0 0 0 34228 2 0 0 25 0 1 0 756520550 102014976 17176 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199317 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 24906 17176 171 27 0 23355 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99624

[startup+402.301 s]
/proc/loadavg: 2.06 1.99 1.98 3/438 31989
/proc/meminfo: memFree=15817360/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=99624 CPUtime=402.31 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 19954 0 0 0 40228 3 0 0 25 0 1 0 756520550 102014976 19890 33554432000 4194304 4300876 140736319304736 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31949/statm: 24906 19890 171 27 0 23355 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 99624

[startup+462.301 s]
/proc/loadavg: 2.07 2.00 1.99 3/438 31991
/proc/meminfo: memFree=15801208/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=99624 CPUtime=462.29 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 22534 0 0 0 46226 3 0 0 25 0 1 0 756520550 102014976 22470 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199382 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 24906 22470 171 27 0 23355 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 99624

[startup+522.301 s]
/proc/loadavg: 2.02 2.00 1.99 3/438 31992
/proc/meminfo: memFree=15785444/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=147660 CPUtime=522.29 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 24918 0 0 0 52225 4 0 0 25 0 1 0 756520550 151203840 24854 33554432000 4194304 4300876 140736319304736 18446744073709551615 4288296 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 36915 24854 171 27 0 35364 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 147660

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.99 3/438 31994
/proc/meminfo: memFree=15766816/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=147660 CPUtime=582.3 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 27862 0 0 0 58225 5 0 0 25 0 1 0 756520550 151203840 27798 33554432000 4194304 4300876 140736319304736 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 36915 27798 171 27 0 35364 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 147660

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.03 1.02 1.02 2/432 32114
/proc/meminfo: memFree=15271004/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=740036 CPUtime=4002.45 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 170119 0 0 0 400212 33 0 0 25 0 1 0 756520550 757796864 170055 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 185009 170055 171 27 0 183458 0
Current children cumulated CPU time (s) 4002.45
Current children cumulated vsize (KiB) 740036

[startup+4062.32 s]
/proc/loadavg: 1.01 1.01 1.01 2/432 32116
/proc/meminfo: memFree=15260448/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=740036 CPUtime=4062.47 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 172727 0 0 0 406213 34 0 0 25 0 1 0 756520550 757796864 172663 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199334 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 185009 172663 171 27 0 183458 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 740036

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/432 32117
/proc/meminfo: memFree=15250256/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=740036 CPUtime=4122.46 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 175322 0 0 0 412212 34 0 0 25 0 1 0 756520550 757796864 175258 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199317 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 185009 175258 171 27 0 183458 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 740036

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 32119
/proc/meminfo: memFree=15240696/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4182.46 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 177662 0 0 0 418211 35 0 0 25 0 1 0 756520550 1101500416 177598 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 177598 171 27 0 267370 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 1075684

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 32129
/proc/meminfo: memFree=15229508/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4242.46 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 180252 0 0 0 424211 35 0 0 25 0 1 0 756520550 1101500416 180188 33554432000 4194304 4300876 140736319304736 18446744073709551615 4216355 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 180188 171 27 0 267370 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 1075684

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 32131
/proc/meminfo: memFree=15219700/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4302.47 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 182778 0 0 0 430211 36 0 0 25 0 1 0 756520550 1101500416 182714 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 182714 171 27 0 267370 0
Current children cumulated CPU time (s) 4302.47
Current children cumulated vsize (KiB) 1075684

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 32133
/proc/meminfo: memFree=15210504/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4362.47 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 185116 0 0 0 436211 36 0 0 25 0 1 0 756520550 1101500416 185052 33554432000 4194304 4300876 140736319304736 18446744073709551615 4214471 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 185052 171 27 0 267370 0
Current children cumulated CPU time (s) 4362.47
Current children cumulated vsize (KiB) 1075684

[startup+4422.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/432 32134
/proc/meminfo: memFree=15200440/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4422.47 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 187605 0 0 0 442211 36 0 0 25 0 1 0 756520550 1101500416 187541 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 187541 171 27 0 267370 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 1075684

[startup+4482.3 s]
/proc/loadavg: 1.06 1.03 1.01 2/432 32136
/proc/meminfo: memFree=15191256/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4482.48 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 189938 0 0 0 448211 37 0 0 25 0 1 0 756520550 1101500416 189874 33554432000 4194304 4300876 140736319304736 18446744073709551615 4276274 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 189874 171 27 0 267370 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 1075684

[startup+4542.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/432 32137
/proc/meminfo: memFree=15181700/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4542.48 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 192318 0 0 0 454210 38 0 0 25 0 1 0 756520550 1101500416 192254 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 192254 171 27 0 267370 0
Current children cumulated CPU time (s) 4542.48
Current children cumulated vsize (KiB) 1075684

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/432 32139
/proc/meminfo: memFree=15172504/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4602.49 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 194601 0 0 0 460211 38 0 0 25 0 1 0 756520550 1101500416 194537 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 194537 171 27 0 267370 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 1075684

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/432 32141
/proc/meminfo: memFree=15162680/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4662.49 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 196871 0 0 0 466210 39 0 0 25 0 1 0 756520550 1101500416 196807 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 196807 171 27 0 267370 0
Current children cumulated CPU time (s) 4662.49
Current children cumulated vsize (KiB) 1075684

[startup+4722.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/432 32142
/proc/meminfo: memFree=15154600/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4722.5 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 199082 0 0 0 472211 39 0 0 25 0 1 0 756520550 1101500416 199018 33554432000 4194304 4300876 140736319304736 18446744073709551615 4264455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 199018 171 27 0 267370 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 1075684

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 32144
/proc/meminfo: memFree=15146392/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4782.49 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 201093 0 0 0 478210 39 0 0 25 0 1 0 756520550 1101500416 201029 33554432000 4194304 4300876 140736319304736 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 201029 171 27 0 267370 0
Current children cumulated CPU time (s) 4782.49
Current children cumulated vsize (KiB) 1075684

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 32145
/proc/meminfo: memFree=15138188/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4842.49 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 203166 0 0 0 484209 40 0 0 25 0 1 0 756520550 1101500416 203102 33554432000 4194304 4300876 140736319304736 18446744073709551615 4276291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 203102 171 27 0 267370 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 1075684

[startup+4902.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/432 32147
/proc/meminfo: memFree=15127508/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4902.49 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 205853 0 0 0 490208 41 0 0 25 0 1 0 756520550 1101500416 205789 33554432000 4194304 4300876 140736319304736 18446744073709551615 4235591 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 205789 171 27 0 267370 0
Current children cumulated CPU time (s) 4902.49
Current children cumulated vsize (KiB) 1075684

[startup+4962.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/432 32149
/proc/meminfo: memFree=15117808/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=4962.49 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 208325 0 0 0 496208 41 0 0 25 0 1 0 756520550 1101500416 208261 33554432000 4194304 4300876 140736319304736 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 208261 171 27 0 267370 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 1075684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.05 1.03 1.00 2/432 32150
/proc/meminfo: memFree=15112224/32951124 swapFree=54329440/67111528
[pid=31949] ppid=31947 vsize=1075684 CPUtime=5000.02 cores=1,3,5,7
/proc/31949/stat : 31949 (march_rw) R 31947 31949 31912 0 -1 4202496 209691 0 0 0 499960 42 0 0 25 0 1 0 756520550 1101500416 209627 33554432000 4194304 4300876 140736319304736 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31949/statm: 268921 209627 171 27 0 267370 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1075684

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.85
CPU time (s): 5000.06
CPU user time (s): 4999.6
CPU system time (s): 0.45393
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1075684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.6
system time used= 0.45393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209691
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= 8
involuntary context switches= 8445

runsolver used 18.0603 second user time and 45.6361 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-29 05:50:49
IDJOB=3420822
IDBENCH=83074
IDSOLVER=1913
FILE ID=node143/3420822-1306641049
RUNJOBID= node143-1306641049-31931
PBS_JOBID= 13471641
Free space on /tmp= 73560 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1650617512-037.SATISFIABLE.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420822-1306641049/watcher-3420822-1306641049 -o /tmp/evaluation-result-3420822-1306641049/solver-3420822-1306641049 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420822-1306641049.cnf

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

MD5SUM BENCH= 00e397e3dd3a79476fc090c9f6643f84
RANDOM SEED=1577225066

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15950572 kB
Buffers:        324288 kB
Cached:        5741272 kB
SwapCached:      29864 kB
Active:        7953204 kB
Inactive:      8748536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15950572 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:              68 kB
Writeback:           0 kB
AnonPages:    10605852 kB
Mapped:          30256 kB
Slab:           149640 kB
PageTables:      79472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115665192 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= 73560 MiB
End job on node143 at 2011-05-29 07:14:11