Trace number 3420701

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.14 4999.95

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S893015585-015.SATISFIABLE.cnf
MD5SUM30f9bf8e3b9c70d1ebd1c611372c0c4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.054991
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 700 variables and 2982 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 6 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 699 free variables and 2976 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 168 duplicate clauses
0.00/0.01	c resolvent_look() :: found 89 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 3065 / 700 ) = 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 = 699
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: 142
0.03/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: 1158
0.09/0.18	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 14370
2.29/2.31	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 130542
23.39/23.45	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 857308
170.60/170.64	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4244111
922.94/922.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 16406249
3854.23/3854.18	c |----------------------------------------------------------------|
c |*
c |**
c |***
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-3420701-1306638783/watcher-3420701-1306638783 -o /tmp/evaluation-result-3420701-1306638783/solver-3420701-1306638783 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420701-1306638783.cnf 

running on 4 cores: 0,2,4,6

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.76 1.26 1.12 2/515 8465
/proc/meminfo: memFree=11227020/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=6928 CPUtime=0 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 324 0 0 0 0 0 0 0 25 0 1 0 854109029 7094272 267 33554432000 4194304 4300876 140735140508896 18446744073709551615 256414787028 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 1732 267 136 27 0 181 0

[startup+0.0385649 s]
/proc/loadavg: 1.76 1.26 1.12 2/515 8465
/proc/meminfo: memFree=11227020/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=7916 CPUtime=0.03 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 537 0 0 0 3 0 0 0 25 0 1 0 854109029 8105984 480 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217622 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 1979 480 168 27 0 428 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7916

[startup+0.100559 s]
/proc/loadavg: 1.76 1.26 1.12 2/515 8465
/proc/meminfo: memFree=11227020/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=8060 CPUtime=0.09 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 551 0 0 0 9 0 0 0 25 0 1 0 854109029 8253440 494 33554432000 4194304 4300876 140735140508896 18446744073709551615 4268481 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 2015 494 168 27 0 464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8060

[startup+0.30052 s]
/proc/loadavg: 1.76 1.26 1.12 2/515 8465
/proc/meminfo: memFree=11227020/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=8060 CPUtime=0.29 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 574 0 0 0 29 0 0 0 25 0 1 0 854109029 8253440 517 33554432000 4194304 4300876 140735140508896 18446744073709551615 4250935 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 2015 517 168 27 0 464 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8060

[startup+0.700445 s]
/proc/loadavg: 1.76 1.26 1.12 2/515 8465
/proc/meminfo: memFree=11227020/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=8248 CPUtime=0.69 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 609 0 0 0 69 0 0 0 25 0 1 0 854109029 8445952 552 33554432000 4194304 4300876 140735140508896 18446744073709551615 4250933 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 2062 552 168 27 0 511 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8248

[startup+1.50029 s]
/proc/loadavg: 1.76 1.26 1.12 3/516 8466
/proc/meminfo: memFree=11224664/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=8700 CPUtime=1.49 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 698 0 0 0 149 0 0 0 25 0 1 0 854109029 8908800 641 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 2175 641 168 27 0 624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8700

[startup+3.10099 s]
/proc/loadavg: 1.76 1.26 1.12 3/516 8466
/proc/meminfo: memFree=11222680/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=9080 CPUtime=3.09 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 764 0 0 0 309 0 0 0 25 0 1 0 854109029 9297920 707 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217448 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 2270 707 169 27 0 719 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9080

[startup+6.30039 s]
/proc/loadavg: 1.78 1.27 1.12 3/516 8466
/proc/meminfo: memFree=11221796/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=9420 CPUtime=6.29 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 899 0 0 0 629 0 0 0 25 0 1 0 854109029 9646080 842 33554432000 4194304 4300876 140735140508896 18446744073709551615 256414786941 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 2355 842 169 27 0 804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9420

[startup+12.7012 s]
/proc/loadavg: 1.80 1.28 1.13 3/516 8466
/proc/meminfo: memFree=11219088/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=10848 CPUtime=12.69 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 1191 0 0 0 1269 0 0 0 25 0 1 0 854109029 11108352 1095 33554432000 4194304 4300876 140735140508896 18446744073709551615 4214496 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 2712 1095 169 27 0 1161 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10848

[startup+25.5007 s]
/proc/loadavg: 1.84 1.31 1.14 3/516 8466
/proc/meminfo: memFree=11216472/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=12316 CPUtime=25.49 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 1670 0 0 0 2549 0 0 0 25 0 1 0 854109029 12611584 1574 33554432000 4194304 4300876 140735140508896 18446744073709551615 4261034 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 3079 1574 169 27 0 1528 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12316

[startup+51.1009 s]
/proc/loadavg: 1.89 1.37 1.16 3/516 8467
/proc/meminfo: memFree=11208388/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=17392 CPUtime=51.09 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 2656 0 0 0 5109 0 0 0 25 0 1 0 854109029 17809408 2560 33554432000 4194304 4300876 140735140508896 18446744073709551615 4268948 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 4348 2560 169 27 0 2797 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17392

[startup+102.319 s]
/proc/loadavg: 1.95 1.46 1.20 3/516 8468
/proc/meminfo: memFree=11192468/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=30892 CPUtime=102.32 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 4553 0 0 0 10231 1 0 0 25 0 1 0 854109029 31633408 4457 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 7723 4457 169 27 0 6172 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 30892

[startup+162.301 s]
/proc/loadavg: 1.98 1.56 1.25 3/516 8470
/proc/meminfo: memFree=11175272/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=39624 CPUtime=162.29 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 6671 0 0 0 16228 1 0 0 25 0 1 0 854109029 40574976 6575 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217560 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 9906 6575 169 27 0 8355 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 39624

[startup+222.3 s]
/proc/loadavg: 1.99 1.64 1.29 3/516 8472
/proc/meminfo: memFree=11158840/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=57916 CPUtime=222.3 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 8871 0 0 0 22228 2 0 0 25 0 1 0 854109029 59305984 8775 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 14479 8775 169 27 0 12928 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 57916

[startup+282.301 s]
/proc/loadavg: 2.18 1.75 1.35 3/516 8473
/proc/meminfo: memFree=11142288/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=57916 CPUtime=282.3 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 10995 0 0 0 28228 2 0 0 25 0 1 0 854109029 59305984 10899 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217384 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 14479 10899 169 27 0 12928 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 57916

[startup+342.301 s]
/proc/loadavg: 2.17 1.82 1.40 3/516 8475
/proc/meminfo: memFree=11125352/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=77560 CPUtime=342.3 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 13158 0 0 0 34227 3 0 0 25 0 1 0 854109029 79421440 13062 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200354 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 19390 13062 169 27 0 17839 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 77560

[startup+402.3 s]
/proc/loadavg: 2.06 1.85 1.43 3/516 8476
/proc/meminfo: memFree=11109316/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=87684 CPUtime=402.3 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 15227 0 0 0 40227 3 0 0 25 0 1 0 854109029 89788416 15131 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217280 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 21921 15131 169 27 0 20370 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 87684

[startup+462.301 s]
/proc/loadavg: 2.02 1.87 1.47 3/516 8478
/proc/meminfo: memFree=11093144/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=87684 CPUtime=462.31 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 17310 0 0 0 46227 4 0 0 25 0 1 0 854109029 89788416 17214 33554432000 4194304 4300876 140735140508896 18446744073709551615 4289183 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 21921 17214 169 27 0 20370 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 87684

[startup+522.3 s]
/proc/loadavg: 2.01 1.89 1.50 3/516 8480
/proc/meminfo: memFree=11076332/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=117152 CPUtime=522.31 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 19378 0 0 0 52227 4 0 0 25 0 1 0 854109029 119963648 19282 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200341 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 29288 19282 169 27 0 27737 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 117152

[startup+582.301 s]
/proc/loadavg: 2.00 1.91 1.53 3/516 8481
/proc/meminfo: memFree=11059412/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=117284 CPUtime=582.31 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 21425 0 0 0 58226 5 0 0 25 0 1 0 854109029 120098816 21329 33554432000 4194304 4300876 140735140508896 18446744073709551615 4228518 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 29321 21329 169 27 0 27770 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 117284

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.12 2.07 2.01 3/516 8586
/proc/meminfo: memFree=10176504/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=618448 CPUtime=4062.46 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 134662 0 0 0 406216 30 0 0 25 0 1 0 854109029 633290752 134566 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200312 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 154612 134566 169 27 0 153061 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 618448

[startup+4122.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/516 8588
/proc/meminfo: memFree=10161824/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=618448 CPUtime=4122.45 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 136748 0 0 0 412214 31 0 0 25 0 1 0 854109029 633290752 136652 33554432000 4194304 4300876 140735140508896 18446744073709551615 4248602 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 154612 136652 169 27 0 153061 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 618448

[startup+4182.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/516 8589
/proc/meminfo: memFree=10146644/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=618448 CPUtime=4182.44 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 138813 0 0 0 418213 31 0 0 25 0 1 0 854109029 633290752 138717 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217622 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 154612 138717 169 27 0 153061 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 618448

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 8591
/proc/meminfo: memFree=10131452/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=618448 CPUtime=4242.45 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 140821 0 0 0 424213 32 0 0 25 0 1 0 854109029 633290752 140725 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200351 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 154612 140725 169 27 0 153061 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 618448

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 8592
/proc/meminfo: memFree=10116524/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=618448 CPUtime=4302.45 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 142779 0 0 0 430213 32 0 0 25 0 1 0 854109029 633290752 142683 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200312 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 154612 142683 169 27 0 153061 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 618448

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 8594
/proc/meminfo: memFree=10101728/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=618448 CPUtime=4362.46 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 144616 0 0 0 436213 33 0 0 25 0 1 0 854109029 633290752 144520 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200400 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 154612 144520 169 27 0 153061 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 618448

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 8596
/proc/meminfo: memFree=10087408/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=618448 CPUtime=4422.46 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 146656 0 0 0 442212 34 0 0 25 0 1 0 854109029 633290752 146560 33554432000 4194304 4300876 140735140508896 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 154612 146560 169 27 0 153061 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 618448

[startup+4482.3 s]
/proc/loadavg: 2.25 2.07 2.02 3/516 8597
/proc/meminfo: memFree=10072476/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4482.46 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 148621 0 0 0 448212 34 0 0 25 0 1 0 854109029 862425088 148525 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 148525 169 27 0 209002 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 842212

[startup+4542.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/516 8599
/proc/meminfo: memFree=10057184/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4542.46 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 150536 0 0 0 454212 34 0 0 25 0 1 0 854109029 862425088 150440 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 150440 169 27 0 209002 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 842212

[startup+4602.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/516 8600
/proc/meminfo: memFree=10042748/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4602.47 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 152368 0 0 0 460212 35 0 0 25 0 1 0 854109029 862425088 152272 33554432000 4194304 4300876 140735140508896 18446744073709551615 4288355 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 152272 169 27 0 209002 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 842212

[startup+4662.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/516 8602
/proc/meminfo: memFree=10026820/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4662.47 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 154431 0 0 0 466211 36 0 0 25 0 1 0 854109029 862425088 154335 33554432000 4194304 4300876 140735140508896 18446744073709551615 4228543 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 154335 169 27 0 209002 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 842212

[startup+4722.32 s]
/proc/loadavg: 2.01 2.04 2.01 3/516 8604
/proc/meminfo: memFree=10012124/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4722.49 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 156497 0 0 0 472212 37 0 0 25 0 1 0 854109029 862425088 156401 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217373 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 156401 169 27 0 209002 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 842212

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 8605
/proc/meminfo: memFree=9996832/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4782.47 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 158539 0 0 0 478210 37 0 0 25 0 1 0 854109029 862425088 158443 33554432000 4194304 4300876 140735140508896 18446744073709551615 4281279 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 158443 169 27 0 209002 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 842212

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 8607
/proc/meminfo: memFree=9981272/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4842.47 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 160531 0 0 0 484210 37 0 0 25 0 1 0 854109029 862425088 160435 33554432000 4194304 4300876 140735140508896 18446744073709551615 4217379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 160435 169 27 0 209002 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 842212

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 8608
/proc/meminfo: memFree=9966724/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4902.48 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 162563 0 0 0 490210 38 0 0 25 0 1 0 854109029 862425088 162467 33554432000 4194304 4300876 140735140508896 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 162467 169 27 0 209002 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 842212

[startup+4962.3 s]
/proc/loadavg: 1.40 1.84 1.94 2/510 8628
/proc/meminfo: memFree=10582860/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=4962.48 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 164498 0 0 0 496210 38 0 0 25 0 1 0 854109029 862425088 164402 33554432000 4194304 4300876 140735140508896 18446744073709551615 4228423 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 164402 169 27 0 209002 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 842212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.22 1.75 1.90 2/510 8629
/proc/meminfo: memFree=10578484/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=5000.08 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 165633 0 0 0 499970 38 0 0 25 0 1 0 854109029 862425088 165537 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200267 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 165537 169 27 0 209002 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 842212

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.22 1.75 1.90 2/510 8629
/proc/meminfo: memFree=10578484/32950928 swapFree=67074476/67111528
[pid=8465] ppid=8463 vsize=842212 CPUtime=5000.08 cores=0,2,4,6
/proc/8465/stat : 8465 (march_rw) R 8463 8465 396 0 -1 4202496 165633 0 0 0 499970 38 0 0 25 0 1 0 854109029 862425088 165537 33554432000 4194304 4300876 140735140508896 18446744073709551615 4200267 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8465/statm: 210553 165537 169 27 0 209002 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 842212

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.14
CPU user time (s): 4999.72
CPU system time (s): 0.420936
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 842212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.72
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165633
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= 4
involuntary context switches= 2649

runsolver used 26.436 second user time and 55.3776 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-29 05:13:04
IDJOB=3420701
IDBENCH=82953
IDSOLVER=1913
FILE ID=node115/3420701-1306638783
RUNJOBID= node115-1306638691-8415
PBS_JOBID= 13471620
Free space on /tmp= 73168 MiB

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

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

MD5SUM BENCH= 30f9bf8e3b9c70d1ebd1c611372c0c4a
RANDOM SEED=1038783218

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11227424 kB
Buffers:        187684 kB
Cached:        3755088 kB
SwapCached:       5152 kB
Active:       14220668 kB
Inactive:      7173304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11227424 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:              20 kB
Writeback:           0 kB
AnonPages:    17449172 kB
Mapped:          41720 kB
Slab:           183728 kB
PageTables:      75768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151849968 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= 73168 MiB
End job on node115 at 2011-05-29 06:36:26