Trace number 3420609

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_rw 2011-03-02? (TO) 5000.12 4999.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S816372663-049.UNKNOWN.cnf
MD5SUM82ce98f61c0f2213b508b1b975b0c344
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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 550 variables and 2343 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, 7 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 549 free variables and 2336 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 163 duplicate clauses
0.00/0.01	c resolvent_look() :: found 71 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 2407 / 550 ) = 4.38
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 549
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: 139
0.00/0.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 771
0.09/0.12	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 7593
1.11/1.14	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 54430
9.29/9.31	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 276766
52.99/53.03	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1030822
218.92/218.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: 2899716
673.01/673.10	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 6330839
1584.15/1584.19	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/999) NodeCount: 11037540
2934.29/2934.22	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 15872528
4415.75/4415.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 |******************************************

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.09 2.05 3/514 8056
/proc/meminfo: memFree=11966644/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=6852 CPUtime=0 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 301 0 0 0 0 0 0 0 25 0 1 0 756028504 7016448 244 33554432000 4194304 4300876 140736970062832 18446744073709551615 4256507 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 1713 244 136 27 0 162 0

[startup+0.0740451 s]
/proc/loadavg: 2.03 2.09 2.05 3/514 8056
/proc/meminfo: memFree=11966644/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=7680 CPUtime=0.07 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 478 0 0 0 7 0 0 0 25 0 1 0 756028504 7864320 421 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 1920 421 168 27 0 369 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7680

[startup+0.101038 s]
/proc/loadavg: 2.03 2.09 2.05 3/514 8056
/proc/meminfo: memFree=11966644/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=7680 CPUtime=0.09 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 481 0 0 0 9 0 0 0 25 0 1 0 756028504 7864320 424 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217472 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 1920 424 168 27 0 369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7680

[startup+0.301012 s]
/proc/loadavg: 2.03 2.09 2.05 3/514 8056
/proc/meminfo: memFree=11966644/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=7680 CPUtime=0.29 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 499 0 0 0 29 0 0 0 25 0 1 0 756028504 7864320 442 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217485 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 1920 442 168 27 0 369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7680

[startup+0.700926 s]
/proc/loadavg: 2.03 2.09 2.05 3/514 8056
/proc/meminfo: memFree=11966644/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=7892 CPUtime=0.69 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 539 0 0 0 69 0 0 0 25 0 1 0 756028504 8081408 482 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214407 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 1973 482 168 27 0 422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7892

[startup+1.50077 s]
/proc/loadavg: 2.03 2.09 2.05 3/515 8057
/proc/meminfo: memFree=11963296/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=8196 CPUtime=1.49 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 608 0 0 0 149 0 0 0 25 0 1 0 756028504 8392704 551 33554432000 4194304 4300876 140736970062832 18446744073709551615 4263514 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 2049 551 169 27 0 498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8196

[startup+3.10047 s]
/proc/loadavg: 2.03 2.09 2.05 3/515 8057
/proc/meminfo: memFree=11962064/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=8748 CPUtime=3.09 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 677 0 0 0 309 0 0 0 25 0 1 0 756028504 8957952 620 33554432000 4194304 4300876 140736970062832 18446744073709551615 4234582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 2187 620 169 27 0 636 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8748

[startup+6.30087 s]
/proc/loadavg: 2.03 2.09 2.05 3/515 8057
/proc/meminfo: memFree=11961332/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=9088 CPUtime=6.29 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 809 0 0 0 629 0 0 0 25 0 1 0 756028504 9306112 752 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217564 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 2272 752 169 27 0 721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9088

[startup+12.7007 s]
/proc/loadavg: 2.03 2.09 2.05 3/515 8057
/proc/meminfo: memFree=11958660/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=10692 CPUtime=12.69 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 1123 0 0 0 1269 0 0 0 25 0 1 0 756028504 10948608 1023 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 2673 1023 169 27 0 1122 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10692

[startup+25.5002 s]
/proc/loadavg: 2.02 2.08 2.05 3/515 8058
/proc/meminfo: memFree=11956432/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=12344 CPUtime=25.49 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 1613 0 0 0 2549 0 0 0 25 0 1 0 756028504 12640256 1513 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 3086 1513 169 27 0 1535 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12344

[startup+51.1004 s]
/proc/loadavg: 2.01 2.07 2.05 3/515 8058
/proc/meminfo: memFree=11952072/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=17660 CPUtime=51.09 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 2543 0 0 0 5109 0 0 0 25 0 1 0 756028504 18083840 2443 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214407 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 4415 2443 169 27 0 2864 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17660

[startup+102.318 s]
/proc/loadavg: 2.16 2.09 2.05 3/515 8060
/proc/meminfo: memFree=11941524/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=29504 CPUtime=102.31 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 4376 0 0 0 10231 0 0 0 25 0 1 0 756028504 30212096 4276 33554432000 4194304 4300876 140736970062832 18446744073709551615 4234416 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 7376 4276 169 27 0 5825 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29504

[startup+162.3 s]
/proc/loadavg: 2.13 2.09 2.05 3/515 8061
/proc/meminfo: memFree=11928856/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=42252 CPUtime=162.29 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 6445 0 0 0 16229 0 0 0 25 0 1 0 756028504 43266048 6345 33554432000 4194304 4300876 140736970062832 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 10563 6345 169 27 0 9012 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42252

[startup+222.301 s]
/proc/loadavg: 2.05 2.07 2.05 3/515 8063
/proc/meminfo: memFree=11918424/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=42252 CPUtime=222.3 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 8415 0 0 0 22229 1 0 0 25 0 1 0 756028504 43266048 8315 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214407 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 10563 8315 169 27 0 9012 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 42252

[startup+282.301 s]
/proc/loadavg: 2.02 2.06 2.04 3/515 8064
/proc/meminfo: memFree=11906260/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=63384 CPUtime=282.3 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 10447 0 0 0 28229 1 0 0 25 0 1 0 756028504 64905216 10347 33554432000 4194304 4300876 140736970062832 18446744073709551615 4216929 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 15846 10347 169 27 0 14295 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63384

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/515 8093
/proc/meminfo: memFree=11910816/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=63516 CPUtime=342.3 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 12417 0 0 0 34228 2 0 0 25 0 1 0 756028504 65040384 12317 33554432000 4194304 4300876 140736970062832 18446744073709551615 4200354 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 15879 12317 169 27 0 14328 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 63516

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.03 3/515 8095
/proc/meminfo: memFree=11892064/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=83160 CPUtime=402.3 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 14344 0 0 0 40228 2 0 0 25 0 1 0 756028504 85155840 14244 33554432000 4194304 4300876 140736970062832 18446744073709551615 4228948 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 20790 14244 169 27 0 19239 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83160

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.02 3/515 8096
/proc/meminfo: memFree=11873576/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=83160 CPUtime=462.3 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 16266 0 0 0 46228 2 0 0 25 0 1 0 756028504 85155840 16166 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217549 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 20790 16166 169 27 0 19239 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 83160

[startup+522.3 s]
/proc/loadavg: 2.07 2.05 2.03 3/515 8098
/proc/meminfo: memFree=11855932/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=83160 CPUtime=522.31 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 18193 0 0 0 52228 3 0 0 25 0 1 0 756028504 85155840 18093 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 20790 18093 169 27 0 19239 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 83160

[startup+582.301 s]
/proc/loadavg: 2.06 2.05 2.03 3/515 8099
/proc/meminfo: memFree=11837916/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=128704 CPUtime=582.31 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 20046 0 0 0 58227 4 0 0 25 0 1 0 756028504 131792896 19946 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 32176 19946 169 27 0 30625 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 128704

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 8204
/proc/meminfo: memFree=10935540/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=584528 CPUtime=4062.45 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 117383 0 0 0 406222 23 0 0 25 0 1 0 756028504 598556672 117283 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 146132 117283 169 27 0 144581 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 584528

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 8206
/proc/meminfo: memFree=10921752/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=584528 CPUtime=4122.44 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 118990 0 0 0 412220 24 0 0 25 0 1 0 756028504 598556672 118890 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 146132 118890 169 27 0 144581 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 584528

[startup+4182.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/515 8207
/proc/meminfo: memFree=10907940/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=584528 CPUtime=4182.45 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 120483 0 0 0 418221 24 0 0 25 0 1 0 756028504 598556672 120383 33554432000 4194304 4300876 140736970062832 18446744073709551615 264725800138 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 146132 120383 169 27 0 144581 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 584528

[startup+4242.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 8209
/proc/meminfo: memFree=10894624/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=584528 CPUtime=4242.44 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 121973 0 0 0 424220 24 0 0 25 0 1 0 756028504 598556672 121873 33554432000 4194304 4300876 140736970062832 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 146132 121873 169 27 0 144581 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 584528

[startup+4302.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 8211
/proc/meminfo: memFree=10881432/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=584528 CPUtime=4302.44 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 123462 0 0 0 430220 24 0 0 25 0 1 0 756028504 598556672 123362 33554432000 4194304 4300876 140736970062832 18446744073709551615 4200288 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 146132 123362 169 27 0 144581 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 584528

[startup+4362.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/515 8212
/proc/meminfo: memFree=10866148/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=584528 CPUtime=4362.45 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 124964 0 0 0 436221 24 0 0 25 0 1 0 756028504 598556672 124864 33554432000 4194304 4300876 140736970062832 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 146132 124864 169 27 0 144581 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 584528

[startup+4422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 8214
/proc/meminfo: memFree=10851244/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=584528 CPUtime=4422.45 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 126397 0 0 0 442221 24 0 0 25 0 1 0 756028504 598556672 126297 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217367 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 146132 126297 169 27 0 144581 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 584528

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 8215
/proc/meminfo: memFree=10838196/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4482.45 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 127891 0 0 0 448220 25 0 0 25 0 1 0 756028504 730230784 127791 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217649 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 127791 169 27 0 176728 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 713116

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 8217
/proc/meminfo: memFree=10823428/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4542.45 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 129402 0 0 0 454220 25 0 0 25 0 1 0 756028504 730230784 129302 33554432000 4194304 4300876 140736970062832 18446744073709551615 4200293 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 129302 169 27 0 176728 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 713116

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 8219
/proc/meminfo: memFree=10809504/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4602.47 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 130862 0 0 0 460221 26 0 0 25 0 1 0 756028504 730230784 130762 33554432000 4194304 4300876 140736970062832 18446744073709551615 4261363 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 130762 169 27 0 176728 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 713116

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 8220
/proc/meminfo: memFree=10794104/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4662.46 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 132395 0 0 0 466220 26 0 0 25 0 1 0 756028504 730230784 132295 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217379 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 132295 169 27 0 176728 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 713116

[startup+4722.32 s]
/proc/loadavg: 2.07 2.03 2.01 3/515 8222
/proc/meminfo: memFree=10779696/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4722.48 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 133902 0 0 0 472222 26 0 0 25 0 1 0 756028504 730230784 133802 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 133802 169 27 0 176728 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 713116

[startup+4782.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/515 8223
/proc/meminfo: memFree=10767268/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4782.46 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 135386 0 0 0 478220 26 0 0 25 0 1 0 756028504 730230784 135286 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 135286 169 27 0 176728 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 713116

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 8225
/proc/meminfo: memFree=10753356/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4842.47 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 136827 0 0 0 484220 27 0 0 25 0 1 0 756028504 730230784 136727 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217479 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 136727 169 27 0 176728 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 713116

[startup+4902.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 8227
/proc/meminfo: memFree=10739828/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4902.47 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 138411 0 0 0 490220 27 0 0 25 0 1 0 756028504 730230784 138311 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 138311 169 27 0 176728 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 713116

[startup+4962.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/515 8228
/proc/meminfo: memFree=10725780/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=4962.47 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 139912 0 0 0 496220 27 0 0 25 0 1 0 756028504 730230784 139812 33554432000 4194304 4300876 140736970062832 18446744073709551615 4217718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 139812 169 27 0 176728 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 713116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 8229
/proc/meminfo: memFree=10715956/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=5000.08 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 140911 0 0 0 499980 28 0 0 25 0 1 0 756028504 730230784 140811 33554432000 4194304 4300876 140736970062832 18446744073709551615 4268938 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 140811 169 27 0 176728 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 713116

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

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

[startup+4999.9 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 8229
/proc/meminfo: memFree=10715956/32951124 swapFree=63083240/67111528
[pid=8056] ppid=8054 vsize=713116 CPUtime=5000.08 cores=1,3,5,7
/proc/8056/stat : 8056 (march_rw) R 8054 8056 32597 0 -1 4202496 140911 0 0 0 499980 28 0 0 25 0 1 0 756028504 730230784 140811 33554432000 4194304 4300876 140736970062832 18446744073709551615 4268938 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8056/statm: 178279 140811 169 27 0 176728 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 713116

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.12
CPU user time (s): 4999.82
CPU system time (s): 0.304953
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 713116

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

runsolver used 22.8515 second user time and 54.4517 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-29 04:28:49
IDJOB=3420609
IDBENCH=82861
IDSOLVER=1913
FILE ID=node141/3420609-1306636129
RUNJOBID= node141-1306636129-8010
PBS_JOBID= 13471611
Free space on /tmp= 73672 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S816372663-049.UNKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420609-1306636129/watcher-3420609-1306636129 -o /tmp/evaluation-result-3420609-1306636129/solver-3420609-1306636129 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420609-1306636129.cnf

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

MD5SUM BENCH= 82ce98f61c0f2213b508b1b975b0c344
RANDOM SEED=383982381

node141.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	: 5362.96
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.84
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.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.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:     32951124 kB
MemFree:      11966924 kB
Buffers:        357656 kB
Cached:       10248708 kB
SwapCached:      15808 kB
Active:       12876988 kB
Inactive:      7807916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11966924 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:             184 kB
Writeback:           0 kB
AnonPages:    10069948 kB
Mapped:          26244 kB
Slab:           160936 kB
PageTables:      69540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150674976 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= 73672 MiB
End job on node141 at 2011-05-29 05:52:11