Trace number 3420842

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 5000.35

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S397702672-080.SATISFIABLE.cnf
MD5SUM0fc04a37bb65455aedf3737bd6551a47
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.32295
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
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 750 variables and 3195 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, 10 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 749 free variables and 3185 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 164 duplicate clauses
0.00/0.01	c resolvent_look() :: found 85 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 3270 / 750 ) = 4.36
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 = 749
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: 178
0.00/0.06	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: 1642
0.19/0.29	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 22818
4.10/4.15	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 235485
43.28/43.30	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1797231
356.42/356.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 10517043
2261.31/2261.61	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
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-3420842-1306641387/watcher-3420842-1306641387 -o /tmp/evaluation-result-3420842-1306641387/solver-3420842-1306641387 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420842-1306641387.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.03 1.92 3/434 392
/proc/meminfo: memFree=12302952/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=6592 CPUtime=0 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4194304 230 0 0 0 0 0 0 0 25 0 1 0 775738295 6750208 175 33554432000 4194304 4300876 140733223702960 18446744073709551615 274664469189 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 1648 175 113 27 0 97 0

[startup+0.114305 s]
/proc/loadavg: 2.09 2.03 1.92 3/434 392
/proc/meminfo: memFree=12302952/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=8140 CPUtime=0.11 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 598 0 0 0 11 0 0 0 25 0 1 0 775738295 8335360 541 33554432000 4194304 4300876 140733223702960 18446744073709551615 4288425 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 2035 541 168 27 0 484 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8140

[startup+0.200331 s]
/proc/loadavg: 2.09 2.03 1.92 3/434 392
/proc/meminfo: memFree=12302952/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=8140 CPUtime=0.19 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 601 0 0 0 19 0 0 0 25 0 1 0 775738295 8335360 544 33554432000 4194304 4300876 140733223702960 18446744073709551615 4248602 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 2035 544 168 27 0 484 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8140

[startup+0.300287 s]
/proc/loadavg: 2.09 2.03 1.92 3/434 392
/proc/meminfo: memFree=12302952/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=8140 CPUtime=0.29 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 608 0 0 0 29 0 0 0 25 0 1 0 775738295 8335360 551 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 2035 551 168 27 0 484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8140

[startup+0.700209 s]
/proc/loadavg: 2.09 2.03 1.92 3/434 392
/proc/meminfo: memFree=12302952/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=8280 CPUtime=0.69 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 635 0 0 0 69 0 0 0 25 0 1 0 775738295 8478720 578 33554432000 4194304 4300876 140733223702960 18446744073709551615 4276839 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 2070 578 168 27 0 519 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8280

[startup+1.50112 s]
/proc/loadavg: 2.09 2.03 1.92 3/435 393
/proc/meminfo: memFree=12300488/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=8584 CPUtime=1.5 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 699 0 0 0 150 0 0 0 25 0 1 0 775738295 8790016 642 33554432000 4194304 4300876 140733223702960 18446744073709551615 4228936 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 2146 642 169 27 0 595 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8584

[startup+3.10083 s]
/proc/loadavg: 2.08 2.03 1.92 3/435 393
/proc/meminfo: memFree=12299372/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=8908 CPUtime=3.1 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 765 0 0 0 310 0 0 0 25 0 1 0 775738295 9121792 708 33554432000 4194304 4300876 140733223702960 18446744073709551615 4250742 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 2227 708 169 27 0 676 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8908

[startup+6.30028 s]
/proc/loadavg: 2.08 2.03 1.92 3/435 393
/proc/meminfo: memFree=12298372/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=9476 CPUtime=6.3 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 884 0 0 0 630 0 0 0 25 0 1 0 775738295 9703424 827 33554432000 4194304 4300876 140733223702960 18446744073709551615 4200267 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/392/statm: 2369 827 169 27 0 818 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9476

[startup+12.7012 s]
/proc/loadavg: 2.07 2.03 1.92 3/435 393
/proc/meminfo: memFree=12296648/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=11000 CPUtime=12.69 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 1180 0 0 0 1269 0 0 0 25 0 1 0 775738295 11264000 1114 33554432000 4194304 4300876 140733223702960 18446744073709551615 4250933 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 2750 1114 169 27 0 1199 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11000

[startup+25.5009 s]
/proc/loadavg: 2.06 2.02 1.92 3/435 394
/proc/meminfo: memFree=12292056/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=12632 CPUtime=25.49 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 1689 0 0 0 2549 0 0 0 25 0 1 0 775738295 12935168 1623 33554432000 4194304 4300876 140733223702960 18446744073709551615 4214499 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 3158 1623 169 27 0 1607 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12632

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 1.92 3/435 394
/proc/meminfo: memFree=12285104/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=17608 CPUtime=51.08 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 2672 0 0 0 5107 1 0 0 25 0 1 0 775738295 18030592 2606 33554432000 4194304 4300876 140733223702960 18446744073709551615 4214400 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 4402 2606 169 27 0 2851 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17608

[startup+102.301 s]
/proc/loadavg: 2.15 2.05 1.93 3/435 396
/proc/meminfo: memFree=12270716/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=31292 CPUtime=102.27 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 4638 0 0 0 10225 2 0 0 25 0 1 0 775738295 32043008 4572 33554432000 4194304 4300876 140733223702960 18446744073709551615 4216887 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 7823 4572 169 27 0 6272 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31292

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 1.93 3/435 397
/proc/meminfo: memFree=12254328/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=40156 CPUtime=162.26 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 6920 0 0 0 16221 5 0 0 25 0 1 0 775738295 41119744 6854 33554432000 4194304 4300876 140733223702960 18446744073709551615 4214420 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 10039 6854 169 27 0 8488 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 40156

[startup+222.316 s]
/proc/loadavg: 2.04 2.04 1.93 3/435 399
/proc/meminfo: memFree=12240416/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=58564 CPUtime=222.27 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 9149 0 0 0 22221 6 0 0 25 0 1 0 775738295 59969536 9083 33554432000 4194304 4300876 140733223702960 18446744073709551615 4200319 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 14641 9083 169 27 0 13090 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 58564

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 1.93 3/435 410
/proc/meminfo: memFree=12225656/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=58564 CPUtime=282.22 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 11355 0 0 0 28214 8 0 0 25 0 1 0 775738295 59969536 11289 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 14641 11289 169 27 0 13090 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 58564

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.93 3/435 411
/proc/meminfo: memFree=12210924/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=78208 CPUtime=342.21 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 13446 0 0 0 34211 10 0 0 25 0 1 0 775738295 80084992 13380 33554432000 4194304 4300876 140733223702960 18446744073709551615 4288358 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 19552 13380 169 27 0 18001 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 78208

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.93 3/435 413
/proc/meminfo: memFree=12195904/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=88964 CPUtime=402.2 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 15626 0 0 0 40210 10 0 0 25 0 1 0 775738295 91099136 15560 33554432000 4194304 4300876 140733223702960 18446744073709551615 4200248 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 22241 15560 169 27 0 20690 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 88964

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/435 414
/proc/meminfo: memFree=12180392/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=88964 CPUtime=462.19 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 17877 0 0 0 46208 11 0 0 25 0 1 0 775738295 91099136 17811 33554432000 4194304 4300876 140733223702960 18446744073709551615 4214516 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 22241 17811 169 27 0 20690 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 88964

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/435 416
/proc/meminfo: memFree=12165628/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=118432 CPUtime=522.19 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 20089 0 0 0 52207 12 0 0 25 0 1 0 775738295 121274368 20023 33554432000 4194304 4300876 140733223702960 18446744073709551615 4265489 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 29608 20023 169 27 0 28057 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 118432

[startup+582.3 s]
/proc/loadavg: 2.12 2.03 1.94 3/435 421
/proc/meminfo: memFree=12150720/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=118432 CPUtime=582.08 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 22208 0 0 0 58194 14 0 0 25 0 1 0 775738295 121274368 22142 33554432000 4194304 4300876 140733223702960 18446744073709551615 4265584 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/392/statm: 29608 22142 169 27 0 28057 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 118432

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/429 549
/proc/meminfo: memFree=11983864/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=626560 CPUtime=4002.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 141110 0 0 0 400162 43 0 0 25 0 1 0 775738295 641597440 141044 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 156640 141044 169 27 0 155089 0
Current children cumulated CPU time (s) 4002.05
Current children cumulated vsize (KiB) 626560

[startup+4062.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/429 550
/proc/meminfo: memFree=11975056/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=626560 CPUtime=4062.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 143256 0 0 0 406162 43 0 0 25 0 1 0 775738295 641597440 143190 33554432000 4194304 4300876 140733223702960 18446744073709551615 4263671 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 156640 143190 169 27 0 155089 0
Current children cumulated CPU time (s) 4062.05
Current children cumulated vsize (KiB) 626560

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/429 552
/proc/meminfo: memFree=11966844/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=626560 CPUtime=4122.04 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 145317 0 0 0 412161 43 0 0 25 0 1 0 775738295 641597440 145251 33554432000 4194304 4300876 140733223702960 18446744073709551615 4268594 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 156640 145251 169 27 0 155089 0
Current children cumulated CPU time (s) 4122.04
Current children cumulated vsize (KiB) 626560

[startup+4182.32 s]
/proc/loadavg: 1.15 1.03 1.20 2/429 557
/proc/meminfo: memFree=11958752/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4182.06 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 147355 0 0 0 418162 44 0 0 25 0 1 0 775738295 870731776 147289 33554432000 4194304 4300876 140733223702960 18446744073709551615 4261027 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 147289 169 27 0 211030 0
Current children cumulated CPU time (s) 4182.06
Current children cumulated vsize (KiB) 850324

[startup+4242.3 s]
/proc/loadavg: 1.05 1.02 1.18 2/429 558
/proc/meminfo: memFree=11950392/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4242.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 149513 0 0 0 424161 44 0 0 25 0 1 0 775738295 870731776 149447 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 149447 169 27 0 211030 0
Current children cumulated CPU time (s) 4242.05
Current children cumulated vsize (KiB) 850324

[startup+4302.3 s]
/proc/loadavg: 1.02 1.02 1.17 2/429 560
/proc/meminfo: memFree=11942208/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4302.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 151579 0 0 0 430161 44 0 0 25 0 1 0 775738295 870731776 151513 33554432000 4194304 4300876 140733223702960 18446744073709551615 4200357 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 151513 169 27 0 211030 0
Current children cumulated CPU time (s) 4302.05
Current children cumulated vsize (KiB) 850324

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/429 561
/proc/meminfo: memFree=11934020/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4362.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 153612 0 0 0 436160 45 0 0 25 0 1 0 775738295 870731776 153546 33554432000 4194304 4300876 140733223702960 18446744073709551615 4200267 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 153546 169 27 0 211030 0
Current children cumulated CPU time (s) 4362.05
Current children cumulated vsize (KiB) 850324

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/429 563
/proc/meminfo: memFree=11925576/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4422.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 155679 0 0 0 442160 45 0 0 25 0 1 0 775738295 870731776 155613 33554432000 4194304 4300876 140733223702960 18446744073709551615 4214479 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 155613 169 27 0 211030 0
Current children cumulated CPU time (s) 4422.05
Current children cumulated vsize (KiB) 850324

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/429 565
/proc/meminfo: memFree=11917376/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4482.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 157728 0 0 0 448160 45 0 0 25 0 1 0 775738295 870731776 157662 33554432000 4194304 4300876 140733223702960 18446744073709551615 4228214 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 157662 169 27 0 211030 0
Current children cumulated CPU time (s) 4482.05
Current children cumulated vsize (KiB) 850324

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/429 566
/proc/meminfo: memFree=11909436/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4542.05 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 159768 0 0 0 454159 46 0 0 25 0 1 0 775738295 870731776 159702 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217472 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 159702 169 27 0 211030 0
Current children cumulated CPU time (s) 4542.05
Current children cumulated vsize (KiB) 850324

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/429 568
/proc/meminfo: memFree=11901496/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4602.06 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 161761 0 0 0 460159 47 0 0 25 0 1 0 775738295 870731776 161695 33554432000 4194304 4300876 140733223702960 18446744073709551615 4200288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 161695 169 27 0 211030 0
Current children cumulated CPU time (s) 4602.06
Current children cumulated vsize (KiB) 850324

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/429 569
/proc/meminfo: memFree=11893432/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4662.06 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 163703 0 0 0 466159 47 0 0 25 0 1 0 775738295 870731776 163637 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217560 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 163637 169 27 0 211030 0
Current children cumulated CPU time (s) 4662.06
Current children cumulated vsize (KiB) 850324

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/429 571
/proc/meminfo: memFree=11885616/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4722.06 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 165691 0 0 0 472159 47 0 0 25 0 1 0 775738295 870731776 165625 33554432000 4194304 4300876 140733223702960 18446744073709551615 4248619 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 165625 169 27 0 211030 0
Current children cumulated CPU time (s) 4722.06
Current children cumulated vsize (KiB) 850324

[startup+4782.3 s]
/proc/loadavg: 1.07 1.03 1.09 2/429 573
/proc/meminfo: memFree=11877924/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4782.06 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 167616 0 0 0 478159 47 0 0 25 0 1 0 775738295 870731776 167550 33554432000 4194304 4300876 140733223702960 18446744073709551615 4228230 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 167550 169 27 0 211030 0
Current children cumulated CPU time (s) 4782.06
Current children cumulated vsize (KiB) 850324

[startup+4842.31 s]
/proc/loadavg: 1.02 1.02 1.08 2/429 574
/proc/meminfo: memFree=11870232/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4842.08 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 169462 0 0 0 484160 48 0 0 25 0 1 0 775738295 870731776 169396 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217645 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 169396 169 27 0 211030 0
Current children cumulated CPU time (s) 4842.08
Current children cumulated vsize (KiB) 850324

[startup+4902.3 s]
/proc/loadavg: 1.01 1.02 1.08 2/429 576
/proc/meminfo: memFree=11862288/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4902.06 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 171596 0 0 0 490158 48 0 0 25 0 1 0 775738295 870731776 171530 33554432000 4194304 4300876 140733223702960 18446744073709551615 4201080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 171530 169 27 0 211030 0
Current children cumulated CPU time (s) 4902.06
Current children cumulated vsize (KiB) 850324

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/429 577
/proc/meminfo: memFree=11853224/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=4962.06 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 173770 0 0 0 496158 48 0 0 25 0 1 0 775738295 870731776 173704 33554432000 4194304 4300876 140733223702960 18446744073709551615 4217555 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 173704 169 27 0 211030 0
Current children cumulated CPU time (s) 4962.06
Current children cumulated vsize (KiB) 850324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/429 578
/proc/meminfo: memFree=11848256/32951132 swapFree=67093840/67111528
[pid=392] ppid=390 vsize=850324 CPUtime=5000.07 cores=0,2,4,6
/proc/392/stat : 392 (march_rw) R 390 392 24594 0 -1 4202496 175078 0 0 0 499958 49 0 0 25 0 1 0 775738295 870731776 175012 33554432000 4194304 4300876 140733223702960 18446744073709551615 274664504842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/392/statm: 212581 175012 169 27 0 211030 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 850324

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.35
CPU time (s): 5000.12
CPU user time (s): 4999.6
CPU system time (s): 0.527919
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 850324

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

runsolver used 21.8017 second user time and 43.3164 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-29 05:56:27
IDJOB=3420842
IDBENCH=83094
IDSOLVER=1913
FILE ID=node131/3420842-1306641387
RUNJOBID= node131-1306639142-32636
PBS_JOBID= 13471621
Free space on /tmp= 73228 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S397702672-080.SATISFIABLE.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420842-1306641387/watcher-3420842-1306641387 -o /tmp/evaluation-result-3420842-1306641387/solver-3420842-1306641387 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420842-1306641387.cnf

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

MD5SUM BENCH= 0fc04a37bb65455aedf3737bd6551a47
RANDOM SEED=707211266

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12303108 kB
Buffers:        306224 kB
Cached:        5675936 kB
SwapCached:        948 kB
Active:       15865488 kB
Inactive:      4476996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12303108 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:             400 kB
Writeback:           8 kB
AnonPages:    14359088 kB
Mapped:          38712 kB
Slab:           183240 kB
PageTables:      56284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95656508 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= 73228 MiB
End job on node131 at 2011-05-29 07:19:49