Trace number 2696043

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.12 1510.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUMa70b0edfadf87ffd0bc1b32400cae43b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1792.37
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
Number of bits of the biggest sum of numbers13
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-2696043-1278020906.opb.
0.00/0.00	c Instance file HOME/instance-2696043-1278020906.opb
0.00/0.00	c File size is 10354 bytes.
0.00/0.03	c Highest Coefficient sum: 5454
0.00/0.03	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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      172                                                 |
0.00/0.03	c |  Number Constraints:    14                                                  |
0.00/0.03	c ===============================================================================
1800.12/1510.61	c Remaining time 1799.97 sec.
1800.12/1510.61	c 
1800.12/1510.61	c *** INTERRUPTED ***
1800.12/1510.61	s UNKNOWN
1800.12/1510.61	c Total CPU time              : 1704.82 s
1800.12/1510.61	c Memory used           : 95.47 MB
1800.12/1510.61	c CPU time              : 1704.82 s
1800.12/1510.61	c 
1800.12/1510.61	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-2696043-1278020906/watcher-2696043-1278020906 -o /tmp/evaluation-result-2696043-1278020906/solver-2696043-1278020906 -C 1800 -W 2000 -M 1800 run HOME/instance-2696043-1278020906.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.00 1.00 1.04 3/106 24117
/proc/meminfo: memFree=1443960/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0

[startup+0.101727 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 24117
/proc/meminfo: memFree=1443960/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.202264 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 24117
/proc/meminfo: memFree=1443960/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301905 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 24117
/proc/meminfo: memFree=1443960/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700903 s]
/proc/loadavg: 1.00 1.00 1.04 3/106 24117
/proc/meminfo: memFree=1443960/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5009 s]
/proc/loadavg: 1.00 1.00 1.04 2/109 24126
/proc/meminfo: memFree=1439844/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=29688 CPUtime=1.85
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 5751 0 0 0 169 16 0 0 16 0 2 0 177692421 30400512 1962 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24118/statm: 7422 1962 1071 2985 0 3964 0
[pid=24118/tid=24126] ppid=24117 vsize=29688 CPUtime=0.45
/proc/24118/task/24126/stat : 24126 (pb_cplex) R 24117 24117 23552 0 -1 4202560 1202 0 0 0 42 3 0 0 16 0 2 0 177692497 30400512 1962 1992294400 134512640 146736320 4290243376 18446744073709551615 135451314 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 38388

[startup+3.10159 s]
/proc/loadavg: 1.00 1.00 1.04 2/109 24126
/proc/meminfo: memFree=1438852/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=30256 CPUtime=3.88
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 10268 0 0 0 362 26 0 0 16 0 2 0 177692421 30982144 2217 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 7564 2217 1074 2985 0 4106 0
[pid=24118/tid=24126] ppid=24117 vsize=30256 CPUtime=1.46
/proc/24118/task/24126/stat : 24126 (pb_cplex) R 24117 24117 23552 0 -1 4202560 3489 0 0 0 138 8 0 0 16 0 2 0 177692497 30982144 2217 1992294400 134512640 146736320 4290243376 18446744073709551615 144730825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 38956

[startup+6.30094 s]
/proc/loadavg: 1.00 1.00 1.04 2/109 24126
/proc/meminfo: memFree=1436744/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=32516 CPUtime=7.56
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 16738 0 0 0 709 47 0 0 16 0 2 0 177692421 33296384 2752 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 8129 2752 1074 2985 0 4671 0
[pid=24118/tid=24126] ppid=24117 vsize=32516 CPUtime=3.16
/proc/24118/task/24126/stat : 24126 (pb_cplex) R 24117 24117 23552 0 -1 4202560 6459 0 0 0 298 18 0 0 16 0 2 0 177692497 33296384 2752 1992294400 134512640 146736320 4290243376 18446744073709551615 137371949 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 41216

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.04 3/109 24126
/proc/meminfo: memFree=1434636/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=34936 CPUtime=17.12
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 36751 0 0 0 1620 92 0 0 18 0 2 0 177692421 35774464 3295 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 8734 3295 1090 2985 0 5276 0
[pid=24118/tid=24126] ppid=24117 vsize=34936 CPUtime=7.96
/proc/24118/task/24126/stat : 24126 (pb_cplex) R 24117 24117 23552 0 -1 4202560 16968 0 0 0 755 41 0 0 18 0 2 0 177692497 35774464 3295 1992294400 134512640 146736320 4290243376 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.12
Current children cumulated vsize (KiB) 43636

[startup+25.5091 s]
/proc/loadavg: 1.15 1.03 1.05 2/109 24133
/proc/meminfo: memFree=1436744/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=31124 CPUtime=32.86
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 49387 0 0 0 3095 191 0 0 16 0 2 0 177692421 31870976 2570 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 7781 2570 1084 2985 0 4323 0
[pid=24118/tid=24133] ppid=24117 vsize=31124 CPUtime=4.13
/proc/24118/task/24133/stat : 24133 (pb_cplex) R 24117 24117 23552 0 -1 4202560 3130 0 0 0 390 23 0 0 16 0 2 0 177694280 31870976 2570 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.86
Current children cumulated vsize (KiB) 39824

[startup+51.1009 s]
/proc/loadavg: 1.16 1.04 1.05 2/109 24133
/proc/meminfo: memFree=1434016/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=35236 CPUtime=63.92
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 71533 0 0 0 6001 391 0 0 15 0 2 0 177692421 36081664 3229 1992294400 134512640 146736320 4290243376 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 8809 3229 1084 2985 0 5351 0
[pid=24118/tid=24133] ppid=24117 vsize=35236 CPUtime=20.36
/proc/24118/task/24133/stat : 24133 (pb_cplex) R 24117 24117 23552 0 -1 4202560 14636 0 0 0 1908 128 0 0 16 0 2 0 177694280 36081664 3229 1992294400 134512640 146736320 4290243376 18446744073709551615 137084267 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.92
Current children cumulated vsize (KiB) 43936

[startup+102.301 s]
/proc/loadavg: 1.13 1.05 1.05 2/109 24135
/proc/meminfo: memFree=1433396/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=35540 CPUtime=125.65
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 122714 0 0 0 11775 790 0 0 16 0 2 0 177692421 36392960 3413 1992294400 134512640 146736320 4290243376 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 8885 3413 1084 2985 0 5427 0
[pid=24118/tid=24133] ppid=24117 vsize=35540 CPUtime=51.02
/proc/24118/task/24133/stat : 24133 (pb_cplex) S 24117 24117 23552 0 -1 4202560 41787 0 0 0 4778 324 0 0 16 0 2 0 177694280 36392960 3413 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 2 4096 16387 18446604437830959488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 125.65
Current children cumulated vsize (KiB) 44240

[startup+162.301 s]
/proc/loadavg: 1.17 1.07 1.06 3/109 24135
/proc/meminfo: memFree=1431536/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=37984 CPUtime=199.14
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 190098 0 0 0 18638 1276 0 0 15 0 2 0 177692421 38895616 3827 1992294400 134512640 146736320 4290243376 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 9496 3827 1084 2985 0 6038 0
[pid=24118/tid=24133] ppid=24117 vsize=37984 CPUtime=88.07
/proc/24118/task/24133/stat : 24133 (pb_cplex) R 24117 24117 23552 0 -1 4202560 76105 0 0 0 8236 571 0 0 16 0 2 0 177694280 38895616 3827 1992294400 134512640 146736320 4290243376 18446744073709551615 138431756 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.14
Current children cumulated vsize (KiB) 46684

[startup+222.301 s]
/proc/loadavg: 1.12 1.07 1.06 3/109 24137
/proc/meminfo: memFree=1428312/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=41312 CPUtime=270.11
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 254729 0 0 0 25296 1715 0 0 15 0 2 0 177692421 42303488 4637 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 10328 4637 1084 2985 0 6870 0
[pid=24118/tid=24133] ppid=24117 vsize=41312 CPUtime=122.91
/proc/24118/task/24133/stat : 24133 (pb_cplex) R 24117 24117 23552 0 -1 4202560 109276 0 0 0 11507 784 0 0 16 0 2 0 177694280 42303488 4637 1992294400 134512640 146736320 4290243376 18446744073709551615 137334198 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 270.11
Current children cumulated vsize (KiB) 50012

[startup+282.302 s]
/proc/loadavg: 1.23 1.13 1.08 2/109 24144
/proc/meminfo: memFree=1430916/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=38168 CPUtime=348.26
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 314400 0 0 0 32757 2069 0 0 16 0 2 0 177692421 39084032 4026 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24118/statm: 9542 4026 1086 2985 0 6084 0
[pid=24118/tid=24144] ppid=24117 vsize=38168 CPUtime=24.2
/proc/24118/task/24144/stat : 24144 (pb_cplex) R 24117 24117 23552 0 -1 4202560 16445 0 0 0 2312 108 0 0 15 0 2 0 177716350 39084032 4026 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 348.26
Current children cumulated vsize (KiB) 46868

[startup+342.308 s]
/proc/loadavg: 1.33 1.16 1.09 2/109 24146
/proc/meminfo: memFree=1427568/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[pid=24118] ppid=24117 vsize=72596 CPUtime=1124.46
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 1331708 0 0 0 106456 5990 0 0 16 0 2 0 177692421 74338304 12770 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24118/statm: 18149 12770 1086 2985 0 14691 0
[pid=24118/tid=24144] ppid=24117 vsize=72596 CPUtime=411.92
/proc/24118/task/24144/stat : 24144 (pb_cplex) R 24117 24117 23552 0 -1 4202560 533295 0 0 0 39146 2046 0 0 16 0 2 0 177716350 74338304 12770 1992294400 134512640 146736320 4290243376 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1124.46
Current children cumulated vsize (KiB) 81296

[startup+1002.31 s]
/proc/loadavg: 1.12 1.14 1.09 2/109 24173
/proc/meminfo: memFree=1392600/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=75324 CPUtime=1195.05
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 1429757 0 0 0 113161 6344 0 0 16 0 2 0 177692421 77131776 13346 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24118/statm: 18831 13346 1086 2985 0 15373 0
[pid=24118/tid=24144] ppid=24117 vsize=75324 CPUtime=447.27
/proc/24118/task/24144/stat : 24144 (pb_cplex) R 24117 24117 23552 0 -1 4202560 583405 0 0 0 42502 2225 0 0 16 0 2 0 177716350 77131776 13346 1992294400 134512640 146736320 4290243376 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1195.05
Current children cumulated vsize (KiB) 84024

[startup+1062.3 s]
/proc/loadavg: 1.11 1.14 1.09 2/109 24173
/proc/meminfo: memFree=1389748/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=78552 CPUtime=1264.24
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 1527436 0 0 0 119746 6678 0 0 16 0 2 0 177692421 80437248 14065 1992294400 134512640 146736320 4290243376 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 19638 14065 1086 2985 0 16180 0
[pid=24118/tid=24144] ppid=24117 vsize=78552 CPUtime=481.57
/proc/24118/task/24144/stat : 24144 (pb_cplex) R 24117 24117 23552 0 -1 4202560 632474 0 0 0 45771 2386 0 0 16 0 2 0 177716350 80437248 14065 1992294400 134512640 146736320 4290243376 18446744073709551615 137334253 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1264.24
Current children cumulated vsize (KiB) 87252

[startup+1122.3 s]
/proc/loadavg: 1.11 1.14 1.09 2/109 24175
/proc/meminfo: memFree=1387268/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=81936 CPUtime=1334.51
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 1624361 0 0 0 126426 7025 0 0 16 0 2 0 177692421 83902464 14829 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 20484 14829 1086 2985 0 17026 0
[pid=24118/tid=24144] ppid=24117 vsize=81936 CPUtime=515.46
/proc/24118/task/24144/stat : 24144 (pb_cplex) R 24117 24117 23552 0 -1 4202560 678934 0 0 0 48995 2551 0 0 16 0 2 0 177716350 83902464 14829 1992294400 134512640 146736320 4290243376 18446744073709551615 135534979 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1334.51
Current children cumulated vsize (KiB) 90636

[startup+1182.3 s]
/proc/loadavg: 1.09 1.13 1.09 2/109 24177
/proc/meminfo: memFree=1383796/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=85048 CPUtime=1404.96
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 1722698 0 0 0 133119 7377 0 0 16 0 2 0 177692421 87089152 15664 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 21262 15664 1086 2985 0 17804 0
[pid=24118/tid=24144] ppid=24117 vsize=85048 CPUtime=550.42
/proc/24118/task/24144/stat : 24144 (pb_cplex) S 24117 24117 23552 0 -1 4202560 729589 0 0 0 52322 2720 0 0 16 0 2 0 177716350 87089152 15664 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 2 4096 16387 18446604437830959488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1404.96
Current children cumulated vsize (KiB) 93748

[startup+1242.3 s]
/proc/loadavg: 1.27 1.18 1.10 2/109 24179
/proc/meminfo: memFree=1382804/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=85916 CPUtime=1480.34
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 1801389 0 0 0 140212 7822 0 0 16 0 2 0 177692421 87977984 15845 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 21479 15845 1087 2985 0 18021 0
[pid=24118/tid=24144] ppid=24117 vsize=85916 CPUtime=588.33
/proc/24118/task/24144/stat : 24144 (pb_cplex) S 24117 24117 23552 0 -1 4202560 769577 0 0 0 55894 2939 0 0 16 0 2 0 177716350 87977984 15845 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 2 4096 16387 18446604437830959488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1480.34
Current children cumulated vsize (KiB) 94616

[startup+1302.3 s]
/proc/loadavg: 1.20 1.17 1.10 2/109 24181
/proc/meminfo: memFree=1382804/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=85100 CPUtime=1552.92
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 1875380 0 0 0 147073 8219 0 0 15 0 2 0 177692421 87142400 15808 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 21275 15808 1086 2985 0 17817 0
[pid=24118/tid=24144] ppid=24117 vsize=85100 CPUtime=623.67
/proc/24118/task/24144/stat : 24144 (pb_cplex) S 24117 24117 23552 0 -1 4202560 806370 0 0 0 59239 3128 0 0 16 0 2 0 177716350 87142400 15808 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 2 4096 16387 18446604437830959488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1552.92
Current children cumulated vsize (KiB) 93800

[startup+1362.3 s]
/proc/loadavg: 1.21 1.18 1.11 2/109 24181
/proc/meminfo: memFree=1382184/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=86060 CPUtime=1624.74
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 1954165 0 0 0 153867 8607 0 0 16 0 2 0 177692421 88125440 16010 1992294400 134512640 146736320 4290243376 18446744073709551615 137177742 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24118/statm: 21515 16010 1086 2985 0 18057 0
[pid=24118/tid=24144] ppid=24117 vsize=86060 CPUtime=657.95
/proc/24118/task/24144/stat : 24144 (pb_cplex) S 24117 24117 23552 0 -1 4202560 846917 0 0 0 62480 3315 0 0 16 0 2 0 177716350 88125440 16010 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 2 4096 16387 18446604437830959488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.74
Current children cumulated vsize (KiB) 94760

[startup+1422.3 s]
/proc/loadavg: 1.21 1.18 1.11 2/109 24183
/proc/meminfo: memFree=1378340/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=90132 CPUtime=1695.81
/proc/24118/stat : 24118 (pb_cplex) S 24117 24117 23552 0 -1 4202496 2040239 0 0 0 160591 8990 0 0 16 0 2 0 177692421 92295168 17120 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 22533 17120 1086 2985 0 19075 0
[pid=24118/tid=24144] ppid=24117 vsize=90132 CPUtime=693.53
/proc/24118/task/24144/stat : 24144 (pb_cplex) R 24117 24117 23552 0 -1 4202560 890418 0 0 0 65846 3507 0 0 16 0 2 0 177716350 92295168 17120 1992294400 134512640 146736320 4290243376 18446744073709551615 137688033 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1695.81
Current children cumulated vsize (KiB) 98832

[startup+1482.3 s]
/proc/loadavg: 1.12 1.16 1.10 2/109 24185
/proc/meminfo: memFree=1373008/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=94856 CPUtime=1766.86
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 2134726 0 0 0 167326 9360 0 0 15 0 2 0 177692421 97132544 18246 1992294400 134512640 146736320 4290243376 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 23714 18246 1086 2985 0 20256 0
[pid=24118/tid=24144] ppid=24117 vsize=94856 CPUtime=726.53
/proc/24118/task/24144/stat : 24144 (pb_cplex) S 24117 24117 23552 0 -1 4202560 935537 0 0 0 68977 3676 0 0 16 0 2 0 177716350 97132544 18246 1992294400 134512640 146736320 4290243376 18446744073709551615 144580073 0 2 4096 16387 18446604437830959488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1766.86
Current children cumulated vsize (KiB) 103556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1510.6 s]
/proc/loadavg: 1.22 1.17 1.11 3/109 24185
/proc/meminfo: memFree=1370776/2059040 swapFree=4139292/4192956
[pid=24117] ppid=24115 vsize=8700 CPUtime=0
/proc/24117/stat : 24117 (run) S 24115 24117 23552 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177692421 8908800 248 1992294400 4194304 4922060 140736792767184 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24117/statm: 2175 248 208 178 0 68 0
[pid=24118] ppid=24117 vsize=97760 CPUtime=1800.12
/proc/24118/stat : 24118 (pb_cplex) R 24117 24117 23552 0 -1 4202496 2178610 0 0 0 170481 9531 0 0 15 0 2 0 177692421 100106240 18754 1992294400 134512640 146736320 4290243376 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24118/statm: 24440 18754 1088 2985 0 20982 0
[pid=24118/tid=24144] ppid=24117 vsize=97760 CPUtime=742.93
/proc/24118/task/24144/stat : 24144 (pb_cplex) R 24117 24117 23552 0 -1 4202560 957558 0 0 0 70534 3759 0 0 16 0 2 0 177716350 100106240 18754 1992294400 134512640 146736320 4290243376 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 106460

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24117 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1510.62
CPU time (s): 1800.12
CPU user time (s): 1704.81
CPU system time (s): 95.31
CPU usage (%): 119.164
Max. virtual memory (cumulated for all children) (KiB): 106492

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

runsolver used 2.51262 second user time and 7.13591 second system time

The end

Launcher Data

Begin job on node009 at 2010-07-01 23:48:27
IDJOB=2696043
IDBENCH=2924
IDSOLVER=1209
FILE ID=node009/2696043-1278020906
PBS_JOBID= 11198746
Free space on /tmp= 62316 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696043-1278020906/watcher-2696043-1278020906 -o /tmp/evaluation-result-2696043-1278020906/solver-2696043-1278020906 -C 1800 -W 2000 -M 1800  run HOME/instance-2696043-1278020906.opb

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

MD5SUM BENCH= a70b0edfadf87ffd0bc1b32400cae43b
RANDOM SEED=1418565599

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1444488 kB
Buffers:        142352 kB
Cached:         368324 kB
SwapCached:       7384 kB
Active:         210888 kB
Inactive:       314140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1444488 kB
SwapTotal:     4192956 kB
SwapFree:      4139292 kB
Dirty:           16656 kB
Writeback:           0 kB
AnonPages:       12372 kB
Mapped:          11992 kB
Slab:            67588 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182184 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= 62300 MiB
End job on node009 at 2010-07-02 00:13:37