Trace number 3420791

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 4999.95

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1261029273-036.SATISFIABLE.cnf
MD5SUMad12e37a0f3b75f1b331fdb5e803c99f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
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, 8 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 647 free variables and 2761 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 187 duplicate clauses
0.00/0.01	c resolvent_look() :: found 109 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 2870 / 650 ) = 4.42
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: 141
0.00/0.04	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: 1026
0.09/0.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 |****************************************************************| ( 2/999) NodeCount: 11942
1.80/1.84	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 104531
18.09/18.16	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 667980
129.19/129.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3227132
686.43/686.49	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 12106456
2799.19/2799.10	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
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-3420791-1306640789/watcher-3420791-1306640789 -o /tmp/evaluation-result-3420791-1306640789/solver-3420791-1306640789 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420791-1306640789.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 2/443 16533
/proc/meminfo: memFree=15718380/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=6896 CPUtime=0 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 318 0 0 0 0 0 0 0 25 0 1 0 854309584 7061504 261 33554432000 4194304 4300876 140736599343792 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 1724 261 136 27 0 173 0

[startup+0.0843009 s]
/proc/loadavg: 2.03 2.03 2.00 2/443 16533
/proc/meminfo: memFree=15718380/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=7824 CPUtime=0.08 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 523 0 0 0 8 0 0 0 25 0 1 0 854309584 8011776 466 33554432000 4194304 4300876 140736599343792 18446744073709551615 4225119 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 1956 466 168 27 0 405 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7824

[startup+0.100294 s]
/proc/loadavg: 2.03 2.03 2.00 2/443 16533
/proc/meminfo: memFree=15718380/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=7824 CPUtime=0.09 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 525 0 0 0 9 0 0 0 25 0 1 0 854309584 8011776 468 33554432000 4194304 4300876 140736599343792 18446744073709551615 4265308 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 1956 468 168 27 0 405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7824

[startup+0.300251 s]
/proc/loadavg: 2.03 2.03 2.00 2/443 16533
/proc/meminfo: memFree=15718380/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=7960 CPUtime=0.29 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 551 0 0 0 29 0 0 0 25 0 1 0 854309584 8151040 494 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 1990 494 168 27 0 439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7960

[startup+0.700173 s]
/proc/loadavg: 2.03 2.03 2.00 2/443 16533
/proc/meminfo: memFree=15718380/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=8096 CPUtime=0.69 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 595 0 0 0 69 0 0 0 25 0 1 0 854309584 8290304 538 33554432000 4194304 4300876 140736599343792 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 2024 538 168 27 0 473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8096

[startup+1.50102 s]
/proc/loadavg: 2.03 2.03 2.00 3/444 16534
/proc/meminfo: memFree=15716416/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=8264 CPUtime=1.5 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 627 0 0 0 150 0 0 0 25 0 1 0 854309584 8462336 570 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 2066 570 169 27 0 515 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8264

[startup+3.10072 s]
/proc/loadavg: 2.03 2.03 2.00 3/444 16534
/proc/meminfo: memFree=15715052/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=8828 CPUtime=3.1 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 702 0 0 0 310 0 0 0 25 0 1 0 854309584 9039872 645 33554432000 4194304 4300876 140736599343792 18446744073709551615 4214530 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 2207 645 169 27 0 656 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8828

[startup+6.30112 s]
/proc/loadavg: 2.03 2.03 2.00 3/444 16534
/proc/meminfo: memFree=15714140/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=9168 CPUtime=6.3 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 846 0 0 0 630 0 0 0 25 0 1 0 854309584 9388032 789 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 2292 789 169 27 0 741 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9168

[startup+12.7009 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 16534
/proc/meminfo: memFree=15711512/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=10732 CPUtime=12.69 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 1141 0 0 0 1269 0 0 0 25 0 1 0 854309584 10989568 1084 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 2683 1084 169 27 0 1132 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10732

[startup+25.5005 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 16535
/proc/meminfo: memFree=15707936/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=14476 CPUtime=25.49 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 1635 0 0 0 2549 0 0 0 25 0 1 0 854309584 14823424 1578 33554432000 4194304 4300876 140736599343792 18446744073709551615 4214471 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 3619 1578 169 27 0 2068 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14476

[startup+51.1007 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 16535
/proc/meminfo: memFree=15702228/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=18220 CPUtime=51.09 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 2625 0 0 0 5109 0 0 0 25 0 1 0 854309584 18657280 2568 33554432000 4194304 4300876 140736599343792 18446744073709551615 4281177 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 4555 2568 169 27 0 3004 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18220

[startup+102.316 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 16537
/proc/meminfo: memFree=15688436/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=30364 CPUtime=102.31 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 4533 0 0 0 10231 0 0 0 25 0 1 0 854309584 31092736 4476 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 7591 4476 169 27 0 6040 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30364

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 16538
/proc/meminfo: memFree=15672788/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=39096 CPUtime=162.3 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 6677 0 0 0 16229 1 0 0 25 0 1 0 854309584 40034304 6620 33554432000 4194304 4300876 140736599343792 18446744073709551615 4282867 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 9774 6620 169 27 0 8223 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 39096

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16540
/proc/meminfo: memFree=15658132/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=56816 CPUtime=222.3 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 8819 0 0 0 22229 1 0 0 25 0 1 0 854309584 58179584 8762 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217560 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 14204 8762 169 27 0 12653 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 56816

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16542
/proc/meminfo: memFree=15643340/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=56948 CPUtime=282.3 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 11018 0 0 0 28229 1 0 0 25 0 1 0 854309584 58314752 10961 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 14237 10961 169 27 0 12686 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 56948

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16543
/proc/meminfo: memFree=15628168/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=85840 CPUtime=342.3 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 13174 0 0 0 34228 2 0 0 25 0 1 0 854309584 87900160 13117 33554432000 4194304 4300876 140736599343792 18446744073709551615 4250930 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 21460 13117 169 27 0 19909 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 85840

[startup+402.301 s]
/proc/loadavg: 2.16 2.03 2.01 3/444 16545
/proc/meminfo: memFree=15613004/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=85840 CPUtime=402.31 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 15307 0 0 0 40228 3 0 0 25 0 1 0 854309584 87900160 15250 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 21460 15250 169 27 0 19909 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 85840

[startup+462.3 s]
/proc/loadavg: 2.22 2.07 2.02 3/444 16546
/proc/meminfo: memFree=15597836/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=85840 CPUtime=462.31 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 17413 0 0 0 46228 3 0 0 25 0 1 0 854309584 87900160 17356 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 21460 17356 169 27 0 19909 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 85840

[startup+522.301 s]
/proc/loadavg: 2.12 2.07 2.02 3/444 16548
/proc/meminfo: memFree=15584148/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=115308 CPUtime=522.31 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 19453 0 0 0 52228 3 0 0 25 0 1 0 854309584 118075392 19396 33554432000 4194304 4300876 140736599343792 18446744073709551615 4225479 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 28827 19396 169 27 0 27276 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 115308

[startup+582.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/444 16550
/proc/meminfo: memFree=15569232/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=115308 CPUtime=582.31 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 21489 0 0 0 58227 4 0 0 25 0 1 0 854309584 118075392 21432 33554432000 4194304 4300876 140736599343792 18446744073709551615 4228273 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 28827 21432 169 27 0 27276 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 115308

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 16654
/proc/meminfo: memFree=14759092/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4062.45 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 133657 0 0 0 406223 22 0 0 25 0 1 0 854309584 618680320 133600 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217517 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 133600 169 27 0 149494 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 604180

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16656
/proc/meminfo: memFree=14746048/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4122.44 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 135690 0 0 0 412222 22 0 0 25 0 1 0 854309584 618680320 135633 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217649 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 135633 169 27 0 149494 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 604180

[startup+4182.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/444 16658
/proc/meminfo: memFree=14731392/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4182.44 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 137648 0 0 0 418221 23 0 0 25 0 1 0 854309584 618680320 137591 33554432000 4194304 4300876 140736599343792 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 137591 169 27 0 149494 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 604180

[startup+4242.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/444 16659
/proc/meminfo: memFree=14717832/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4242.44 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 139564 0 0 0 424221 23 0 0 25 0 1 0 854309584 618680320 139507 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217635 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 139507 169 27 0 149494 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 604180

[startup+4302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 16661
/proc/meminfo: memFree=14703528/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4302.44 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 141452 0 0 0 430221 23 0 0 25 0 1 0 854309584 618680320 141395 33554432000 4194304 4300876 140736599343792 18446744073709551615 4214565 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 141395 169 27 0 149494 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 604180

[startup+4362.3 s]
/proc/loadavg: 1.66 1.94 1.97 2/438 16680
/proc/meminfo: memFree=15222036/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4362.45 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 143436 0 0 0 436221 24 0 0 25 0 1 0 854309584 618680320 143379 33554432000 4194304 4300876 140736599343792 18446744073709551615 4250933 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 143379 169 27 0 149494 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 604180

[startup+4422.3 s]
/proc/loadavg: 1.22 1.75 1.90 2/438 16682
/proc/meminfo: memFree=15214564/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4422.45 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 145293 0 0 0 442221 24 0 0 25 0 1 0 854309584 618680320 145236 33554432000 4194304 4300876 140736599343792 18446744073709551615 4261207 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 145236 169 27 0 149494 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 604180

[startup+4482.3 s]
/proc/loadavg: 1.09 1.62 1.85 2/438 16693
/proc/meminfo: memFree=15205940/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=604180 CPUtime=4482.45 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 147332 0 0 0 448221 24 0 0 25 0 1 0 854309584 618680320 147275 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 151045 147275 169 27 0 149494 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 604180

[startup+4542.3 s]
/proc/loadavg: 1.03 1.50 1.79 2/438 16694
/proc/meminfo: memFree=15198168/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=827944 CPUtime=4542.46 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 149358 0 0 0 454221 25 0 0 25 0 1 0 854309584 847814656 149301 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 206986 149301 169 27 0 205435 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 827944

[startup+4602.3 s]
/proc/loadavg: 1.01 1.40 1.74 2/438 16696
/proc/meminfo: memFree=15189444/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=827944 CPUtime=4602.46 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 151278 0 0 0 460221 25 0 0 25 0 1 0 854309584 847814656 151221 33554432000 4194304 4300876 140736599343792 18446744073709551615 4248670 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 206986 151221 169 27 0 205435 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 827944

[startup+4662.3 s]
/proc/loadavg: 1.00 1.33 1.69 2/438 16697
/proc/meminfo: memFree=15182104/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=827944 CPUtime=4662.45 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 153182 0 0 0 466220 25 0 0 25 0 1 0 854309584 847814656 153125 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217667 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 206986 153125 169 27 0 205435 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 827944

[startup+4722.31 s]
/proc/loadavg: 1.04 1.28 1.65 2/438 16699
/proc/meminfo: memFree=15175004/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=827944 CPUtime=4722.48 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 155165 0 0 0 472222 26 0 0 25 0 1 0 854309584 847814656 155108 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200252 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 206986 155108 169 27 0 205435 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 827944

[startup+4782.3 s]
/proc/loadavg: 1.05 1.24 1.61 2/438 16701
/proc/meminfo: memFree=15167388/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=975924 CPUtime=4782.46 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 157085 0 0 0 478220 26 0 0 25 0 1 0 854309584 999346176 157028 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 243981 157028 169 27 0 242430 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 975924

[startup+4842.3 s]
/proc/loadavg: 1.02 1.20 1.57 2/438 16702
/proc/meminfo: memFree=15159436/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=975924 CPUtime=4842.47 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 159030 0 0 0 484220 27 0 0 25 0 1 0 854309584 999346176 158973 33554432000 4194304 4300876 140736599343792 18446744073709551615 4217828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 243981 158973 169 27 0 242430 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 975924

[startup+4902.3 s]
/proc/loadavg: 1.00 1.16 1.53 2/438 16704
/proc/meminfo: memFree=15152440/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=975924 CPUtime=4902.47 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 160886 0 0 0 490220 27 0 0 25 0 1 0 854309584 999346176 160829 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 243981 160829 169 27 0 242430 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 975924

[startup+4962.3 s]
/proc/loadavg: 1.06 1.14 1.50 2/438 16705
/proc/meminfo: memFree=15144964/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=975924 CPUtime=4962.47 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 162745 0 0 0 496219 28 0 0 25 0 1 0 854309584 999346176 162688 33554432000 4194304 4300876 140736599343792 18446744073709551615 231895186917 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 243981 162688 169 27 0 242430 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 975924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.03 1.12 1.48 2/438 16706
/proc/meminfo: memFree=15140108/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=975924 CPUtime=5000.08 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 163968 0 0 0 499980 28 0 0 25 0 1 0 854309584 999346176 163911 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 243981 163911 169 27 0 242430 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 975924

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

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

[startup+4999.9 s]
/proc/loadavg: 1.03 1.12 1.48 2/438 16706
/proc/meminfo: memFree=15140108/32950928 swapFree=60044444/67111528
[pid=16533] ppid=16531 vsize=975924 CPUtime=5000.08 cores=1,3,5,7
/proc/16533/stat : 16533 (march_rw) R 16531 16533 8543 0 -1 4202496 163968 0 0 0 499980 28 0 0 25 0 1 0 854309584 999346176 163911 33554432000 4194304 4300876 140736599343792 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16533/statm: 243981 163911 169 27 0 242430 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 975924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.12
CPU user time (s): 4999.81
CPU system time (s): 0.315951
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 975924

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

runsolver used 19.511 second user time and 47.9047 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 05:46:29
IDJOB=3420791
IDBENCH=83043
IDSOLVER=1913
FILE ID=node114/3420791-1306640789
RUNJOBID= node114-1306640120-16196
PBS_JOBID= 13471628
Free space on /tmp= 73216 MiB

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

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

MD5SUM BENCH= ad12e37a0f3b75f1b331fdb5e803c99f
RANDOM SEED=1073254453

node114.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.848
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:      15718536 kB
Buffers:        271608 kB
Cached:        6736184 kB
SwapCached:      48932 kB
Active:        5116700 kB
Inactive:     11844148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15718536 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:              76 kB
Writeback:          56 kB
AnonPages:     9910948 kB
Mapped:          28736 kB
Slab:           140140 kB
PageTables:      62340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108271060 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= 73216 MiB
End job on node114 at 2011-05-29 07:09:51