Trace number 3420480

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.05 5000.04

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1901567697-013.UNKNOWN.cnf
MD5SUM6416f44b34786f590ff716f4b8e2cf7c
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 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.39/0.46	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.39/0.46	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.39/0.46	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.39/0.46	c main()::
0.39/0.46	c initFormula():: searching for DIMACS p-line....
0.39/0.46	c full lookahead due to high density!
0.39/0.46	c initFormula():: the DIMACS p-line indicates a CNF of 80 variables and 7120 clauses.
0.39/0.46	c parseCNF():: parsing....
0.39/0.46	c parseCNF():: the CNF contains 0 unary clauses.
0.39/0.46	c runParser():: parsing was successful, warming up engines...
0.39/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.46	c preprocessing fase I completed:: there are now 80 free variables and 7120 clauses.
0.39/0.46	c using k-SAT heuristics (size based diff)
0.39/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.46	c main():: clause / variable ratio: ( 7120 / 80 ) = 89.00
0.39/0.46	c longest clause has size 7
0.39/0.46	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.46	c number of free variables = 80
0.39/0.46	c dynamic_preselect_setsize :: off
0.39/0.46	c main():: all systems go!
0.39/0.46	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 191
0.49/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: 711
0.59/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: 5761
1.59/1.68	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 41121
8.89/8.90	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 224758
47.59/47.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 |******************************************
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: 963258
211.39/211.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3321374
765.60/765.68	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 9387124
2285.88/2285.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************

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-3420480-1306620779/watcher-3420480-1306620779 -o /tmp/evaluation-result-3420480-1306620779/solver-3420480-1306620779 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420480-1306620779.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.86 1.99 1.99 2/498 8442
/proc/meminfo: memFree=28571616/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=7220 CPUtime=0.01 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 531 0 0 0 1 0 0 0 24 0 1 0 773677507 7393280 321 33554432000 4194304 4300876 140735611610288 18446744073709551615 210650690224 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 1805 321 142 27 0 254 0

[startup+0.0910979 s]
/proc/loadavg: 1.86 1.99 1.99 2/498 8442
/proc/meminfo: memFree=28571616/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=7640 CPUtime=0.08 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 1199 0 0 0 8 0 0 0 24 0 1 0 773677507 7823360 427 33554432000 4194304 4300876 140735611610288 18446744073709551615 4214642 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 1910 427 143 27 0 359 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7640

[startup+0.101073 s]
/proc/loadavg: 1.86 1.99 1.99 2/498 8442
/proc/meminfo: memFree=28571616/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=7640 CPUtime=0.09 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 1199 0 0 0 9 0 0 0 24 0 1 0 773677507 7823360 427 33554432000 4194304 4300876 140735611610288 18446744073709551615 4214642 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 1910 427 143 27 0 359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7640

[startup+0.301039 s]
/proc/loadavg: 1.86 1.99 1.99 2/498 8442
/proc/meminfo: memFree=28571616/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=7640 CPUtime=0.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 1199 0 0 0 29 0 0 0 25 0 1 0 773677507 7823360 427 33554432000 4194304 4300876 140735611610288 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 1910 427 143 27 0 359 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7640

[startup+0.700972 s]
/proc/loadavg: 1.86 1.99 1.99 2/498 8442
/proc/meminfo: memFree=28571616/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=8272 CPUtime=0.69 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 1702 0 0 0 69 0 0 0 18 0 1 0 773677507 8470528 557 33554432000 4194304 4300876 140735611610288 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 2068 557 170 27 0 517 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8272

[startup+1.50083 s]
/proc/loadavg: 1.86 1.99 1.99 2/496 8491
/proc/meminfo: memFree=28569988/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=8464 CPUtime=1.49 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 1733 0 0 0 149 0 0 0 19 0 1 0 773677507 8667136 588 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 2116 588 170 27 0 565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8464

[startup+3.10057 s]
/proc/loadavg: 1.86 1.99 1.99 3/499 8497
/proc/meminfo: memFree=28566492/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=8740 CPUtime=3.09 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 1779 0 0 0 309 0 0 0 22 0 1 0 773677507 8949760 634 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 2185 634 170 27 0 634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8740

[startup+6.30103 s]
/proc/loadavg: 1.87 1.99 1.99 3/499 8497
/proc/meminfo: memFree=28565500/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=9012 CPUtime=6.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 1986 0 0 0 629 0 0 0 25 0 1 0 773677507 9228288 740 33554432000 4194304 4300876 140735611610288 18446744073709551615 4281196 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 2253 740 170 27 0 702 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9012

[startup+12.701 s]
/proc/loadavg: 1.88 1.99 1.99 3/499 8498
/proc/meminfo: memFree=28563068/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=9864 CPUtime=12.69 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 2169 0 0 0 1269 0 0 0 25 0 1 0 773677507 10100736 923 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 2466 923 171 27 0 915 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9864

[startup+25.5008 s]
/proc/loadavg: 1.91 1.99 1.99 3/499 8525
/proc/meminfo: memFree=28560540/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=11780 CPUtime=25.49 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 2532 0 0 0 2549 0 0 0 25 0 1 0 773677507 12062720 1286 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 2945 1286 171 27 0 1394 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11780

[startup+51.1005 s]
/proc/loadavg: 1.94 1.99 1.99 3/499 8526
/proc/meminfo: memFree=28553832/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=16092 CPUtime=51.09 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 3237 0 0 0 5109 0 0 0 25 0 1 0 773677507 16478208 1991 33554432000 4194304 4300876 140735611610288 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 4023 1991 171 27 0 2472 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16092

[startup+102.318 s]
/proc/loadavg: 1.97 1.99 1.99 3/499 8527
/proc/meminfo: memFree=28541508/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=20232 CPUtime=102.31 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 4678 0 0 0 10230 1 0 0 25 0 1 0 773677507 20717568 3432 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 5058 3432 171 27 0 3507 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20232

[startup+162.301 s]
/proc/loadavg: 2.09 2.02 2.00 3/499 8529
/proc/meminfo: memFree=28526316/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=34784 CPUtime=162.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 6321 0 0 0 16228 2 0 0 25 0 1 0 773677507 35618816 5075 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 8696 5075 171 27 0 7145 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 34784

[startup+222.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/499 8530
/proc/meminfo: memFree=28513132/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=35040 CPUtime=222.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 7856 0 0 0 22227 2 0 0 25 0 1 0 773677507 35880960 6610 33554432000 4194304 4300876 140735611610288 18446744073709551615 4225044 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 8760 6610 171 27 0 7209 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 35040

[startup+282.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 8532
/proc/meminfo: memFree=28500172/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=48136 CPUtime=282.28 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 9490 0 0 0 28226 2 0 0 25 0 1 0 773677507 49291264 8244 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 12034 8244 171 27 0 10483 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 48136

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 8534
/proc/meminfo: memFree=28487616/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=48648 CPUtime=342.28 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 11012 0 0 0 34226 2 0 0 25 0 1 0 773677507 49815552 9766 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 12162 9766 171 27 0 10611 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 48648

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8535
/proc/meminfo: memFree=28474804/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=68292 CPUtime=402.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 12615 0 0 0 40226 3 0 0 25 0 1 0 773677507 69931008 11369 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 17073 11369 171 27 0 15522 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 68292

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8537
/proc/meminfo: memFree=28462120/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=68292 CPUtime=462.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 14133 0 0 0 46226 3 0 0 25 0 1 0 773677507 69931008 12887 33554432000 4194304 4300876 140735611610288 18446744073709551615 4289137 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 17073 12887 171 27 0 15522 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 68292

[startup+522.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/499 8538
/proc/meminfo: memFree=28448804/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=68292 CPUtime=522.28 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 15683 0 0 0 52225 3 0 0 25 0 1 0 773677507 69931008 14437 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199342 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 17073 14437 171 27 0 15522 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 68292

[startup+582.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/499 8540
/proc/meminfo: memFree=28436124/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=97760 CPUtime=582.28 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 17244 0 0 0 58224 4 0 0 25 0 1 0 773677507 100106240 15998 33554432000 4194304 4300876 140735611610288 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 24440 15998 171 27 0 22889 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 97760

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8643
/proc/meminfo: memFree=27750120/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4002.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 97555 0 0 0 400212 18 0 0 25 0 1 0 773677507 475193344 96309 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 96309 171 27 0 114463 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 464056

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8645
/proc/meminfo: memFree=27737580/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4062.32 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 98817 0 0 0 406214 18 0 0 25 0 1 0 773677507 475193344 97571 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 97571 171 27 0 114463 0
Current children cumulated CPU time (s) 4062.32
Current children cumulated vsize (KiB) 464056

[startup+4122.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 8646
/proc/meminfo: memFree=27728252/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4122.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 99992 0 0 0 412212 18 0 0 25 0 1 0 773677507 475193344 98746 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 98746 171 27 0 114463 0
Current children cumulated CPU time (s) 4122.3
Current children cumulated vsize (KiB) 464056

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/499 8648
/proc/meminfo: memFree=27716672/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4182.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 101493 0 0 0 418211 18 0 0 25 0 1 0 773677507 475193344 100247 33554432000 4194304 4300876 140735611610288 18446744073709551615 4227933 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 100247 171 27 0 114463 0
Current children cumulated CPU time (s) 4182.29
Current children cumulated vsize (KiB) 464056

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 8650
/proc/meminfo: memFree=27705224/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4242.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 102906 0 0 0 424211 18 0 0 25 0 1 0 773677507 475193344 101660 33554432000 4194304 4300876 140735611610288 18446744073709551615 4225414 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 101660 171 27 0 114463 0
Current children cumulated CPU time (s) 4242.29
Current children cumulated vsize (KiB) 464056

[startup+4302.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/499 8651
/proc/meminfo: memFree=27693416/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4302.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 104236 0 0 0 430212 18 0 0 25 0 1 0 773677507 475193344 102990 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276343 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 102990 171 27 0 114463 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 464056

[startup+4362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/499 8653
/proc/meminfo: memFree=27681600/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4362.29 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 105621 0 0 0 436211 18 0 0 25 0 1 0 773677507 475193344 104375 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 104375 171 27 0 114463 0
Current children cumulated CPU time (s) 4362.29
Current children cumulated vsize (KiB) 464056

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/499 8654
/proc/meminfo: memFree=27670272/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4422.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 106950 0 0 0 442211 19 0 0 25 0 1 0 773677507 475193344 105704 33554432000 4194304 4300876 140735611610288 18446744073709551615 4227612 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 105704 171 27 0 114463 0
Current children cumulated CPU time (s) 4422.3
Current children cumulated vsize (KiB) 464056

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 8656
/proc/meminfo: memFree=27658476/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4482.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 108272 0 0 0 448211 19 0 0 25 0 1 0 773677507 475193344 107026 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 107026 171 27 0 114463 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 464056

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 8658
/proc/meminfo: memFree=27647156/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4542.31 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 109596 0 0 0 454211 20 0 0 25 0 1 0 773677507 475193344 108350 33554432000 4194304 4300876 140735611610288 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 108350 171 27 0 114463 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 464056

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8659
/proc/meminfo: memFree=27634968/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4602.32 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 110869 0 0 0 460212 20 0 0 25 0 1 0 773677507 475193344 109623 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 109623 171 27 0 114463 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 464056

[startup+4662.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 8661
/proc/meminfo: memFree=27625008/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4662.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 112091 0 0 0 466210 20 0 0 25 0 1 0 773677507 475193344 110845 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276331 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 110845 171 27 0 114463 0
Current children cumulated CPU time (s) 4662.3
Current children cumulated vsize (KiB) 464056

[startup+4722.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 8662
/proc/meminfo: memFree=27613452/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=464056 CPUtime=4722.32 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 113529 0 0 0 472212 20 0 0 25 0 1 0 773677507 475193344 112283 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276150 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 116014 112283 171 27 0 114463 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 464056

[startup+4782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 8664
/proc/meminfo: memFree=27603256/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=472256 CPUtime=4782.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 114858 0 0 0 478210 20 0 0 25 0 1 0 773677507 483590144 113612 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 118064 113612 171 27 0 116513 0
Current children cumulated CPU time (s) 4782.3
Current children cumulated vsize (KiB) 472256

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 8666
/proc/meminfo: memFree=27591204/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=696020 CPUtime=4842.31 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 116246 0 0 0 484209 22 0 0 25 0 1 0 773677507 712724480 115000 33554432000 4194304 4300876 140735611610288 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 174005 115000 171 27 0 172454 0
Current children cumulated CPU time (s) 4842.31
Current children cumulated vsize (KiB) 696020

[startup+4902.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 8667
/proc/meminfo: memFree=27579876/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=696020 CPUtime=4902.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 117563 0 0 0 490208 22 0 0 25 0 1 0 773677507 712724480 116317 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 174005 116317 171 27 0 172454 0
Current children cumulated CPU time (s) 4902.3
Current children cumulated vsize (KiB) 696020

[startup+4962.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/499 8669
/proc/meminfo: memFree=27568944/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=696020 CPUtime=4962.3 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 118819 0 0 0 496208 22 0 0 25 0 1 0 773677507 712724480 117573 33554432000 4194304 4300876 140735611610288 18446744073709551615 4276267 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 174005 117573 171 27 0 172454 0
Current children cumulated CPU time (s) 4962.3
Current children cumulated vsize (KiB) 696020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.05 2.04 2.00 3/499 8670
/proc/meminfo: memFree=27561620/32951132 swapFree=59085548/67111528
[pid=8442] ppid=8440 vsize=696020 CPUtime=5000.02 cores=1,3,5,7
/proc/8442/stat : 8442 (march_rw) R 8440 8442 7990 0 -1 4202496 119601 0 0 0 499979 23 0 0 25 0 1 0 773677507 712724480 118355 33554432000 4194304 4300876 140735611610288 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8442/statm: 174005 118355 171 27 0 172454 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 696020

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): 5000.04
CPU time (s): 5000.05
CPU user time (s): 4999.8
CPU system time (s): 0.248962
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 696020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.8
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119601
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= 6
involuntary context switches= 8095

runsolver used 23.0115 second user time and 53.9458 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-29 00:12:59
IDJOB=3420480
IDBENCH=82732
IDSOLVER=1913
FILE ID=node129/3420480-1306620779
RUNJOBID= node129-1306610774-8009
PBS_JOBID= 13471598
Free space on /tmp= 73148 MiB

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

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

MD5SUM BENCH= 6416f44b34786f590ff716f4b8e2cf7c
RANDOM SEED=41249818

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28571772 kB
Buffers:        192176 kB
Cached:        1625828 kB
SwapCached:      74168 kB
Active:         467820 kB
Inactive:      3688600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28571772 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:              80 kB
Writeback:           0 kB
AnonPages:     2274828 kB
Mapped:          18132 kB
Slab:            96304 kB
PageTables:      58324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147322968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73148 MiB
End job on node129 at 2011-05-29 01:36:21