Trace number 2695868

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 NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.15 998.921

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_0.opb.PB06.opb
MD5SUMeb191f4787a2203be4bff8f6c7c8f66d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1055
Best CPU time to get the best result obtained on this benchmark1789.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1037
Optimality of the best value was proved NO
Number of variables1961
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1961
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1961
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1961
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2695868-1278017690.opb.
0.00/0.00	c Instance file HOME/instance-2695868-1278017690.opb
0.00/0.00	c File size is 112187 bytes.
0.00/0.92	c Highest Coefficient sum: 3
0.00/0.92	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.93	c ============================[ Problem Statistics ]=============================
0.00/0.93	c |                                                                             |
0.00/0.93	c |  Parsing time:          0.93         s                                      |
0.00/0.93	c |  Number Variables:      1961                                                |
0.00/0.93	c |  Number Constraints:    4000                                                |
0.00/0.93	c ===============================================================================
1800.13/998.91	c Remaining time 1799.07 sec.
1800.13/998.91	c 
1800.13/998.91	c *** INTERRUPTED ***
1800.13/998.91	s UNKNOWN
1800.13/998.91	c Total CPU time              : 1798.26 s
1800.13/998.91	c Memory used           : 63.08 MB
1800.13/998.91	c CPU time              : 1798.26 s
1800.13/998.91	c 
1800.13/998.91	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695868-1278017690/watcher-2695868-1278017690 -o /tmp/evaluation-result-2695868-1278017690/solver-2695868-1278017690 -C 1800 -W 2000 -M 1800 run HOME/instance-2695868-1278017690.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.75 1.85 1.70 3/105 28929
/proc/meminfo: memFree=1437348/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0

[startup+0.054667 s]
/proc/loadavg: 1.75 1.85 1.70 3/105 28929
/proc/meminfo: memFree=1437348/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101671 s]
/proc/loadavg: 1.75 1.85 1.70 3/105 28929
/proc/meminfo: memFree=1437348/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300694 s]
/proc/loadavg: 1.75 1.85 1.70 3/105 28929
/proc/meminfo: memFree=1437348/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70074 s]
/proc/loadavg: 1.75 1.85 1.70 3/105 28929
/proc/meminfo: memFree=1437348/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 1.75 1.85 1.70 2/107 28931
/proc/meminfo: memFree=1430016/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=25520 CPUtime=1.48
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 4852 0 0 0 147 1 0 0 25 0 1 0 143062552 26132480 2988 1992294400 134512640 146736320 4293289392 18446744073709551615 136389768 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28930/statm: 6380 2988 1019 2985 0 2922 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34220

[startup+3.10101 s]
/proc/loadavg: 1.75 1.85 1.70 2/107 28931
/proc/meminfo: memFree=1428652/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=26120 CPUtime=3.08
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 5739 0 0 0 307 1 0 0 25 0 1 0 143062552 26746880 3146 1992294400 134512640 146736320 4293289392 18446744073709551615 136385172 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28930/statm: 6530 3146 1043 2985 0 3072 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34820

[startup+6.30137 s]
/proc/loadavg: 1.77 1.85 1.70 2/107 28931
/proc/meminfo: memFree=1426296/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=26168 CPUtime=6.28
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 6482 0 0 0 626 2 0 0 25 0 1 0 143062552 26796032 3216 1992294400 134512640 146736320 4293289392 18446744073709551615 136385172 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28930/statm: 6542 3216 1020 2985 0 3084 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34868

[startup+12.7011 s]
/proc/loadavg: 1.71 1.84 1.70 2/107 28931
/proc/meminfo: memFree=1426916/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=27276 CPUtime=12.68
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 7837 0 0 0 1265 3 0 0 25 0 1 0 143062552 27930624 3464 1992294400 134512640 146736320 4293289392 18446744073709551615 136406063 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28930/statm: 6819 3464 1020 2985 0 3361 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35976

[startup+25.5015 s]
/proc/loadavg: 1.55 1.80 1.69 2/107 28933
/proc/meminfo: memFree=1426792/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=28376 CPUtime=25.48
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 11927 0 0 0 2544 4 0 0 25 0 1 0 143062552 29057024 3755 1992294400 134512640 146736320 4293289392 18446744073709551615 136406050 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28930/statm: 7094 3755 1021 2985 0 3636 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37076

[startup+51.1015 s]
/proc/loadavg: 1.52 1.76 1.68 3/108 28934
/proc/meminfo: memFree=1420336/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=46608 CPUtime=58.58
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 14571 0 0 0 5852 6 0 0 25 0 2 0 143062552 47726592 5115 1992294400 134512640 146736320 4293289392 18446744073709551615 135468529 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 11652 5115 1051 2985 0 8194 0
[pid=28930/tid=28934] ppid=28929 vsize=46608 CPUtime=11.02
/proc/28930/task/28934/stat : 28934 (pb_cplex) R 28929 28929 28504 0 -1 4202560 546 0 0 0 1102 0 0 0 25 0 2 0 143066044 47726592 5115 1992294400 134512640 146736320 4293289392 18446744073709551615 135855167 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.58
Current children cumulated vsize (KiB) 55308

[startup+102.309 s]
/proc/loadavg: 1.73 1.78 1.69 3/108 28936
/proc/meminfo: memFree=1419840/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=46760 CPUtime=152.31
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 15082 0 0 0 15216 15 0 0 25 0 2 0 143062552 47882240 5214 1992294400 134512640 146736320 4293289392 18446744073709551615 136008461 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 11690 5214 1066 2985 0 8232 0
[pid=28930/tid=28934] ppid=28929 vsize=46760 CPUtime=57
/proc/28930/task/28934/stat : 28934 (pb_cplex) R 28929 28929 28504 0 -1 4202560 559 0 0 0 5696 4 0 0 25 0 2 0 143066044 47882240 5214 1992294400 134512640 146736320 4293289392 18446744073709551615 136009197 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 152.31
Current children cumulated vsize (KiB) 55460

[startup+162.302 s]
/proc/loadavg: 1.38 1.67 1.65 2/108 28937
/proc/meminfo: memFree=1408432/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=57024 CPUtime=224.36
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 18805 0 0 0 22415 21 0 0 25 0 2 0 143062552 58392576 8105 1992294400 134512640 146736320 4293289392 18446744073709551615 139042901 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 14256 8105 1071 2985 0 10798 0
[pid=28930/tid=28937] ppid=28929 vsize=57024 CPUtime=9.4
/proc/28930/task/28937/stat : 28937 (pb_cplex) S 28929 28929 28504 0 -1 4202560 632 0 0 0 940 0 0 0 25 0 2 0 143077179 58392576 8105 1992294400 134512640 146736320 4293289392 18446744073709551615 144580073 0 2 4096 16387 18446604436671007424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 224.36
Current children cumulated vsize (KiB) 65724

[startup+222.302 s]
/proc/loadavg: 1.83 1.75 1.68 3/108 28939
/proc/meminfo: memFree=1408060/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=57232 CPUtime=337.02
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 20646 0 0 0 33671 31 0 0 25 0 2 0 143062552 58605568 8189 1992294400 134512640 146736320 4293289392 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 14308 8189 1071 2985 0 10850 0
[pid=28930/tid=28937] ppid=28929 vsize=57232 CPUtime=64.34
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 2382 0 0 0 6428 6 0 0 25 0 2 0 143077179 58605568 8189 1992294400 134512640 146736320 4293289392 18446744073709551615 136000537 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 337.02
Current children cumulated vsize (KiB) 65932

[startup+282.302 s]
/proc/loadavg: 1.83 1.77 1.69 3/108 28941
/proc/meminfo: memFree=1407440/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=58004 CPUtime=448.18
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 21340 0 0 0 44779 39 0 0 25 0 2 0 143062552 59396096 8383 1992294400 134512640 146736320 4293289392 18446744073709551615 136475826 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 14501 8383 1071 2985 0 11043 0
[pid=28930/tid=28937] ppid=28929 vsize=58004 CPUtime=119.35
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 2468 0 0 0 11925 10 0 0 25 0 2 0 143077179 59396096 8383 1992294400 134512640 146736320 4293289392 18446744073709551615 135456863 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 448.18
Current children cumulated vsize (KiB) 66704

[startup+342.301 s]
/proc/loadavg: 1.85 1.79 1.70 3/108 28943
/proc/meminfo: memFree=1407068/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=58188 CPUtime=560.97
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 22372 0 0 0 56047 50 0 0 25 0 2 0 143062552 59584512 8428 1992294400 134512640 146736320 4293289392 18446744073709551615 136008392 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 14547 8428 1071 2985 0 11089 0
[pid=28930/tid=28937] ppid=28929 vsize=58188 CPUtime=175.62
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 3484 0 0 0 17546 16 0 0 25 0 2 0 143077179 59584512 8428 1992294400 134512640 146736320 4293289392 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 560.97
Current children cumulated vsize (KiB) 66888

[startup+402.302 s]

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

/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=58720 CPUtime=673.07
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 22529 0 0 0 67249 58 0 0 25 0 2 0 143062552 60129280 8585 1992294400 134512640 146736320 4293289392 18446744073709551615 136008457 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 14680 8585 1071 2985 0 11222 0
[pid=28930/tid=28937] ppid=28929 vsize=58720 CPUtime=231.22
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 3578 0 0 0 23102 20 0 0 25 0 2 0 143077179 60129280 8585 1992294400 134512640 146736320 4293289392 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 673.07
Current children cumulated vsize (KiB) 67420

[startup+462.301 s]
/proc/loadavg: 1.91 1.83 1.72 3/108 28954
/proc/meminfo: memFree=1405580/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=59308 CPUtime=781.18
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 22661 0 0 0 78050 68 0 0 25 0 2 0 143062552 60731392 8717 1992294400 134512640 146736320 4293289392 18446744073709551615 135526707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28930/statm: 14827 8717 1071 2985 0 11369 0
[pid=28930/tid=28937] ppid=28929 vsize=59308 CPUtime=285.45
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 3689 0 0 0 28520 25 0 0 25 0 2 0 143077179 60731392 8717 1992294400 134512640 146736320 4293289392 18446744073709551615 136008416 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 781.18
Current children cumulated vsize (KiB) 68008

[startup+522.301 s]
/proc/loadavg: 1.79 1.80 1.72 3/108 28956
/proc/meminfo: memFree=1405332/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=59948 CPUtime=894.75
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 22807 0 0 0 89396 79 0 0 25 0 2 0 143062552 61386752 8863 1992294400 134512640 146736320 4293289392 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28930/statm: 14987 8863 1071 2985 0 11529 0
[pid=28930/tid=28937] ppid=28929 vsize=59948 CPUtime=343.42
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 3775 0 0 0 34311 31 0 0 25 0 2 0 143077179 61386752 8863 1992294400 134512640 146736320 4293289392 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 894.75
Current children cumulated vsize (KiB) 68648

[startup+582.301 s]
/proc/loadavg: 1.92 1.83 1.74 3/108 28958
/proc/meminfo: memFree=1404712/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=60508 CPUtime=1006.71
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 25691 0 0 0 100582 89 0 0 25 0 2 0 143062552 61960192 9019 1992294400 134512640 146736320 4293289392 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28930/statm: 15127 9019 1071 2985 0 11669 0
[pid=28930/tid=28937] ppid=28929 vsize=60508 CPUtime=400.24
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 6576 0 0 0 39988 36 0 0 25 0 2 0 143077179 61960192 9019 1992294400 134512640 146736320 4293289392 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1006.71
Current children cumulated vsize (KiB) 69208

[startup+642.3 s]
/proc/loadavg: 1.97 1.86 1.75 3/108 28960
/proc/meminfo: memFree=1404092/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=60892 CPUtime=1121.84
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 33890 0 0 0 112083 101 0 0 25 0 2 0 143062552 62353408 9160 1992294400 134512640 146736320 4293289392 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28930/statm: 15223 9160 1071 2985 0 11765 0
[pid=28930/tid=28937] ppid=28929 vsize=60892 CPUtime=457.85
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11174 0 0 0 45743 42 0 0 25 0 2 0 143077179 62353408 9160 1992294400 134512640 146736320 4293289392 18446744073709551615 136008391 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 69592

[startup+702.301 s]
/proc/loadavg: 1.98 1.88 1.76 3/108 28962
/proc/meminfo: memFree=1403348/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=61544 CPUtime=1235.93
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 35871 0 0 0 123479 114 0 0 25 0 2 0 143062552 63021056 9348 1992294400 134512640 146736320 4293289392 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 15386 9348 1072 2985 0 11928 0
[pid=28930/tid=28937] ppid=28929 vsize=61544 CPUtime=515.79
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11310 0 0 0 51531 48 0 0 25 0 2 0 143077179 63021056 9348 1992294400 134512640 146736320 4293289392 18446744073709551615 136008167 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1235.93
Current children cumulated vsize (KiB) 70244

[startup+762.309 s]
/proc/loadavg: 2.00 1.90 1.77 3/108 28962
/proc/meminfo: memFree=1402604/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=62276 CPUtime=1348.4
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 36053 0 0 0 134715 125 0 0 25 0 2 0 143062552 63770624 9530 1992294400 134512640 146736320 4293289392 18446744073709551615 136000485 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28930/statm: 15569 9530 1072 2985 0 12111 0
[pid=28930/tid=28937] ppid=28929 vsize=62276 CPUtime=572.91
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11413 0 0 0 57237 54 0 0 25 0 2 0 143077179 63770624 9530 1992294400 134512640 146736320 4293289392 18446744073709551615 138462929 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1348.4
Current children cumulated vsize (KiB) 70976

[startup+822.301 s]
/proc/loadavg: 2.00 1.92 1.78 3/108 28964
/proc/meminfo: memFree=1402232/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=62276 CPUtime=1462.83
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 49237 0 0 0 146142 141 0 0 24 0 2 0 143062552 63770624 9595 1992294400 134512640 146736320 4293289392 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 15569 9595 1072 2985 0 12111 0
[pid=28930/tid=28937] ppid=28929 vsize=62276 CPUtime=629.52
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11415 0 0 0 62893 59 0 0 25 0 2 0 143077179 63770624 9595 1992294400 134512640 146736320 4293289392 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1462.83
Current children cumulated vsize (KiB) 70976

[startup+882.301 s]
/proc/loadavg: 1.93 1.91 1.79 2/108 28966
/proc/meminfo: memFree=1401488/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=62940 CPUtime=1577.36
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 55679 0 0 0 157580 156 0 0 25 0 2 0 143062552 64450560 9803 1992294400 134512640 146736320 4293289392 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 15735 9803 1072 2985 0 12277 0
[pid=28930/tid=28937] ppid=28929 vsize=62940 CPUtime=687.36
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11479 0 0 0 68672 64 0 0 23 0 2 0 143077179 64450560 9803 1992294400 134512640 146736320 4293289392 18446744073709551615 136475868 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1577.36
Current children cumulated vsize (KiB) 71640

[startup+942.301 s]
/proc/loadavg: 1.95 1.92 1.80 3/108 28968
/proc/meminfo: memFree=1400992/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=63964 CPUtime=1691.65
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 69281 0 0 0 168992 173 0 0 25 0 2 0 143062552 65499136 9911 1992294400 134512640 146736320 4293289392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 15991 9911 1072 2985 0 12533 0
[pid=28930/tid=28937] ppid=28929 vsize=63964 CPUtime=744.82
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11503 0 0 0 74412 70 0 0 25 0 2 0 143077179 65499136 9911 1992294400 134512640 146736320 4293289392 18446744073709551615 136475864 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1691.65
Current children cumulated vsize (KiB) 72664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+998.902 s]
/proc/loadavg: 1.96 1.93 1.81 3/108 28970
/proc/meminfo: memFree=1400124/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=64592 CPUtime=1800.13
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 79473 0 0 0 179825 188 0 0 25 0 2 0 143062552 66142208 10120 1992294400 134512640 146736320 4293289392 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 16148 10120 1072 2985 0 12690 0
[pid=28930/tid=28937] ppid=28929 vsize=64592 CPUtime=798.93
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11527 0 0 0 79818 75 0 0 25 0 2 0 143077179 66142208 10120 1992294400 134512640 146736320 4293289392 18446744073709551615 136000415 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 73292

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+998.902 s]
/proc/loadavg: 1.96 1.93 1.81 3/108 28970
/proc/meminfo: memFree=1400124/2059040 swapFree=4139044/4192956
[pid=28929] ppid=28927 vsize=8700 CPUtime=0
/proc/28929/stat : 28929 (run) S 28927 28929 28504 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 143062552 8908800 248 1992294400 4194304 4922060 140737312455968 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28929/statm: 2175 248 208 178 0 68 0
[pid=28930] ppid=28929 vsize=64592 CPUtime=1800.13
/proc/28930/stat : 28930 (pb_cplex) R 28929 28929 28504 0 -1 4202496 79473 0 0 0 179825 188 0 0 25 0 2 0 143062552 66142208 10120 1992294400 134512640 146736320 4293289392 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28930/statm: 16148 10120 1072 2985 0 12690 0
[pid=28930/tid=28937] ppid=28929 vsize=64592 CPUtime=798.93
/proc/28930/task/28937/stat : 28937 (pb_cplex) R 28929 28929 28504 0 -1 4202560 11527 0 0 0 79818 75 0 0 25 0 2 0 143077179 66142208 10120 1992294400 134512640 146736320 4293289392 18446744073709551615 136000415 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 73292

Child status: 0
Real time (s): 998.921
CPU time (s): 1800.15
CPU user time (s): 1798.26
CPU system time (s): 1.89071
CPU usage (%): 180.21
Max. virtual memory (cumulated for all children) (KiB): 73292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 1.89071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79846
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= 8855
involuntary context switches= 26092

runsolver used 1.89771 second user time and 5.17621 second system time

The end

Launcher Data

Begin job on node088 at 2010-07-01 22:54:50
IDJOB=2695868
IDBENCH=1984
IDSOLVER=1209
FILE ID=node088/2695868-1278017690
PBS_JOBID= 11198699
Free space on /tmp= 62384 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_0.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695868-1278017690/watcher-2695868-1278017690 -o /tmp/evaluation-result-2695868-1278017690/solver-2695868-1278017690 -C 1800 -W 2000 -M 1800  run HOME/instance-2695868-1278017690.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= eb191f4787a2203be4bff8f6c7c8f66d
RANDOM SEED=1567934781

node088.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1437884 kB
Buffers:        142164 kB
Cached:         377540 kB
SwapCached:       6976 kB
Active:         256940 kB
Inactive:       276620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1437884 kB
SwapTotal:     4192956 kB
SwapFree:      4139044 kB
Dirty:           16752 kB
Writeback:           0 kB
AnonPages:       12028 kB
Mapped:           8528 kB
Slab:            65792 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62368 MiB
End job on node088 at 2010-07-01 23:11:29