Trace number 3420704

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.12 5000.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S510739670-068.UNKNOWN.cnf
MD5SUM12dd7af6f21831da932d15cd8d1054f3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 650 variables and 2769 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 21 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 647 free variables and 2748 clauses.
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 180 duplicate clauses
0.00/0.01	c resolvent_look() :: found 97 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 2845 / 650 ) = 4.38
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 647
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 219
0.00/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: 998
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: 9937
1.49/1.57	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 81411
14.09/14.19	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 492815
94.69/94.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2259385
477.10/477.15	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 8058914
1847.14/1847.19	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
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-3420704-1306638811/watcher-3420704-1306638811 -o /tmp/evaluation-result-3420704-1306638811/solver-3420704-1306638811 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420704-1306638811.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.08 1.03 1.19 2/446 11319
/proc/meminfo: memFree=30858544/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=6896 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 317 0 0 0 0 0 0 0 25 0 1 0 775479867 7061504 261 33554432000 4194304 4300876 140735332472672 18446744073709551615 235594527429 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 1724 261 136 27 0 173 0

[startup+0.0996971 s]
/proc/loadavg: 1.08 1.03 1.19 2/446 11319
/proc/meminfo: memFree=30858544/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=7824 CPUtime=0.09 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 521 0 0 0 9 0 0 0 25 0 1 0 775479867 8011776 465 33554432000 4194304 4300876 140735332472672 18446744073709551615 235594532376 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 1956 465 168 27 0 405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7824

[startup+0.100696 s]
/proc/loadavg: 1.08 1.03 1.19 2/446 11319
/proc/meminfo: memFree=30858544/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=7824 CPUtime=0.09 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 521 0 0 0 9 0 0 0 25 0 1 0 775479867 8011776 465 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217379 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 1956 465 168 27 0 405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7824

[startup+0.300631 s]
/proc/loadavg: 1.08 1.03 1.19 2/446 11319
/proc/meminfo: memFree=30858544/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=7964 CPUtime=0.29 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 548 0 0 0 29 0 0 0 25 0 1 0 775479867 8155136 492 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217608 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 1991 492 168 27 0 440 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7964

[startup+0.700562 s]
/proc/loadavg: 1.08 1.03 1.19 2/446 11319
/proc/meminfo: memFree=30858544/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=8100 CPUtime=0.69 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 587 0 0 0 69 0 0 0 25 0 1 0 775479867 8294400 531 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217421 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 2025 531 168 27 0 474 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8100

[startup+1.50036 s]
/proc/loadavg: 1.08 1.03 1.19 3/447 11320
/proc/meminfo: memFree=30855072/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=8268 CPUtime=1.49 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 617 0 0 0 149 0 0 0 25 0 1 0 775479867 8466432 561 33554432000 4194304 4300876 140735332472672 18446744073709551615 4228624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 2067 561 169 27 0 516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8268

[startup+3.10008 s]
/proc/loadavg: 1.08 1.03 1.19 3/447 11320
/proc/meminfo: memFree=30853884/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=8828 CPUtime=3.09 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 693 0 0 0 309 0 0 0 25 0 1 0 775479867 9039872 637 33554432000 4194304 4300876 140735332472672 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 2207 637 169 27 0 656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8828

[startup+6.30058 s]
/proc/loadavg: 1.15 1.05 1.19 3/447 11320
/proc/meminfo: memFree=30852424/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=9316 CPUtime=6.29 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 844 0 0 0 629 0 0 0 25 0 1 0 775479867 9539584 788 33554432000 4194304 4300876 140735332472672 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 2329 788 169 27 0 778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9316

[startup+12.7005 s]
/proc/loadavg: 1.22 1.06 1.19 3/447 11320
/proc/meminfo: memFree=30848732/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=10740 CPUtime=12.69 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 1086 0 0 0 1269 0 0 0 25 0 1 0 775479867 10997760 1030 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200316 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 2685 1030 169 27 0 1134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10740

[startup+25.5002 s]
/proc/loadavg: 1.39 1.11 1.21 3/447 11321
/proc/meminfo: memFree=30843928/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=12188 CPUtime=25.49 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 1587 0 0 0 2549 0 0 0 25 0 1 0 775479867 12480512 1531 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217743 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 3047 1531 169 27 0 1496 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12188

[startup+51.1007 s]
/proc/loadavg: 1.60 1.18 1.23 3/447 11321
/proc/meminfo: memFree=30835204/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=17092 CPUtime=51.09 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 2551 0 0 0 5109 0 0 0 25 0 1 0 775479867 17502208 2495 33554432000 4194304 4300876 140735332472672 18446744073709551615 4265563 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 4273 2495 169 27 0 2722 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17092

[startup+102.316 s]
/proc/loadavg: 1.82 1.30 1.27 3/447 11323
/proc/meminfo: memFree=30818676/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=30468 CPUtime=102.31 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 4358 0 0 0 10231 0 0 0 25 0 1 0 775479867 31199232 4302 33554432000 4194304 4300876 140735332472672 18446744073709551615 4265485 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 7617 4302 169 27 0 6066 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30468

[startup+162.301 s]
/proc/loadavg: 1.93 1.43 1.31 3/447 11324
/proc/meminfo: memFree=30798304/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=39200 CPUtime=162.29 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 6519 0 0 0 16229 0 0 0 25 0 1 0 775479867 40140800 6463 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 9800 6463 169 27 0 8249 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 39200

[startup+222.301 s]
/proc/loadavg: 2.11 1.56 1.36 3/447 11326
/proc/meminfo: memFree=30779896/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=57028 CPUtime=222.29 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 8583 0 0 0 22228 1 0 0 25 0 1 0 775479867 58396672 8527 33554432000 4194304 4300876 140735332472672 18446744073709551615 235598326854 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 14257 8527 169 27 0 12706 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 57028

[startup+282.301 s]
/proc/loadavg: 2.04 1.64 1.39 3/447 11328
/proc/meminfo: memFree=30763848/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=57028 CPUtime=282.29 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 10681 0 0 0 28228 1 0 0 25 0 1 0 775479867 58396672 10625 33554432000 4194304 4300876 140735332472672 18446744073709551615 4289083 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 14257 10625 169 27 0 12706 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 57028

[startup+342.3 s]
/proc/loadavg: 2.01 1.70 1.43 3/447 11329
/proc/meminfo: memFree=30745560/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=76804 CPUtime=342.3 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 12707 0 0 0 34228 2 0 0 25 0 1 0 775479867 78647296 12651 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 19201 12651 169 27 0 17650 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 76804

[startup+402.301 s]
/proc/loadavg: 2.06 1.77 1.47 3/447 11331
/proc/meminfo: memFree=30728268/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=86260 CPUtime=402.3 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 14712 0 0 0 40228 2 0 0 25 0 1 0 775479867 88330240 14656 33554432000 4194304 4300876 140735332472672 18446744073709551615 4228227 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 21565 14656 169 27 0 20014 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 86260

[startup+462.3 s]
/proc/loadavg: 2.07 1.82 1.50 3/447 11332
/proc/meminfo: memFree=30712004/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=86260 CPUtime=462.3 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 16574 0 0 0 46228 2 0 0 25 0 1 0 775479867 88330240 16518 33554432000 4194304 4300876 140735332472672 18446744073709551615 4284044 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 21565 16518 169 27 0 20014 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 86260

[startup+522.301 s]
/proc/loadavg: 2.02 1.85 1.53 3/447 11334
/proc/meminfo: memFree=30694852/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=86260 CPUtime=522.3 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 18549 0 0 0 52228 2 0 0 25 0 1 0 775479867 88330240 18493 33554432000 4194304 4300876 140735332472672 18446744073709551615 4214499 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 21565 18493 169 27 0 20014 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 86260

[startup+582.3 s]
/proc/loadavg: 2.01 1.88 1.56 3/447 11336
/proc/meminfo: memFree=30676564/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=115728 CPUtime=582.3 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 20639 0 0 0 58227 3 0 0 25 0 1 0 775479867 118505472 20583 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200357 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 28932 20583 169 27 0 27381 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 115728

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/447 11439
/proc/meminfo: memFree=29786060/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4002.34 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 127209 0 0 0 400208 26 0 0 25 0 1 0 775479867 622116864 127153 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200351 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 127153 169 27 0 150333 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 607536

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.98 3/447 11440
/proc/meminfo: memFree=29771632/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4062.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 129033 0 0 0 406209 27 0 0 25 0 1 0 775479867 622116864 128977 33554432000 4194304 4300876 140735332472672 18446744073709551615 4264203 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 128977 169 27 0 150333 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 607536

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/447 11442
/proc/meminfo: memFree=29757088/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4122.35 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 130780 0 0 0 412207 28 0 0 25 0 1 0 775479867 622116864 130724 33554432000 4194304 4300876 140735332472672 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 130724 169 27 0 150333 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 607536

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/447 11444
/proc/meminfo: memFree=29743416/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4182.35 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 132412 0 0 0 418207 28 0 0 25 0 1 0 775479867 622116864 132356 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 132356 169 27 0 150333 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 607536

[startup+4242.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/447 11445
/proc/meminfo: memFree=29729608/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4242.35 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 134204 0 0 0 424207 28 0 0 25 0 1 0 775479867 622116864 134148 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 134148 169 27 0 150333 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 607536

[startup+4302.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/447 11447
/proc/meminfo: memFree=29715304/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4302.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 135985 0 0 0 430207 29 0 0 25 0 1 0 775479867 622116864 135929 33554432000 4194304 4300876 140735332472672 18446744073709551615 4283023 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 135929 169 27 0 150333 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 607536

[startup+4362.3 s]
/proc/loadavg: 2.15 2.03 2.00 3/447 11448
/proc/meminfo: memFree=29700896/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4362.35 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 137754 0 0 0 436206 29 0 0 25 0 1 0 775479867 622116864 137698 33554432000 4194304 4300876 140735332472672 18446744073709551615 4265312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 137698 169 27 0 150333 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 607536

[startup+4422.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/447 11450
/proc/meminfo: memFree=29685604/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4422.35 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 139536 0 0 0 442206 29 0 0 25 0 1 0 775479867 622116864 139480 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 139480 169 27 0 150333 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 607536

[startup+4482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 11452
/proc/meminfo: memFree=29670448/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4482.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 141269 0 0 0 448206 30 0 0 25 0 1 0 775479867 622116864 141213 33554432000 4194304 4300876 140735332472672 18446744073709551615 4228504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 141213 169 27 0 150333 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 607536

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 11453
/proc/meminfo: memFree=29656024/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=607536 CPUtime=4542.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 142918 0 0 0 454206 30 0 0 25 0 1 0 775479867 622116864 142862 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217479 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 151884 142862 169 27 0 150333 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 607536

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 11455
/proc/meminfo: memFree=29640360/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=4602.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 144714 0 0 0 460206 30 0 0 25 0 1 0 775479867 851251200 144658 33554432000 4194304 4300876 140735332472672 18446744073709551615 4228246 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 144658 169 27 0 206274 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 831300

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 11456
/proc/meminfo: memFree=29624452/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=4662.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 146468 0 0 0 466206 30 0 0 25 0 1 0 775479867 851251200 146412 33554432000 4194304 4300876 140735332472672 18446744073709551615 4228157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 146412 169 27 0 206274 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 831300

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 11458
/proc/meminfo: memFree=29611036/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=4722.38 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 148130 0 0 0 472207 31 0 0 25 0 1 0 775479867 851251200 148074 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200323 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 148074 169 27 0 206274 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 831300

[startup+4782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/447 11460
/proc/meminfo: memFree=29597832/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=4782.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 149955 0 0 0 478205 31 0 0 25 0 1 0 775479867 851251200 149899 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217692 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 149899 169 27 0 206274 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 831300

[startup+4842.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/447 11461
/proc/meminfo: memFree=29581936/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=4842.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 151745 0 0 0 484205 31 0 0 25 0 1 0 775479867 851251200 151689 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200267 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 151689 169 27 0 206274 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 831300

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 11463
/proc/meminfo: memFree=29568888/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=4902.37 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 153547 0 0 0 490205 32 0 0 25 0 1 0 775479867 851251200 153491 33554432000 4194304 4300876 140735332472672 18446744073709551615 4200303 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 153491 169 27 0 206274 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 831300

[startup+4962.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 11464
/proc/meminfo: memFree=29555092/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=4962.36 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 155269 0 0 0 496204 32 0 0 25 0 1 0 775479867 851251200 155213 33554432000 4194304 4300876 140735332472672 18446744073709551615 4217564 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 155213 169 27 0 206274 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 831300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.09 2.06 2.01 2/445 11466
/proc/meminfo: memFree=30226676/32950928 swapFree=34365936/67111528
[pid=11319] ppid=11317 vsize=831300 CPUtime=5000.08 cores=1,3,5,7
/proc/11319/stat : 11319 (march_rw) R 11317 11319 3370 0 -1 4202496 156359 0 0 0 499975 33 0 0 25 0 1 0 775479867 851251200 156303 33554432000 4194304 4300876 140735332472672 18446744073709551615 4197934 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 207825 156303 169 27 0 206274 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 831300

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.12
CPU user time (s): 4999.76
CPU system time (s): 0.359945
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 831300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.76
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 7812

runsolver used 21.0988 second user time and 47.1028 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-29 05:13:31
IDJOB=3420704
IDBENCH=82956
IDSOLVER=1913
FILE ID=node120/3420704-1306638811
RUNJOBID= node120-1306638810-11273
PBS_JOBID= 13471610
Free space on /tmp= 73468 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S510739670-068.UNKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420704-1306638811/watcher-3420704-1306638811 -o /tmp/evaluation-result-3420704-1306638811/solver-3420704-1306638811 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420704-1306638811.cnf

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

MD5SUM BENCH= 12dd7af6f21831da932d15cd8d1054f3
RANDOM SEED=1362142710

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30858808 kB
Buffers:        235240 kB
Cached:        1576800 kB
SwapCached:      15024 kB
Active:         387760 kB
Inactive:      1448128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30858808 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:             164 kB
Writeback:          16 kB
AnonPages:       18064 kB
Mapped:           9164 kB
Slab:            97724 kB
PageTables:      91092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105392392 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= 73468 MiB
End job on node120 at 2011-05-29 06:36:53