Trace number 3420477

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.13 5000.15

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1565617179-002.UNKNOWN.cnf
MD5SUMc557851ca2e09c43aa7c0a50184336eb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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, 16 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 698 free variables and 2966 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 153 duplicate clauses
0.00/0.01	c resolvent_look() :: found 82 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 3048 / 700 ) = 4.35
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 = 698
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: 169
0.00/0.05	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 1179
0.09/0.19	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 13943
2.21/2.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 |****************************************************************| ( 3/999) NodeCount: 121335
21.69/21.75	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 771357
152.49/152.54	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3733576
805.89/805.93	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 14181401
3305.08/3305.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 |*******************************

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-3420477-1306620450/watcher-3420477-1306620450 -o /tmp/evaluation-result-3420477-1306620450/solver-3420477-1306620450 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420477-1306620450.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/473 20330
/proc/meminfo: memFree=12450992/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=6928 CPUtime=0 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 338 0 0 0 0 0 0 0 25 0 1 0 773644655 7094272 281 33554432000 4194304 4300876 140735473368832 18446744073709551615 274474010714 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 1869 284 144 27 0 318 0

[startup+0.0851739 s]
/proc/loadavg: 2.00 2.01 2.00 3/473 20330
/proc/meminfo: memFree=12450992/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=7912 CPUtime=0.08 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 546 0 0 0 8 0 0 0 25 0 1 0 773644655 8101888 489 33554432000 4194304 4300876 140735473368832 18446744073709551615 4265563 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 1978 489 168 27 0 427 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7912

[startup+0.100171 s]
/proc/loadavg: 2.00 2.01 2.00 3/473 20330
/proc/meminfo: memFree=12450992/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=8048 CPUtime=0.09 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 550 0 0 0 9 0 0 0 25 0 1 0 773644655 8241152 493 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 2012 493 168 27 0 461 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8048

[startup+0.300144 s]
/proc/loadavg: 2.00 2.01 2.00 3/473 20330
/proc/meminfo: memFree=12450992/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=8048 CPUtime=0.29 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 567 0 0 0 29 0 0 0 25 0 1 0 773644655 8241152 510 33554432000 4194304 4300876 140735473368832 18446744073709551615 4248602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 2012 510 168 27 0 461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8048

[startup+0.701073 s]
/proc/loadavg: 2.00 2.01 2.00 3/473 20330
/proc/meminfo: memFree=12450992/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=8208 CPUtime=0.69 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 601 0 0 0 69 0 0 0 25 0 1 0 773644655 8404992 544 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217632 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 2052 544 168 27 0 501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8208

[startup+1.50087 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20331
/proc/meminfo: memFree=12449256/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=8672 CPUtime=1.49 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 692 0 0 0 149 0 0 0 25 0 1 0 773644655 8880128 635 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 2168 635 168 27 0 617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8672

[startup+3.10065 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20331
/proc/meminfo: memFree=12447768/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=9052 CPUtime=3.09 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 761 0 0 0 309 0 0 0 25 0 1 0 773644655 9269248 704 33554432000 4194304 4300876 140735473368832 18446744073709551615 4200341 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 2263 704 169 27 0 712 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9052

[startup+6.30108 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20331
/proc/meminfo: memFree=12446316/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=9392 CPUtime=6.29 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 889 0 0 0 629 0 0 0 25 0 1 0 773644655 9617408 832 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 2348 832 169 27 0 797 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9392

[startup+12.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20358
/proc/meminfo: memFree=12447912/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=10948 CPUtime=12.69 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 1181 0 0 0 1269 0 0 0 25 0 1 0 773644655 11210752 1117 33554432000 4194304 4300876 140735473368832 18446744073709551615 4288282 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 2737 1117 169 27 0 1186 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10948

[startup+25.5007 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20358
/proc/meminfo: memFree=12445332/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=12416 CPUtime=25.49 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 1662 0 0 0 2549 0 0 0 25 0 1 0 773644655 12713984 1598 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 3104 1598 169 27 0 1553 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12416

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20359
/proc/meminfo: memFree=12440844/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=17356 CPUtime=51.09 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 2614 0 0 0 5109 0 0 0 25 0 1 0 773644655 17772544 2550 33554432000 4194304 4300876 140735473368832 18446744073709551615 4200404 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 4339 2550 169 27 0 2788 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17356

[startup+102.317 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 20360
/proc/meminfo: memFree=12431276/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=30844 CPUtime=102.31 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 4498 0 0 0 10230 1 0 0 25 0 1 0 773644655 31584256 4434 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 7711 4434 169 27 0 6160 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30844

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 20362
/proc/meminfo: memFree=12421472/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=39708 CPUtime=162.29 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 6603 0 0 0 16228 1 0 0 25 0 1 0 773644655 40660992 6539 33554432000 4194304 4300876 140735473368832 18446744073709551615 4200361 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 9927 6539 169 27 0 8376 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 39708

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 20363
/proc/meminfo: memFree=12412144/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=57852 CPUtime=222.29 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 8816 0 0 0 22227 2 0 0 25 0 1 0 773644655 59240448 8752 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 14463 8752 169 27 0 12912 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 57852

[startup+282.301 s]
/proc/loadavg: 2.11 2.03 2.01 3/474 20365
/proc/meminfo: memFree=12403044/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=57852 CPUtime=282.29 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 10909 0 0 0 28227 2 0 0 25 0 1 0 773644655 59240448 10845 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214407 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 14463 10845 169 27 0 12912 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 57852

[startup+342.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/474 20367
/proc/meminfo: memFree=12393452/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=77496 CPUtime=342.28 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 12975 0 0 0 34226 2 0 0 25 0 1 0 773644655 79355904 12911 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217778 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 19374 12911 169 27 0 17823 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 77496

[startup+402.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/474 20368
/proc/meminfo: memFree=12383748/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=87592 CPUtime=402.28 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 15053 0 0 0 40225 3 0 0 25 0 1 0 773644655 89694208 14989 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 21898 14989 169 27 0 20347 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 87592

[startup+462.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/474 20370
/proc/meminfo: memFree=12373412/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=87724 CPUtime=462.28 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 17143 0 0 0 46225 3 0 0 25 0 1 0 773644655 89829376 17079 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 21931 17079 169 27 0 20380 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 87724

[startup+522.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/474 20371
/proc/meminfo: memFree=12363192/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=117192 CPUtime=522.28 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 19206 0 0 0 52224 4 0 0 25 0 1 0 773644655 120004608 19142 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214335 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 29298 19142 169 27 0 27747 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 117192

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 20373
/proc/meminfo: memFree=12353976/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=117192 CPUtime=582.28 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 21234 0 0 0 58224 4 0 0 25 0 1 0 773644655 120004608 21170 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 29298 21170 169 27 0 27747 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 117192

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/474 20505
/proc/meminfo: memFree=11384928/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=617808 CPUtime=4062.29 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 134042 0 0 0 406201 28 0 0 25 0 1 0 773644655 632635392 133978 33554432000 4194304 4300876 140735473368832 18446744073709551615 4200400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 154452 133978 169 27 0 152901 0
Current children cumulated CPU time (s) 4062.29
Current children cumulated vsize (KiB) 617808

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 20506
/proc/meminfo: memFree=11368548/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=617940 CPUtime=4122.28 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 136085 0 0 0 412199 29 0 0 25 0 1 0 773644655 632770560 136021 33554432000 4194304 4300876 140735473368832 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 154485 136021 169 27 0 152934 0
Current children cumulated CPU time (s) 4122.28
Current children cumulated vsize (KiB) 617940

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 20508
/proc/meminfo: memFree=11350164/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=617940 CPUtime=4182.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 138080 0 0 0 418198 29 0 0 25 0 1 0 773644655 632770560 138016 33554432000 4194304 4300876 140735473368832 18446744073709551615 4268817 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 154485 138016 169 27 0 152934 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 617940

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 20510
/proc/meminfo: memFree=11334652/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=617940 CPUtime=4242.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 140049 0 0 0 424197 30 0 0 25 0 1 0 773644655 632770560 139985 33554432000 4194304 4300876 140735473368832 18446744073709551615 4261021 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 154485 139985 169 27 0 152934 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 617940

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20511
/proc/meminfo: memFree=11317896/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=617940 CPUtime=4302.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 141895 0 0 0 430197 30 0 0 25 0 1 0 773644655 632770560 141831 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 154485 141831 169 27 0 152934 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 617940

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 20513
/proc/meminfo: memFree=11301620/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=617940 CPUtime=4362.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 143849 0 0 0 436196 31 0 0 25 0 1 0 773644655 632770560 143785 33554432000 4194304 4300876 140735473368832 18446744073709551615 4200400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 154485 143785 169 27 0 152934 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 617940

[startup+4422.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/474 20514
/proc/meminfo: memFree=11286096/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=617940 CPUtime=4422.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 145812 0 0 0 442196 31 0 0 25 0 1 0 773644655 632770560 145748 33554432000 4194304 4300876 140735473368832 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 154485 145748 169 27 0 152934 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 617940

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/474 20516
/proc/meminfo: memFree=11269336/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4482.26 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 147786 0 0 0 448195 31 0 0 25 0 1 0 773644655 861904896 147722 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 147722 169 27 0 208875 0
Current children cumulated CPU time (s) 4482.26
Current children cumulated vsize (KiB) 841704

[startup+4542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/474 20518
/proc/meminfo: memFree=11252068/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4542.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 149676 0 0 0 454195 32 0 0 25 0 1 0 773644655 861904896 149612 33554432000 4194304 4300876 140735473368832 18446744073709551615 4214496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 149612 169 27 0 208875 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 841704

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 20519
/proc/meminfo: memFree=11234452/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4602.28 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 151523 0 0 0 460196 32 0 0 25 0 1 0 773644655 861904896 151459 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 151459 169 27 0 208875 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 841704

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/474 20521
/proc/meminfo: memFree=11217824/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4662.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 153510 0 0 0 466194 33 0 0 25 0 1 0 773644655 861904896 153446 33554432000 4194304 4300876 140735473368832 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 153446 169 27 0 208875 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 841704

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20522
/proc/meminfo: memFree=11203656/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4722.29 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 155423 0 0 0 472196 33 0 0 25 0 1 0 773644655 861904896 155359 33554432000 4194304 4300876 140735473368832 18446744073709551615 4228535 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 155359 169 27 0 208875 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 841704

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20524
/proc/meminfo: memFree=11188756/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4782.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 157276 0 0 0 478194 33 0 0 25 0 1 0 773644655 861904896 157212 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217619 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 157212 169 27 0 208875 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 841704

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 20526
/proc/meminfo: memFree=11171492/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4842.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 159191 0 0 0 484193 34 0 0 25 0 1 0 773644655 861904896 159127 33554432000 4194304 4300876 140735473368832 18446744073709551615 4225170 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 159127 169 27 0 208875 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 841704

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 20527
/proc/meminfo: memFree=11156336/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4902.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 161062 0 0 0 490193 34 0 0 25 0 1 0 773644655 861904896 160998 33554432000 4194304 4300876 140735473368832 18446744073709551615 4269118 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 160998 169 27 0 208875 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 841704

[startup+4962.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/474 20529
/proc/meminfo: memFree=11140560/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=4962.27 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 162901 0 0 0 496193 34 0 0 25 0 1 0 773644655 861904896 162837 33554432000 4194304 4300876 140735473368832 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 162837 169 27 0 208875 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 841704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/474 20530
/proc/meminfo: memFree=11130376/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=5000.08 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 164111 0 0 0 499974 34 0 0 25 0 1 0 773644655 861904896 164047 33554432000 4194304 4300876 140735473368832 18446744073709551615 4225211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 164047 169 27 0 208875 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 841704

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

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

[startup+5000.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/474 20530
/proc/meminfo: memFree=11130376/32950928 swapFree=67042960/67111528
[pid=20330] ppid=20328 vsize=841704 CPUtime=5000.08 cores=1,3,5,7
/proc/20330/stat : 20330 (march_rw) R 20328 20330 19938 0 -1 4202496 164111 0 0 0 499974 34 0 0 25 0 1 0 773644655 861904896 164047 33554432000 4194304 4300876 140735473368832 18446744073709551615 4225211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20330/statm: 210426 164047 169 27 0 208875 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 841704

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.15
CPU time (s): 5000.13
CPU user time (s): 4999.75
CPU system time (s): 0.379942
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 841704

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

runsolver used 21.9387 second user time and 50.7903 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-29 00:07:30
IDJOB=3420477
IDBENCH=82729
IDSOLVER=1913
FILE ID=node125/3420477-1306620450
RUNJOBID= node125-1306615240-19957
PBS_JOBID= 13471634
Free space on /tmp= 73484 MiB

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

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

MD5SUM BENCH= c557851ca2e09c43aa7c0a50184336eb
RANDOM SEED=86992743

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.828
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.828
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:      12451256 kB
Buffers:        322100 kB
Cached:        6219672 kB
SwapCached:      55652 kB
Active:       10899028 kB
Inactive:      9253804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12451256 kB
SwapTotal:    67111528 kB
SwapFree:     67042960 kB
Dirty:              44 kB
Writeback:          24 kB
AnonPages:    13555728 kB
Mapped:          43624 kB
Slab:           217664 kB
PageTables:      61648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130031268 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= 73484 MiB
End job on node125 at 2011-05-29 01:30:52