Trace number 3420573

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.07 4999.84

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S474185167-033.SATISFIABLE.cnf
MD5SUM3152d51685e76b4a30e45b9928cc3243
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01984
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.40/0.46	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.40/0.46	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.40/0.46	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.40/0.46	c main()::
0.40/0.46	c initFormula():: searching for DIMACS p-line....
0.40/0.46	c full lookahead due to high density!
0.40/0.46	c initFormula():: the DIMACS p-line indicates a CNF of 80 variables and 7120 clauses.
0.40/0.46	c parseCNF():: parsing....
0.40/0.46	c parseCNF():: the CNF contains 0 unary clauses.
0.40/0.46	c runParser():: parsing was successful, warming up engines...
0.40/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.40/0.46	c preprocessing fase I completed:: there are now 80 free variables and 7120 clauses.
0.40/0.46	c using k-SAT heuristics (size based diff)
0.40/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.40/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.40/0.46	c main():: clause / variable ratio: ( 7120 / 80 ) = 89.00
0.40/0.46	c longest clause has size 7
0.40/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.40/0.46	c number of free variables = 80
0.40/0.46	c dynamic_preselect_setsize :: off
0.40/0.46	c main():: all systems go!
0.40/0.46	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 160
0.50/0.51	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: 660
0.60/0.63	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 5664
1.59/1.67	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 40872
8.81/8.88	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 224686
47.60/47.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 965331
212.20/212.26	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3327250
769.03/769.04	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 9380344
2292.51/2292.43	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
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-3420573-1306635370/watcher-3420573-1306635370 -o /tmp/evaluation-result-3420573-1306635370/solver-3420573-1306635370 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420573-1306635370.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.26 1.63 3/516 2181
/proc/meminfo: memFree=16418252/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=6724 CPUtime=0 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4194304 278 0 0 0 0 0 0 0 22 0 1 0 775133679 6885376 223 33554432000 4194304 4300876 140735866304832 18446744073709551615 254500691712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 1681 224 113 27 0 130 0

[startup+0.0765059 s]
/proc/loadavg: 1.00 1.26 1.63 3/516 2181
/proc/meminfo: memFree=16418252/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=7640 CPUtime=0.07 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 1200 0 0 0 7 0 0 0 22 0 1 0 775133679 7823360 427 33554432000 4194304 4300876 140735866304832 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 1910 427 143 27 0 359 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7640

[startup+0.100508 s]
/proc/loadavg: 1.00 1.26 1.63 3/516 2181
/proc/meminfo: memFree=16418252/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=7640 CPUtime=0.1 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 1200 0 0 0 10 0 0 0 22 0 1 0 775133679 7823360 427 33554432000 4194304 4300876 140735866304832 18446744073709551615 4214647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 1910 427 143 27 0 359 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7640

[startup+0.30046 s]
/proc/loadavg: 1.00 1.26 1.63 3/516 2181
/proc/meminfo: memFree=16418252/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=7640 CPUtime=0.3 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 1200 0 0 0 30 0 0 0 23 0 1 0 775133679 7823360 427 33554432000 4194304 4300876 140735866304832 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 1910 427 143 27 0 359 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7640

[startup+0.700377 s]
/proc/loadavg: 1.00 1.26 1.63 3/516 2181
/proc/meminfo: memFree=16418252/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=8272 CPUtime=0.7 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 1703 0 0 0 70 0 0 0 25 0 1 0 775133679 8470528 557 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 2068 557 170 27 0 517 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 8272

[startup+1.50022 s]
/proc/loadavg: 1.08 1.27 1.64 5/518 2183
/proc/meminfo: memFree=16414416/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=8464 CPUtime=1.5 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 1734 0 0 0 150 0 0 0 25 0 1 0 775133679 8667136 588 33554432000 4194304 4300876 140735866304832 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 2116 588 170 27 0 565 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8464

[startup+3.1009 s]
/proc/loadavg: 1.08 1.27 1.64 5/518 2183
/proc/meminfo: memFree=16413176/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=8744 CPUtime=3.1 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 1780 0 0 0 310 0 0 0 25 0 1 0 775133679 8953856 634 33554432000 4194304 4300876 140735866304832 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 2186 634 170 27 0 635 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8744

[startup+6.30027 s]
/proc/loadavg: 1.15 1.28 1.64 5/518 2183
/proc/meminfo: memFree=16412108/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=9012 CPUtime=6.3 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 1984 0 0 0 630 0 0 0 25 0 1 0 775133679 9228288 737 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 2253 737 170 27 0 702 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9012

[startup+12.701 s]
/proc/loadavg: 1.22 1.29 1.64 3/518 2238
/proc/meminfo: memFree=16411776/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=9864 CPUtime=12.7 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 2169 0 0 0 1270 0 0 0 25 0 1 0 775133679 10100736 922 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 2466 922 171 27 0 915 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9864

[startup+25.5004 s]
/proc/loadavg: 1.34 1.32 1.64 3/518 2238
/proc/meminfo: memFree=16406316/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=11780 CPUtime=25.5 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 2526 0 0 0 2550 0 0 0 25 0 1 0 775133679 12062720 1279 33554432000 4194304 4300876 140735866304832 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 2945 1279 171 27 0 1394 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 11780

[startup+51.1003 s]
/proc/loadavg: 1.67 1.40 1.66 3/518 2239
/proc/meminfo: memFree=16400464/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=16092 CPUtime=51.1 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 3233 0 0 0 5110 0 0 0 25 0 1 0 775133679 16478208 1986 33554432000 4194304 4300876 140735866304832 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 4023 1986 171 27 0 2472 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16092

[startup+102.319 s]
/proc/loadavg: 1.85 1.49 1.67 3/518 2240
/proc/meminfo: memFree=16388040/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=20232 CPUtime=102.31 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 4668 0 0 0 10231 0 0 0 25 0 1 0 775133679 20717568 3421 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 5058 3421 171 27 0 3507 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20232

[startup+162.3 s]
/proc/loadavg: 1.94 1.58 1.69 3/518 2251
/proc/meminfo: memFree=16376596/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=34784 CPUtime=162.3 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 6298 0 0 0 16230 0 0 0 25 0 1 0 775133679 35618816 5051 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 8696 5051 171 27 0 7145 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 34784

[startup+222.3 s]
/proc/loadavg: 2.06 1.68 1.72 3/518 2252
/proc/meminfo: memFree=16363532/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=35044 CPUtime=222.3 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 7842 0 0 0 22230 0 0 0 25 0 1 0 775133679 35885056 6595 33554432000 4194304 4300876 140735866304832 18446744073709551615 4264455 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 8761 6595 171 27 0 7210 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35044

[startup+282.3 s]
/proc/loadavg: 2.06 1.75 1.74 3/518 2254
/proc/meminfo: memFree=16352216/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=48140 CPUtime=282.31 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 9466 0 0 0 28230 1 0 0 25 0 1 0 775133679 49295360 8219 33554432000 4194304 4300876 140735866304832 18446744073709551615 4275569 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 12035 8219 171 27 0 10484 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 48140

[startup+342.3 s]
/proc/loadavg: 2.02 1.79 1.75 3/518 2255
/proc/meminfo: memFree=16340408/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=48660 CPUtime=342.31 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 10977 0 0 0 34230 1 0 0 25 0 1 0 775133679 49827840 9730 33554432000 4194304 4300876 140735866304832 18446744073709551615 4264453 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 12165 9730 171 27 0 10614 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 48660

[startup+402.3 s]
/proc/loadavg: 2.65 2.00 1.82 3/525 28012
/proc/meminfo: memFree=16299012/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=68304 CPUtime=402.3 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 12588 0 0 0 40229 1 0 0 25 0 1 0 775133679 69943296 11341 33554432000 4194304 4300876 140735866304832 18446744073709551615 4199317 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 17076 11341 171 27 0 15525 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 68304

[startup+462.3 s]
/proc/loadavg: 2.42 2.07 1.85 3/518 8421
/proc/meminfo: memFree=16280272/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=68304 CPUtime=462.31 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 14093 0 0 0 46229 2 0 0 25 0 1 0 775133679 69943296 12846 33554432000 4194304 4300876 140735866304832 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 17076 12846 171 27 0 15525 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 68304

[startup+522.3 s]
/proc/loadavg: 2.25 2.08 1.87 3/518 8422
/proc/meminfo: memFree=16269088/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=68304 CPUtime=522.32 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 15631 0 0 0 52230 2 0 0 25 0 1 0 775133679 69943296 14384 33554432000 4194304 4300876 140735866304832 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 17076 14384 171 27 0 15525 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 68304

[startup+582.3 s]
/proc/loadavg: 2.13 2.08 1.88 3/518 8424
/proc/meminfo: memFree=16257152/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=97772 CPUtime=582.32 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 17183 0 0 0 58229 3 0 0 25 0 1 0 775133679 100118528 15936 33554432000 4194304 4300876 140735866304832 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 24443 15936 171 27 0 22892 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 97772

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 8527
/proc/meminfo: memFree=15651904/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4002.48 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 97317 0 0 0 400229 19 0 0 25 0 1 0 775133679 475303936 96070 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276267 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 96070 171 27 0 114490 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 464164

[startup+4062.32 s]
/proc/loadavg: 2.09 2.04 2.01 3/518 8529
/proc/meminfo: memFree=15640108/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4062.5 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 98537 0 0 0 406231 19 0 0 25 0 1 0 775133679 475303936 97290 33554432000 4194304 4300876 140735866304832 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 97290 171 27 0 114490 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 464164

[startup+4122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/518 8530
/proc/meminfo: memFree=15631036/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4122.49 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 99674 0 0 0 412230 19 0 0 25 0 1 0 775133679 475303936 98427 33554432000 4194304 4300876 140735866304832 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 98427 171 27 0 114490 0
Current children cumulated CPU time (s) 4122.49
Current children cumulated vsize (KiB) 464164

[startup+4182.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/518 8532
/proc/meminfo: memFree=15620724/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4182.48 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 101125 0 0 0 418229 19 0 0 25 0 1 0 775133679 475303936 99878 33554432000 4194304 4300876 140735866304832 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 99878 171 27 0 114490 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 464164

[startup+4242.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/518 8533
/proc/meminfo: memFree=15609904/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4242.49 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 102542 0 0 0 424229 20 0 0 25 0 1 0 775133679 475303936 101295 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 101295 171 27 0 114490 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 464164

[startup+4302.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/518 8535
/proc/meminfo: memFree=15599092/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4302.49 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 103861 0 0 0 430229 20 0 0 25 0 1 0 775133679 475303936 102614 33554432000 4194304 4300876 140735866304832 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 102614 171 27 0 114490 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 464164

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/518 8537
/proc/meminfo: memFree=15589392/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4362.49 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 105266 0 0 0 436229 20 0 0 25 0 1 0 775133679 475303936 104019 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 104019 171 27 0 114490 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 464164

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 8538
/proc/meminfo: memFree=15579196/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4422.5 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 106561 0 0 0 442230 20 0 0 25 0 1 0 775133679 475303936 105314 33554432000 4194304 4300876 140735866304832 18446744073709551615 4275875 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 105314 171 27 0 114490 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 464164

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 8540
/proc/meminfo: memFree=15569008/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4482.51 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 107900 0 0 0 448230 21 0 0 25 0 1 0 775133679 475303936 106653 33554432000 4194304 4300876 140735866304832 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 106653 171 27 0 114490 0
Current children cumulated CPU time (s) 4482.51
Current children cumulated vsize (KiB) 464164

[startup+4542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/518 8541
/proc/meminfo: memFree=15559052/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4542.51 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 109207 0 0 0 454230 21 0 0 25 0 1 0 775133679 475303936 107960 33554432000 4194304 4300876 140735866304832 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 107960 171 27 0 114490 0
Current children cumulated CPU time (s) 4542.51
Current children cumulated vsize (KiB) 464164

[startup+4602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/518 8543
/proc/meminfo: memFree=15547736/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4602.51 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 110470 0 0 0 460230 21 0 0 25 0 1 0 775133679 475303936 109223 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276150 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 109223 171 27 0 114490 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 464164

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/518 8545
/proc/meminfo: memFree=15539136/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4662.51 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 111644 0 0 0 466230 21 0 0 25 0 1 0 775133679 475303936 110397 33554432000 4194304 4300876 140735866304832 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 110397 171 27 0 114490 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 464164

[startup+4722.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/518 8546
/proc/meminfo: memFree=15529072/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4722.53 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 113084 0 0 0 472231 22 0 0 25 0 1 0 775133679 475303936 111837 33554432000 4194304 4300876 140735866304832 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 111837 171 27 0 114490 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 464164

[startup+4782.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/518 8548
/proc/meminfo: memFree=15520620/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=464164 CPUtime=4782.51 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 114394 0 0 0 478229 22 0 0 25 0 1 0 775133679 475303936 113147 33554432000 4194304 4300876 140735866304832 18446744073709551615 4289067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 116041 113147 171 27 0 114490 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 464164

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/518 8549
/proc/meminfo: memFree=15508812/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=472468 CPUtime=4842.52 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 115773 0 0 0 484229 23 0 0 25 0 1 0 775133679 483807232 114526 33554432000 4194304 4300876 140735866304832 18446744073709551615 4264084 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 118117 114526 171 27 0 116566 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 472468

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 8551
/proc/meminfo: memFree=15499488/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=696232 CPUtime=4902.52 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 117110 0 0 0 490228 24 0 0 25 0 1 0 775133679 712941568 115863 33554432000 4194304 4300876 140735866304832 18446744073709551615 4288373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 174058 115863 171 27 0 172507 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 696232

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 8553
/proc/meminfo: memFree=15489044/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=696232 CPUtime=4962.52 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 118369 0 0 0 496228 24 0 0 25 0 1 0 775133679 712941568 117122 33554432000 4194304 4300876 140735866304832 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 174058 117122 171 27 0 172507 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 696232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 8554
/proc/meminfo: memFree=15483832/32950928 swapFree=38157052/67111528
[pid=2181] ppid=2179 vsize=696232 CPUtime=5000.03 cores=1,3,5,7
/proc/2181/stat : 2181 (march_rw) R 2179 2181 384 0 -1 4202496 119128 0 0 0 499978 25 0 0 25 0 1 0 775133679 712941568 117881 33554432000 4194304 4300876 140735866304832 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2181/statm: 174058 117881 171 27 0 172507 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 696232

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.84
CPU time (s): 5000.07
CPU user time (s): 4999.8
CPU system time (s): 0.270958
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 696232

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

runsolver used 25.0482 second user time and 56.7184 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-29 04:16:10
IDJOB=3420573
IDBENCH=82825
IDSOLVER=1913
FILE ID=node149/3420573-1306635370
RUNJOBID= node149-1306635370-2163
PBS_JOBID= 13471588
Free space on /tmp= 73480 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S474185167-033.SATISFIABLE.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420573-1306635370/watcher-3420573-1306635370 -o /tmp/evaluation-result-3420573-1306635370/solver-3420573-1306635370 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420573-1306635370.cnf

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

MD5SUM BENCH= 3152d51685e76b4a30e45b9928cc3243
RANDOM SEED=2139815435

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      16418540 kB
Buffers:        260488 kB
Cached:        4658492 kB
SwapCached:      56180 kB
Active:        2213208 kB
Inactive:     14011832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16418540 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:              48 kB
Writeback:           0 kB
AnonPages:    11274372 kB
Mapped:          17972 kB
Slab:           120572 kB
PageTables:     117480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173092640 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= 73480 MiB
End job on node149 at 2011-05-29 05:39:32