Trace number 2697044

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.13 1035.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=19-P1=337-P2=467-P3=53-B.opb
MD5SUM1214df7607414e67bdb9a74c838a7ae9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.77243
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697044-1278049249.opb.
0.00/0.00	c Instance file HOME/instance-2697044-1278049249.opb
0.00/0.00	c File size is 17961 bytes.
0.00/0.01	c Highest Coefficient sum: 523264
0.00/0.01	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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      324                                                 |
0.00/0.02	c |  Number Constraints:    493                                                 |
0.00/0.02	c ===============================================================================
1800.13/1035.91	c Remaining time 1799.98 sec.
1800.13/1035.91	c 
1800.13/1035.91	c *** INTERRUPTED ***
1800.13/1035.91	s UNKNOWN
1800.13/1035.91	c Total CPU time              : 1766.24 s
1800.13/1035.91	c Memory used           : 81.54 MB
1800.13/1035.91	c CPU time              : 1766.24 s
1800.13/1035.91	c 
1800.13/1035.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-2697044-1278049249/watcher-2697044-1278049249 -o /tmp/evaluation-result-2697044-1278049249/solver-2697044-1278049249 -C 1800 -W 2000 -M 1800 run HOME/instance-2697044-1278049249.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.92 1.84 1.70 3/106 31220
/proc/meminfo: memFree=1428032/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) R 31218 31220 31039 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171355541 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0

[startup+0.0294929 s]
/proc/loadavg: 1.92 1.84 1.70 3/106 31220
/proc/meminfo: memFree=1428032/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105314 s]
/proc/loadavg: 1.92 1.84 1.70 3/106 31220
/proc/meminfo: memFree=1428032/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305491 s]
/proc/loadavg: 1.92 1.84 1.70 3/106 31220
/proc/meminfo: memFree=1428032/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701374 s]
/proc/loadavg: 1.92 1.84 1.70 3/106 31220
/proc/meminfo: memFree=1428032/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50146 s]
/proc/loadavg: 1.93 1.85 1.70 3/109 31227
/proc/meminfo: memFree=1421684/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=32320 CPUtime=2.27
/proc/31221/stat : 31221 (pb_cplex) S 31220 31220 31039 0 -1 4202496 7536 0 0 0 218 9 0 0 17 0 2 0 146216962 33095680 2672 1992294400 134512640 146736320 4286654128 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 8080 2672 1070 2985 0 4622 0
[pid=31221/tid=31227] ppid=31220 vsize=32320 CPUtime=0.76
/proc/31221/task/31227/stat : 31227 (pb_cplex) R 31220 31220 31039 0 -1 4202560 1861 0 0 0 74 2 0 0 17 0 2 0 146217016 33095680 2672 1992294400 134512640 146736320 4286654128 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 41020

[startup+3.10064 s]
/proc/loadavg: 1.93 1.85 1.70 3/109 31227
/proc/meminfo: memFree=1419080/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=34048 CPUtime=5.04
/proc/31221/stat : 31221 (pb_cplex) S 31220 31220 31039 0 -1 4202496 19835 0 0 0 485 19 0 0 17 0 2 0 146216962 34865152 3186 1992294400 134512640 146736320 4286654128 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31221/statm: 8512 3186 1074 2985 0 5054 0
[pid=31221/tid=31227] ppid=31220 vsize=34048 CPUtime=2.09
/proc/31221/task/31227/stat : 31227 (pb_cplex) R 31220 31220 31039 0 -1 4202560 9529 0 0 0 203 6 0 0 16 0 2 0 146217016 34865152 3186 1992294400 134512640 146736320 4286654128 18446744073709551615 144738703 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 42748

[startup+6.30098 s]
/proc/loadavg: 1.93 1.85 1.70 3/109 31227
/proc/meminfo: memFree=1415856/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=39012 CPUtime=10.47
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 40534 0 0 0 1012 35 0 0 16 0 2 0 146216962 39948288 4123 1992294400 134512640 146736320 4286654128 18446744073709551615 135655993 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31221/statm: 9753 4123 1074 2985 0 6295 0
[pid=31221/tid=31227] ppid=31220 vsize=39012 CPUtime=4.86
/proc/31221/task/31227/stat : 31227 (pb_cplex) R 31220 31220 31039 0 -1 4202560 19658 0 0 0 470 16 0 0 15 0 2 0 146217016 39948288 4123 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 47712

[startup+12.7017 s]
/proc/loadavg: 2.02 1.87 1.71 3/109 31227
/proc/meminfo: memFree=1410524/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=44276 CPUtime=21.09
/proc/31221/stat : 31221 (pb_cplex) S 31220 31220 31039 0 -1 4202496 79986 0 0 0 2045 64 0 0 16 0 2 0 146216962 45338624 5401 1992294400 134512640 146736320 4286654128 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 11069 5401 1074 2985 0 7611 0
[pid=31221/tid=31227] ppid=31220 vsize=44276 CPUtime=10.42
/proc/31221/task/31227/stat : 31227 (pb_cplex) R 31220 31220 31039 0 -1 4202560 34375 0 0 0 1015 27 0 0 16 0 2 0 146217016 45338624 5401 1992294400 134512640 146736320 4286654128 18446744073709551615 136003493 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 52976

[startup+25.502 s]
/proc/loadavg: 2.02 1.87 1.71 2/109 31227
/proc/meminfo: memFree=1401472/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=52644 CPUtime=42.02
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 133470 0 0 0 4098 104 0 0 15 0 2 0 146216962 53907456 7515 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 13161 7515 1074 2985 0 9703 0
[pid=31221/tid=31227] ppid=31220 vsize=52644 CPUtime=20.83
/proc/31221/task/31227/stat : 31227 (pb_cplex) R 31220 31220 31039 0 -1 4202560 58660 0 0 0 2036 47 0 0 17 0 2 0 146217016 53907456 7515 1992294400 134512640 146736320 4286654128 18446744073709551615 135450735 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.02
Current children cumulated vsize (KiB) 61344

[startup+51.1018 s]
/proc/loadavg: 1.75 1.82 1.69 3/109 31229
/proc/meminfo: memFree=1399612/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=62940 CPUtime=83.68
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 177482 0 0 0 8217 151 0 0 17 0 2 0 146216962 64450560 9045 1992294400 134512640 146736320 4286654128 18446744073709551615 139023093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31221/statm: 15735 9045 1114 2985 0 12277 0
[pid=31221/tid=31227] ppid=31220 vsize=62940 CPUtime=39.05
/proc/31221/task/31227/stat : 31227 (pb_cplex) R 31220 31220 31039 0 -1 4202560 75411 0 0 0 3837 68 0 0 17 0 2 0 146217016 64450560 9045 1992294400 134512640 146736320 4286654128 18446744073709551615 139023093 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.68
Current children cumulated vsize (KiB) 71640

[startup+102.309 s]
/proc/loadavg: 1.77 1.81 1.70 3/109 31229
/proc/meminfo: memFree=1396760/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=56648 CPUtime=171.62
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 349121 0 0 0 16860 302 0 0 16 0 2 0 146216962 58007552 8536 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 14162 8536 1114 2985 0 10704 0
[pid=31221/tid=31227] ppid=31220 vsize=56648 CPUtime=82.12
/proc/31221/task/31227/stat : 31227 (pb_cplex) R 31220 31220 31039 0 -1 4202560 164869 0 0 0 8068 144 0 0 16 0 2 0 146217016 58007552 8536 1992294400 134512640 146736320 4286654128 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 171.62
Current children cumulated vsize (KiB) 65348

[startup+162.302 s]
/proc/loadavg: 1.59 1.75 1.68 3/109 31231
/proc/meminfo: memFree=1389072/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=62900 CPUtime=273.02
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 504695 0 0 0 26842 460 0 0 16 0 2 0 146216962 64409600 9956 1992294400 134512640 146736320 4286654128 18446744073709551615 135468704 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 15725 9956 1114 2985 0 12267 0
[pid=31221/tid=31227] ppid=31220 vsize=62900 CPUtime=132.64
/proc/31221/task/31227/stat : 31227 (pb_cplex) S 31220 31220 31039 0 -1 4202560 253018 0 0 0 13035 229 0 0 16 0 2 0 146217016 64409600 9956 1992294400 134512640 146736320 4286654128 18446744073709551615 144580073 0 2 4096 16387 18446604437844190144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 273.02
Current children cumulated vsize (KiB) 71600

[startup+222.302 s]
/proc/loadavg: 1.83 1.78 1.70 3/109 31237
/proc/meminfo: memFree=1398248/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=55220 CPUtime=373.04
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 629178 0 0 0 36684 620 0 0 16 0 2 0 146216962 56545280 8206 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 13805 8206 1124 2985 0 10347 0
[pid=31221/tid=31237] ppid=31220 vsize=55220 CPUtime=17.01
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 9455 0 0 0 1677 24 0 0 16 0 2 0 146237128 56545280 8206 1992294400 134512640 146736320 4286654128 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 373.04
Current children cumulated vsize (KiB) 63920

[startup+282.301 s]
/proc/loadavg: 1.87 1.80 1.71 3/109 31239
/proc/meminfo: memFree=1394280/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=58404 CPUtime=476
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 840492 0 0 0 46756 844 0 0 16 0 2 0 146216962 59805696 9161 1992294400 134512640 146736320 4286654128 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 14601 9161 1124 2985 0 11143 0
[pid=31221/tid=31237] ppid=31220 vsize=58404 CPUtime=67.62
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 138599 0 0 0 6614 148 0 0 16 0 2 0 146237128 59805696 9161 1992294400 134512640 146736320 4286654128 18446744073709551615 136388311 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 476
Current children cumulated vsize (KiB) 67104

[startup+342.302 s]
/proc/loadavg: 1.92 1.82 1.72 3/109 31241
/proc/meminfo: memFree=1393908/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=31221] ppid=31220 vsize=65164 CPUtime=894.21
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 1496389 0 0 0 87721 1700 0 0 16 0 2 0 146216962 66727936 10519 1992294400 134512640 146736320 4286654128 18446744073709551615 135450948 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 16291 10519 1124 2985 0 12833 0
[pid=31221/tid=31237] ppid=31220 vsize=65164 CPUtime=275.36
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 498924 0 0 0 26942 594 0 0 16 0 2 0 146237128 66727936 10519 1992294400 134512640 146736320 4286654128 18446744073709551615 136414092 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 894.21
Current children cumulated vsize (KiB) 73864

[startup+582.302 s]
/proc/loadavg: 1.78 1.78 1.72 3/109 31247
/proc/meminfo: memFree=1386592/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=67212 CPUtime=1000.77
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 1607195 0 0 0 98182 1895 0 0 17 0 2 0 146216962 68825088 11087 1992294400 134512640 146736320 4286654128 18446744073709551615 136474395 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31221/statm: 16803 11087 1124 2985 0 13345 0
[pid=31221/tid=31237] ppid=31220 vsize=67212 CPUtime=328.36
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 567710 0 0 0 32139 697 0 0 16 0 2 0 146237128 68825088 11087 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1000.77
Current children cumulated vsize (KiB) 75912

[startup+642.302 s]
/proc/loadavg: 1.78 1.77 1.73 3/109 31249
/proc/meminfo: memFree=1384608/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=69260 CPUtime=1106.22
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 1676161 0 0 0 108555 2067 0 0 17 0 2 0 146216962 70922240 11569 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 17315 11569 1124 2985 0 13857 0
[pid=31221/tid=31237] ppid=31220 vsize=69260 CPUtime=380.59
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 619923 0 0 0 37267 792 0 0 16 0 2 0 146237128 70922240 11569 1992294400 134512640 146736320 4286654128 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1106.22
Current children cumulated vsize (KiB) 77960

[startup+702.301 s]
/proc/loadavg: 1.84 1.79 1.73 2/109 31249
/proc/meminfo: memFree=1383616/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=70640 CPUtime=1210.36
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 1843384 0 0 0 118756 2280 0 0 17 0 2 0 146216962 72335360 11690 1992294400 134512640 146736320 4286654128 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 17660 11690 1124 2985 0 14202 0
[pid=31221/tid=31237] ppid=31220 vsize=70640 CPUtime=432.26
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 712011 0 0 0 42321 905 0 0 16 0 2 0 146237128 72335360 11690 1992294400 134512640 146736320 4286654128 18446744073709551615 136402290 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1210.36
Current children cumulated vsize (KiB) 79340

[startup+762.31 s]
/proc/loadavg: 1.67 1.75 1.72 3/109 31251
/proc/meminfo: memFree=1382624/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=74308 CPUtime=1313.63
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 1970131 0 0 0 128885 2478 0 0 16 0 2 0 146216962 76091392 12327 1992294400 134512640 146736320 4286654128 18446744073709551615 139023083 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 18577 12327 1135 2985 0 15119 0
[pid=31221/tid=31237] ppid=31220 vsize=74308 CPUtime=483.22
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 776949 0 0 0 47317 1005 0 0 16 0 2 0 146237128 76091392 12327 1992294400 134512640 146736320 4286654128 18446744073709551615 135525124 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1313.63
Current children cumulated vsize (KiB) 83008

[startup+822.302 s]
/proc/loadavg: 1.78 1.77 1.73 3/109 31253
/proc/meminfo: memFree=1381756/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=72160 CPUtime=1417.87
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 2137877 0 0 0 139099 2688 0 0 16 0 2 0 146216962 73891840 12325 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 18040 12325 1124 2985 0 14582 0
[pid=31221/tid=31237] ppid=31220 vsize=72160 CPUtime=535.12
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 865480 0 0 0 52398 1114 0 0 16 0 2 0 146237128 73891840 12325 1992294400 134512640 146736320 4286654128 18446744073709551615 136015725 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1417.87
Current children cumulated vsize (KiB) 80860

[startup+882.302 s]
/proc/loadavg: 1.84 1.78 1.73 3/109 31255
/proc/meminfo: memFree=1379276/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=74696 CPUtime=1524.94
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 2308558 0 0 0 149579 2915 0 0 17 0 2 0 146216962 76488704 12881 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 18674 12881 1124 2985 0 15216 0
[pid=31221/tid=31237] ppid=31220 vsize=74696 CPUtime=588.87
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 949520 0 0 0 57658 1229 0 0 17 0 2 0 146237128 76488704 12881 1992294400 134512640 146736320 4286654128 18446744073709551615 137461991 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1524.94
Current children cumulated vsize (KiB) 83396

[startup+942.302 s]
/proc/loadavg: 1.88 1.80 1.74 3/109 31257
/proc/meminfo: memFree=1375060/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=78840 CPUtime=1630.8
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 2440815 0 0 0 159962 3118 0 0 18 0 2 0 146216962 80732160 13854 1992294400 134512640 146736320 4286654128 18446744073709551615 135850301 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 19710 13854 1124 2985 0 16252 0
[pid=31221/tid=31237] ppid=31220 vsize=78840 CPUtime=641.24
/proc/31221/task/31237/stat : 31237 (pb_cplex) S 31220 31220 31039 0 -1 4202560 1016970 0 0 0 62789 1335 0 0 16 0 2 0 146237128 80732160 13854 1992294400 134512640 146736320 4286654128 18446744073709551615 144580073 0 2 4096 16387 18446604437844190144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.8
Current children cumulated vsize (KiB) 87540

[startup+1002.3 s]
/proc/loadavg: 1.80 1.79 1.73 3/109 31257
/proc/meminfo: memFree=1372952/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=81564 CPUtime=1739.05
/proc/31221/stat : 31221 (pb_cplex) S 31220 31220 31039 0 -1 4202496 2527418 0 0 0 170610 3295 0 0 18 0 2 0 146216962 83521536 14424 1992294400 134512640 146736320 4286654128 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31221/statm: 20391 14424 1124 2985 0 16933 0
[pid=31221/tid=31237] ppid=31220 vsize=81564 CPUtime=695.22
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 1066059 0 0 0 68095 1427 0 0 16 0 2 0 146237128 83521536 14424 1992294400 134512640 146736320 4286654128 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.05
Current children cumulated vsize (KiB) 90264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1035.9 s]
/proc/loadavg: 1.84 1.79 1.73 3/109 31259
/proc/meminfo: memFree=1371712/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=83488 CPUtime=1800.13
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 2565235 0 0 0 176623 3390 0 0 18 0 2 0 146216962 85491712 14760 1992294400 134512640 146736320 4286654128 18446744073709551615 135450791 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 20872 14760 1124 2985 0 17414 0
[pid=31221/tid=31237] ppid=31220 vsize=83488 CPUtime=725.48
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 1085955 0 0 0 71072 1476 0 0 17 0 2 0 146237128 85491712 14760 1992294400 134512640 146736320 4286654128 18446744073709551615 137343113 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) 92188

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1035.9 s]
/proc/loadavg: 1.84 1.79 1.73 3/109 31259
/proc/meminfo: memFree=1371712/2059040 swapFree=4136140/4192956
[pid=31220] ppid=31218 vsize=8700 CPUtime=0
/proc/31220/stat : 31220 (run) S 31218 31220 31039 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146216962 8908800 248 1992294400 4194304 4922060 140736771350768 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31220/statm: 2175 248 208 178 0 68 0
[pid=31221] ppid=31220 vsize=83488 CPUtime=1800.13
/proc/31221/stat : 31221 (pb_cplex) R 31220 31220 31039 0 -1 4202496 2565235 0 0 0 176623 3390 0 0 18 0 2 0 146216962 85491712 14760 1992294400 134512640 146736320 4286654128 18446744073709551615 135450791 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31221/statm: 20872 14760 1124 2985 0 17414 0
[pid=31221/tid=31237] ppid=31220 vsize=83488 CPUtime=725.48
/proc/31221/task/31237/stat : 31237 (pb_cplex) R 31220 31220 31039 0 -1 4202560 1085955 0 0 0 71072 1476 0 0 17 0 2 0 146237128 85491712 14760 1992294400 134512640 146736320 4286654128 18446744073709551615 137343113 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) 92188

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1035.92
CPU time (s): 1800.13
CPU user time (s): 1766.23
CPU system time (s): 33.9
CPU usage (%): 173.771
Max. virtual memory (cumulated for all children) (KiB): 96924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363
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.20766 second user time and 5.32619 second system time

The end

Launcher Data

Begin job on node047 at 2010-07-02 07:40:49
IDJOB=2697044
IDBENCH=48078
IDSOLVER=1209
FILE ID=node047/2697044-1278049249
PBS_JOBID= 11198846
Free space on /tmp= 62412 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=19-P1=337-P2=467-P3=53-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697044-1278049249/watcher-2697044-1278049249 -o /tmp/evaluation-result-2697044-1278049249/solver-2697044-1278049249 -C 1800 -W 2000 -M 1800  run HOME/instance-2697044-1278049249.opb

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

MD5SUM BENCH= 1214df7607414e67bdb9a74c838a7ae9
RANDOM SEED=1998057922

node047.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.244
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.48
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.244
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:       1428684 kB
Buffers:        152524 kB
Cached:         370196 kB
SwapCached:      10168 kB
Active:         248320 kB
Inactive:       287924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1428684 kB
SwapTotal:     4192956 kB
SwapFree:      4136140 kB
Dirty:           16620 kB
Writeback:           0 kB
AnonPages:       11940 kB
Mapped:           8436 kB
Slab:            72128 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697044-1278049249.opb

Free space on /tmp at the end= 62396 MiB
End job on node047 at 2010-07-02 07:58:07