Trace number 2695986

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
MD5SUMd4957a1112a9baa7413020ddf827f352
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1047
Best CPU time to get the best result obtained on this benchmark1789.62
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 variables1963
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 1963
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 1963
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 1963
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-2695986-1278017724.opb.
0.00/0.00	c Instance file HOME/instance-2695986-1278017724.opb
0.00/0.00	c File size is 112294 bytes.
0.00/0.99	c Highest Coefficient sum: 3
0.00/0.99	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/1.00	c ============================[ Problem Statistics ]=============================
0.00/1.00	c |                                                                             |
0.00/1.00	c |  Parsing time:          1.00         s                                      |
0.00/1.00	c |  Number Variables:      1963                                                |
0.99/1.00	c |  Number Constraints:    4000                                                |
0.99/1.00	c ===============================================================================
1800.03/1003.01	c Remaining time 1799.00 sec.
1800.03/1003.01	c 
1800.03/1003.01	c *** INTERRUPTED ***
1800.03/1003.01	s UNKNOWN
1800.03/1003.01	c Total CPU time              : 1797.98 s
1800.03/1003.01	c Memory used           : 65.41 MB
1800.03/1003.01	c CPU time              : 1797.98 s
1800.03/1003.01	c 
1800.03/1003.01	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-2695986-1278017724/watcher-2695986-1278017724 -o /tmp/evaluation-result-2695986-1278017724/solver-2695986-1278017724 -C 1800 -W 2000 -M 1800 run HOME/instance-2695986-1278017724.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.94 1.97 1.80 3/106 28858
/proc/meminfo: memFree=1452624/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0

[startup+0.073486 s]
/proc/loadavg: 1.94 1.97 1.80 3/106 28858
/proc/meminfo: memFree=1452624/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101487 s]
/proc/loadavg: 1.94 1.97 1.80 3/106 28858
/proc/meminfo: memFree=1452624/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300508 s]
/proc/loadavg: 1.94 1.97 1.80 3/106 28858
/proc/meminfo: memFree=1452624/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700548 s]
/proc/loadavg: 1.94 1.97 1.80 3/106 28858
/proc/meminfo: memFree=1452624/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50163 s]
/proc/loadavg: 1.94 1.97 1.80 2/108 28860
/proc/meminfo: memFree=1449632/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=25372 CPUtime=1.49
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 4556 0 0 0 147 2 0 0 18 0 1 0 143064629 25980928 2949 1992294400 134512640 146736320 4292321936 18446744073709551615 136384892 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28859/statm: 6343 2949 1003 2985 0 2885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34072

[startup+3.10179 s]
/proc/loadavg: 1.86 1.95 1.80 2/108 28860
/proc/meminfo: memFree=1442440/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=25496 CPUtime=3.08
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 5174 0 0 0 306 2 0 0 20 0 1 0 143064629 26107904 3104 1992294400 134512640 146736320 4292321936 18446744073709551615 136385174 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28859/statm: 6374 3104 1004 2985 0 2916 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34196

[startup+6.30112 s]
/proc/loadavg: 1.86 1.95 1.80 2/108 28860
/proc/meminfo: memFree=1442564/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=25860 CPUtime=6.28
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 5721 0 0 0 626 2 0 0 25 0 1 0 143064629 26480640 3189 1992294400 134512640 146736320 4292321936 18446744073709551615 136403109 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28859/statm: 6465 3189 1003 2985 0 3007 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34560

[startup+12.7018 s]
/proc/loadavg: 1.73 1.92 1.79 2/108 28860
/proc/meminfo: memFree=1442440/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=25648 CPUtime=12.68
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 6912 0 0 0 1265 3 0 0 25 0 1 0 143064629 26263552 3179 1992294400 134512640 146736320 4292321936 18446744073709551615 135466468 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28859/statm: 6412 3179 1003 2985 0 2954 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34348

[startup+25.5011 s]
/proc/loadavg: 1.62 1.89 1.78 2/108 28862
/proc/meminfo: memFree=1442440/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=27876 CPUtime=25.48
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 11182 0 0 0 2543 5 0 0 25 0 1 0 143064629 28545024 3645 1992294400 134512640 146736320 4292321936 18446744073709551615 136406063 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28859/statm: 6969 3645 1014 2985 0 3511 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36576

[startup+51.1007 s]
/proc/loadavg: 1.48 1.84 1.77 3/109 28863
/proc/meminfo: memFree=1436232/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=44784 CPUtime=58.95
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 14099 0 0 0 5887 8 0 0 25 0 2 0 143064629 45858816 4994 1992294400 134512640 146736320 4292321936 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 11196 4994 1044 2985 0 7738 0
[pid=28859/tid=28863] ppid=28858 vsize=44784 CPUtime=11.41
/proc/28859/task/28863/stat : 28863 (pb_cplex) R 28858 28858 28578 0 -1 4202560 546 0 0 0 1140 1 0 0 25 0 2 0 143068161 45858816 4994 1992294400 134512640 146736320 4292321936 18446744073709551615 135451366 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.95
Current children cumulated vsize (KiB) 53484

[startup+102.309 s]
/proc/loadavg: 1.82 1.87 1.78 2/109 28865
/proc/meminfo: memFree=1435116/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=46296 CPUtime=153.14
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 17684 0 0 0 15296 18 0 0 25 0 2 0 143064629 47407104 5193 1992294400 134512640 146736320 4292321936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 11574 5193 1057 2985 0 8116 0
[pid=28859/tid=28863] ppid=28858 vsize=46296 CPUtime=58.44
/proc/28859/task/28863/stat : 28863 (pb_cplex) R 28858 28858 28578 0 -1 4202560 3870 0 0 0 5837 7 0 0 18 0 2 0 143068161 47407104 5193 1992294400 134512640 146736320 4292321936 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 153.14
Current children cumulated vsize (KiB) 54996

[startup+162.301 s]
/proc/loadavg: 1.70 1.81 1.76 3/109 28866
/proc/meminfo: memFree=1422964/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=59976 CPUtime=229.73
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 21628 0 0 0 22950 23 0 0 25 0 2 0 143064629 61415424 8292 1992294400 134512640 146736320 4292321936 18446744073709551615 136008266 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 14994 8292 1075 2985 0 11536 0
[pid=28859/tid=28866] ppid=28858 vsize=59976 CPUtime=17.97
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 440 0 0 0 1797 0 0 0 25 0 2 0 143078653 61415424 8292 1992294400 134512640 146736320 4292321936 18446744073709551615 136008234 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.73
Current children cumulated vsize (KiB) 68676

[startup+222.301 s]
/proc/loadavg: 1.82 1.81 1.76 3/109 28868
/proc/meminfo: memFree=1422840/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=59976 CPUtime=338.21
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 21676 0 0 0 33790 31 0 0 25 0 2 0 143064629 61415424 8331 1992294400 134512640 146736320 4292321936 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 14994 8331 1066 2985 0 11536 0
[pid=28859/tid=28866] ppid=28858 vsize=59976 CPUtime=69.04
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 468 0 0 0 6900 4 0 0 18 0 2 0 143078653 61415424 8331 1992294400 134512640 146736320 4292321936 18446744073709551615 136476051 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 338.21
Current children cumulated vsize (KiB) 68676

[startup+282.301 s]
/proc/loadavg: 1.95 1.84 1.77 3/109 28870
/proc/meminfo: memFree=1422344/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=60640 CPUtime=448.68
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 21812 0 0 0 44827 41 0 0 25 0 2 0 143064629 62095360 8467 1992294400 134512640 146736320 4292321936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 15160 8467 1066 2985 0 11702 0
[pid=28859/tid=28866] ppid=28858 vsize=60640 CPUtime=124.51
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 549 0 0 0 12442 9 0 0 21 0 2 0 143078653 62095360 8467 1992294400 134512640 146736320 4292321936 18446744073709551615 135455282 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 448.68
Current children cumulated vsize (KiB) 69340

[startup+342.301 s]
/proc/loadavg: 2.11 1.91 1.80 3/109 28881
/proc/meminfo: memFree=1420980/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=61028 CPUtime=560.86
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 26887 0 0 0 56033 53 0 0 21 0 2 0 143064629 62492672 8608 1992294400 134512640 146736320 4292321936 18446744073709551615 135982623 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 15257 8608 1066 2985 0 11799 0
[pid=28859/tid=28866] ppid=28858 vsize=61028 CPUtime=180.79
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 5576 0 0 0 18062 17 0 0 25 0 2 0 143078653 62492672 8608 1992294400 134512640 146736320 4292321936 18446744073709551615 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 560.86
Current children cumulated vsize (KiB) 69728

[startup+402.301 s]

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

[pid=28859] ppid=28858 vsize=61376 CPUtime=674.4
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 34744 0 0 0 67371 69 0 0 21 0 2 0 143064629 62849024 8750 1992294400 134512640 146736320 4292321936 18446744073709551615 136475800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 15344 8750 1066 2985 0 11886 0
[pid=28859/tid=28866] ppid=28858 vsize=61376 CPUtime=238.45
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 13396 0 0 0 23817 28 0 0 25 0 2 0 143078653 62849024 8750 1992294400 134512640 146736320 4292321936 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 674.4
Current children cumulated vsize (KiB) 70076

[startup+462.301 s]
/proc/loadavg: 1.98 1.93 1.82 3/109 28883
/proc/meminfo: memFree=1420236/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=61836 CPUtime=785.16
/proc/28859/stat : 28859 (pb_cplex) S 28858 28858 28578 0 -1 4202496 35025 0 0 0 78433 83 0 0 21 0 2 0 143064629 63320064 8865 1992294400 134512640 146736320 4292321936 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 15459 8865 1066 2985 0 12001 0
[pid=28859/tid=28866] ppid=28858 vsize=61836 CPUtime=296.49
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 13553 0 0 0 29615 34 0 0 25 0 2 0 143078653 63320064 8865 1992294400 134512640 146736320 4292321936 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 785.16
Current children cumulated vsize (KiB) 70536

[startup+522.302 s]
/proc/loadavg: 2.19 1.99 1.84 3/109 28885
/proc/meminfo: memFree=1419988/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=62460 CPUtime=896.1
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 35200 0 0 0 89517 93 0 0 20 0 2 0 143064629 63959040 9021 1992294400 134512640 146736320 4292321936 18446744073709551615 139042878 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 15615 9021 1066 2985 0 12157 0
[pid=28859/tid=28866] ppid=28858 vsize=62460 CPUtime=350.51
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 13676 0 0 0 35012 39 0 0 25 0 2 0 143078653 63959040 9021 1992294400 134512640 146736320 4292321936 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 896.1
Current children cumulated vsize (KiB) 71160

[startup+582.302 s]
/proc/loadavg: 2.11 2.01 1.85 5/109 28887
/proc/meminfo: memFree=1419492/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=63032 CPUtime=1007.89
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 35347 0 0 0 100685 104 0 0 18 0 2 0 143064629 64544768 9168 1992294400 134512640 146736320 4292321936 18446744073709551615 136008044 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 15758 9168 1066 2985 0 12300 0
[pid=28859/tid=28866] ppid=28858 vsize=63032 CPUtime=408.74
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 13749 0 0 0 40831 43 0 0 25 0 2 0 143078653 64544768 9168 1992294400 134512640 146736320 4292321936 18446744073709551615 136007975 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1007.89
Current children cumulated vsize (KiB) 71732

[startup+642.301 s]
/proc/loadavg: 2.17 2.05 1.88 3/109 28889
/proc/meminfo: memFree=1418872/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=63492 CPUtime=1120.25
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 35490 0 0 0 111909 116 0 0 25 0 2 0 143064629 65015808 9311 1992294400 134512640 146736320 4292321936 18446744073709551615 136008263 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 15873 9311 1066 2985 0 12415 0
[pid=28859/tid=28866] ppid=28858 vsize=63492 CPUtime=468.07
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 13842 0 0 0 46758 49 0 0 21 0 2 0 143078653 65015808 9311 1992294400 134512640 146736320 4292321936 18446744073709551615 136008928 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1120.25
Current children cumulated vsize (KiB) 72192

[startup+702.301 s]
/proc/loadavg: 2.25 2.10 1.90 3/109 28891
/proc/meminfo: memFree=1418376/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=63840 CPUtime=1232.78
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 42720 0 0 0 123146 132 0 0 22 0 2 0 143064629 65372160 9404 1992294400 134512640 146736320 4292321936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 15960 9404 1066 2985 0 12502 0
[pid=28859/tid=28866] ppid=28858 vsize=63840 CPUtime=525.61
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 13879 0 0 0 52507 54 0 0 25 0 2 0 143078653 65372160 9404 1992294400 134512640 146736320 4292321936 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1232.78
Current children cumulated vsize (KiB) 72540

[startup+762.309 s]
/proc/loadavg: 2.21 2.10 1.92 3/109 28891
/proc/meminfo: memFree=1417632/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=64412 CPUtime=1347.34
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 48208 0 0 0 134587 147 0 0 25 0 2 0 143064629 65957888 9604 1992294400 134512640 146736320 4292321936 18446744073709551615 136385177 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 16103 9604 1066 2985 0 12645 0
[pid=28859/tid=28866] ppid=28858 vsize=64412 CPUtime=582.83
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 14010 0 0 0 58222 61 0 0 20 0 2 0 143078653 65957888 9604 1992294400 134512640 146736320 4292321936 18446744073709551615 136008454 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1347.34
Current children cumulated vsize (KiB) 73112

[startup+822.301 s]
/proc/loadavg: 2.19 2.13 1.93 3/109 28893
/proc/meminfo: memFree=1417136/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=64928 CPUtime=1460.06
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 48343 0 0 0 145847 159 0 0 25 0 2 0 143064629 66486272 9739 1992294400 134512640 146736320 4292321936 18446744073709551615 136008609 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28859/statm: 16232 9739 1066 2985 0 12774 0
[pid=28859/tid=28866] ppid=28858 vsize=64928 CPUtime=637.6
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 14089 0 0 0 63693 67 0 0 25 0 2 0 143078653 66486272 9739 1992294400 134512640 146736320 4292321936 18446744073709551615 136000315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1460.06
Current children cumulated vsize (KiB) 73628

[startup+882.301 s]
/proc/loadavg: 2.33 2.18 1.96 3/109 28895
/proc/meminfo: memFree=1416392/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=65652 CPUtime=1570.7
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 50341 0 0 0 156900 170 0 0 18 0 2 0 143064629 67227648 9911 1992294400 134512640 146736320 4292321936 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 16413 9911 1066 2985 0 12955 0
[pid=28859/tid=28866] ppid=28858 vsize=65652 CPUtime=693.51
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 15981 0 0 0 69277 74 0 0 25 0 2 0 143078653 67227648 9911 1992294400 134512640 146736320 4292321936 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1570.7
Current children cumulated vsize (KiB) 74352

[startup+942.301 s]
/proc/loadavg: 2.18 2.16 1.97 3/109 28897
/proc/meminfo: memFree=1416020/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=66676 CPUtime=1684.99
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 61483 0 0 0 168313 186 0 0 18 0 2 0 143064629 68276224 9990 1992294400 134512640 146736320 4292321936 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 16669 9990 1066 2985 0 13211 0
[pid=28859/tid=28866] ppid=28858 vsize=66676 CPUtime=750.99
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 27112 0 0 0 75014 85 0 0 21 0 2 0 143078653 68276224 9990 1992294400 134512640 146736320 4292321936 18446744073709551615 136385268 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1684.99
Current children cumulated vsize (KiB) 75376

[startup+1002.3 s]
/proc/loadavg: 2.19 2.16 1.98 3/109 28899
/proc/meminfo: memFree=1415400/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=66976 CPUtime=1798.71
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 71374 0 0 0 179664 207 0 0 20 0 2 0 143064629 68583424 10159 1992294400 134512640 146736320 4292321936 18446744073709551615 136009164 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 16744 10159 1066 2985 0 13286 0
[pid=28859/tid=28866] ppid=28858 vsize=66976 CPUtime=807.7
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 36933 0 0 0 80674 96 0 0 25 0 2 0 143078653 68583424 10159 1992294400 134512640 146736320 4292321936 18446744073709551615 135465105 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 75676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1003 s]
/proc/loadavg: 2.19 2.16 1.98 3/109 28899
/proc/meminfo: memFree=1415400/2059040 swapFree=4139764/4192956
[pid=28858] ppid=28856 vsize=8700 CPUtime=0
/proc/28858/stat : 28858 (run) S 28856 28858 28578 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143064629 8908800 248 1992294400 4194304 4922060 140737062800608 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28858/statm: 2175 248 208 178 0 68 0
[pid=28859] ppid=28858 vsize=66976 CPUtime=1800.03
/proc/28859/stat : 28859 (pb_cplex) R 28858 28858 28578 0 -1 4202496 71526 0 0 0 179796 207 0 0 18 0 2 0 143064629 68583424 10150 1992294400 134512640 146736320 4292321936 18446744073709551615 136008454 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28859/statm: 16744 10150 1066 2985 0 13286 0
[pid=28859/tid=28866] ppid=28858 vsize=66976 CPUtime=808.41
/proc/28859/task/28866/stat : 28866 (pb_cplex) R 28858 28858 28578 0 -1 4202560 37085 0 0 0 80745 96 0 0 25 0 2 0 143078653 68583424 10150 1992294400 134512640 146736320 4292321936 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 75676

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): 1003.02
CPU time (s): 1800.07
CPU user time (s): 1797.98
CPU system time (s): 2.08268
CPU usage (%): 179.464
Max. virtual memory (cumulated for all children) (KiB): 76184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.08268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71893
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= 9294
involuntary context switches= 28170

runsolver used 1.85672 second user time and 5.32419 second system time

The end

Launcher Data

Begin job on node045 at 2010-07-01 22:55:24
IDJOB=2695986
IDBENCH=1986
IDSOLVER=1209
FILE ID=node045/2695986-1278017724
PBS_JOBID= 11198719
Free space on /tmp= 62444 MiB

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

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

MD5SUM BENCH= d4957a1112a9baa7413020ddf827f352
RANDOM SEED=887836533

node045.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.247
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.49
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.247
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	: 5599.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1453152 kB
Buffers:        138568 kB
Cached:         363580 kB
SwapCached:       6716 kB
Active:         218064 kB
Inactive:       297840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1453152 kB
SwapTotal:     4192956 kB
SwapFree:      4139764 kB
Dirty:           16640 kB
Writeback:           4 kB
AnonPages:       11932 kB
Mapped:          12036 kB
Slab:            68084 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182536 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= 62424 MiB
End job on node045 at 2010-07-01 23:12:09