Trace number 2697063

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 1032.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=47-P1=43-P2=53-P3=59-P4=67-P5=71-P6=53-P7=67-B.opb
MD5SUMe58f2c3753b703f4a66371ee4fd516c9
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 benchmark0.601908
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 variables147
Total number of constraints15
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 constraints15
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697063-1278049301.opb.
0.00/0.00	c Instance file HOME/instance-2697063-1278049301.opb
0.00/0.00	c File size is 25526 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
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:      490                                                 |
0.00/0.02	c |  Number Constraints:    701                                                 |
0.00/0.02	c ===============================================================================
1800.07/1032.01	c Remaining time 1799.98 sec.
1800.07/1032.01	c 
1800.07/1032.01	c *** INTERRUPTED ***
1800.07/1032.01	s UNKNOWN
1800.07/1032.01	c Total CPU time              : 1773.2 s
1800.07/1032.01	c Memory used           : 61.69 MB
1800.07/1032.01	c CPU time              : 1773.2 s
1800.07/1032.01	c 
1800.07/1032.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-2697063-1278049301/watcher-2697063-1278049301 -o /tmp/evaluation-result-2697063-1278049301/solver-2697063-1278049301 -C 1800 -W 2000 -M 1800 run HOME/instance-2697063-1278049301.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.80 1.74 1.56 3/106 23359
/proc/meminfo: memFree=1836740/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) R 23357 23359 23126 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345664405 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0

[startup+0.0984221 s]
/proc/loadavg: 1.80 1.74 1.56 3/106 23359
/proc/meminfo: memFree=1836740/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101422 s]
/proc/loadavg: 1.80 1.74 1.56 3/106 23359
/proc/meminfo: memFree=1836740/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301416 s]
/proc/loadavg: 1.80 1.74 1.56 3/106 23359
/proc/meminfo: memFree=1836740/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700452 s]
/proc/loadavg: 1.80 1.74 1.56 3/106 23359
/proc/meminfo: memFree=1836740/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 1.80 1.74 1.56 2/109 23364
/proc/meminfo: memFree=1828904/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=33584 CPUtime=2.15
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 10833 0 0 0 208 7 0 0 17 0 2 0 180531477 34390016 2998 1992294400 134512640 146736320 4290236288 18446744073709551615 136730107 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23360/statm: 8396 3011 1071 2985 0 4938 0
[pid=23360/tid=23364] ppid=23359 vsize=33584 CPUtime=0.61
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 3596 0 0 0 59 2 0 0 17 0 2 0 180531554 34390016 3018 1992294400 134512640 146736320 4290236288 18446744073709551615 139023058 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 42284

[startup+3.10186 s]
/proc/loadavg: 1.80 1.74 1.56 3/109 23364
/proc/meminfo: memFree=1826672/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=35456 CPUtime=4.94
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 24290 0 0 0 477 17 0 0 17 0 2 0 180531477 36306944 3384 1992294400 134512640 146736320 4290236288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 8864 3384 1074 2985 0 5406 0
[pid=23360/tid=23364] ppid=23359 vsize=35456 CPUtime=1.94
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 9722 0 0 0 188 6 0 0 16 0 2 0 180531554 36306944 3384 1992294400 134512640 146736320 4290236288 18446744073709551615 137176737 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 44156

[startup+6.3014 s]
/proc/loadavg: 1.89 1.76 1.57 3/109 23364
/proc/meminfo: memFree=1822208/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=39468 CPUtime=10.3
/proc/23360/stat : 23360 (pb_cplex) S 23359 23359 23126 0 -1 4202496 33723 0 0 0 1004 26 0 0 16 0 2 0 180531477 40415232 4529 1992294400 134512640 146736320 4290236288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23360/statm: 9867 4529 1074 2985 0 6409 0
[pid=23360/tid=23364] ppid=23359 vsize=39468 CPUtime=4.86
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 15037 0 0 0 475 11 0 0 17 0 2 0 180531554 40415232 4529 1992294400 134512640 146736320 4290236288 18446744073709551615 136008306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 48168

[startup+12.7015 s]
/proc/loadavg: 1.90 1.76 1.57 3/109 23364
/proc/meminfo: memFree=1818984/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=43352 CPUtime=20.97
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 55633 0 0 0 2053 44 0 0 16 0 2 0 180531477 44392448 5445 1992294400 134512640 146736320 4290236288 18446744073709551615 135850298 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 10838 5445 1074 2985 0 7380 0
[pid=23360/tid=23364] ppid=23359 vsize=43352 CPUtime=10.35
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 25080 0 0 0 1016 19 0 0 16 0 2 0 180531554 44392448 5445 1992294400 134512640 146736320 4290236288 18446744073709551615 135526931 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (KiB) 52052

[startup+25.5017 s]
/proc/loadavg: 1.91 1.77 1.57 4/109 23364
/proc/meminfo: memFree=1814768/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=48132 CPUtime=41.6
/proc/23360/stat : 23360 (pb_cplex) S 23359 23359 23126 0 -1 4202496 108286 0 0 0 4078 82 0 0 16 0 2 0 180531477 49287168 6315 1992294400 134512640 146736320 4290236288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 12033 6315 1074 2985 0 8575 0
[pid=23360/tid=23364] ppid=23359 vsize=48132 CPUtime=19.78
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 47696 0 0 0 1941 37 0 0 16 0 2 0 180531554 49287168 6315 1992294400 134512640 146736320 4290236288 18446744073709551615 136403129 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.6
Current children cumulated vsize (KiB) 56832

[startup+51.1021 s]
/proc/loadavg: 1.73 1.74 1.57 4/109 23366
/proc/meminfo: memFree=1807080/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=55988 CPUtime=83.56
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 194128 0 0 0 8213 143 0 0 16 0 2 0 180531477 57331712 8187 1992294400 134512640 146736320 4290236288 18446744073709551615 135850737 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 13997 8187 1075 2985 0 10539 0
[pid=23360/tid=23364] ppid=23359 vsize=55988 CPUtime=39.64
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 95588 0 0 0 3895 69 0 0 16 0 2 0 180531554 57331712 8187 1992294400 134512640 146736320 4290236288 18446744073709551615 135526867 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.56
Current children cumulated vsize (KiB) 64688

[startup+102.309 s]
/proc/loadavg: 1.84 1.76 1.58 3/109 23366
/proc/meminfo: memFree=1804972/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=57308 CPUtime=165
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 252449 0 0 0 16306 194 0 0 16 0 2 0 180531477 58683392 8688 1992294400 134512640 146736320 4290236288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 14327 8688 1081 2985 0 10869 0
[pid=23360/tid=23364] ppid=23359 vsize=57308 CPUtime=79.32
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 121544 0 0 0 7838 94 0 0 16 0 2 0 180531554 58683392 8688 1992294400 134512640 146736320 4290236288 18446744073709551615 136403132 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165
Current children cumulated vsize (KiB) 66008

[startup+162.302 s]
/proc/loadavg: 1.89 1.78 1.60 3/109 23368
/proc/meminfo: memFree=1803856/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=58956 CPUtime=263.46
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 339080 0 0 0 26077 269 0 0 16 0 2 0 180531477 60370944 8968 1992294400 134512640 146736320 4290236288 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 14739 8968 1081 2985 0 11281 0
[pid=23360/tid=23364] ppid=23359 vsize=58956 CPUtime=129.7
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 164172 0 0 0 12838 132 0 0 17 0 2 0 180531554 60370944 8968 1992294400 134512640 146736320 4290236288 18446744073709551615 135468687 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 263.46
Current children cumulated vsize (KiB) 67656

[startup+222.301 s]
/proc/loadavg: 1.83 1.77 1.60 2/109 23370
/proc/meminfo: memFree=1801500/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=61124 CPUtime=368.83
/proc/23360/stat : 23360 (pb_cplex) S 23359 23359 23126 0 -1 4202496 448292 0 0 0 36484 399 0 0 16 0 2 0 180531477 62590976 9515 1992294400 134512640 146736320 4290236288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15281 9515 1081 2985 0 11823 0
[pid=23360/tid=23364] ppid=23359 vsize=61124 CPUtime=181.89
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 234366 0 0 0 17976 213 0 0 18 0 2 0 180531554 62590976 9515 1992294400 134512640 146736320 4290236288 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 368.83
Current children cumulated vsize (KiB) 69824

[startup+282.302 s]
/proc/loadavg: 1.87 1.79 1.62 5/109 23372
/proc/meminfo: memFree=1800508/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=61652 CPUtime=475.52
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 612970 0 0 0 46972 580 0 0 16 0 2 0 180531477 63131648 9764 1992294400 134512640 146736320 4290236288 18446744073709551615 136364170 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15413 9764 1081 2985 0 11955 0
[pid=23360/tid=23364] ppid=23359 vsize=61652 CPUtime=234.99
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 334922 0 0 0 23179 320 0 0 17 0 2 0 180531554 63131648 9764 1992294400 134512640 146736320 4290236288 18446744073709551615 137460057 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 475.52
Current children cumulated vsize (KiB) 70352

[startup+342.301 s]
/proc/loadavg: 2.00 1.86 1.65 2/109 23374
/proc/meminfo: memFree=1797780/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=23360] ppid=23359 vsize=61464 CPUtime=793.69
/proc/23360/stat : 23360 (pb_cplex) S 23359 23359 23126 0 -1 4202496 1076017 0 0 0 78218 1151 0 0 16 0 2 0 180531477 62939136 9752 1992294400 134512640 146736320 4290236288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15366 9752 1081 2985 0 11908 0
[pid=23360/tid=23364] ppid=23359 vsize=61464 CPUtime=393.03
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 619395 0 0 0 38646 657 0 0 16 0 2 0 180531554 62939136 9752 1992294400 134512640 146736320 4290236288 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 793.69
Current children cumulated vsize (KiB) 70164

[startup+522.302 s]
/proc/loadavg: 1.90 1.88 1.69 2/109 23378
/proc/meminfo: memFree=1799516/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=62940 CPUtime=898.71
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1183744 0 0 0 88568 1303 0 0 16 0 2 0 180531477 64450560 9963 1992294400 134512640 146736320 4290236288 18446744073709551615 138374172 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23360/statm: 15735 9963 1081 2985 0 12277 0
[pid=23360/tid=23364] ppid=23359 vsize=62940 CPUtime=444.96
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 655701 0 0 0 43776 720 0 0 16 0 2 0 180531554 64450560 9963 1992294400 134512640 146736320 4290236288 18446744073709551615 135850737 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 898.71
Current children cumulated vsize (KiB) 71640

[startup+582.301 s]
/proc/loadavg: 1.84 1.87 1.70 3/109 23380
/proc/meminfo: memFree=1799764/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=62748 CPUtime=1005.01
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1269700 0 0 0 99050 1451 0 0 17 0 2 0 180531477 64253952 9916 1992294400 134512640 146736320 4290236288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15687 9916 1081 2985 0 12229 0
[pid=23360/tid=23364] ppid=23359 vsize=62748 CPUtime=497.59
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 697118 0 0 0 48967 792 0 0 17 0 2 0 180531554 64253952 9916 1992294400 134512640 146736320 4290236288 18446744073709551615 135454073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1005.01
Current children cumulated vsize (KiB) 71448

[startup+642.3 s]
/proc/loadavg: 1.85 1.86 1.71 3/109 23382
/proc/meminfo: memFree=1799392/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=62912 CPUtime=1111.36
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1349887 0 0 0 109552 1584 0 0 16 0 2 0 180531477 64421888 9987 1992294400 134512640 146736320 4290236288 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23360/statm: 15728 9987 1081 2985 0 12270 0
[pid=23360/tid=23364] ppid=23359 vsize=62912 CPUtime=550.93
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 727013 0 0 0 54244 849 0 0 17 0 2 0 180531554 64421888 9981 1992294400 134512640 146736320 4290236288 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1111.36
Current children cumulated vsize (KiB) 71612

[startup+702.301 s]
/proc/loadavg: 1.80 1.84 1.71 3/109 23382
/proc/meminfo: memFree=1799020/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=63200 CPUtime=1217.4
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1475597 0 0 0 119974 1766 0 0 17 0 2 0 180531477 64716800 10047 1992294400 134512640 146736320 4290236288 18446744073709551615 135454083 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15800 10047 1081 2985 0 12342 0
[pid=23360/tid=23364] ppid=23359 vsize=63200 CPUtime=605.2
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 783958 0 0 0 59583 937 0 0 16 0 2 0 180531554 64716800 10047 1992294400 134512640 146736320 4290236288 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1217.4
Current children cumulated vsize (KiB) 71900

[startup+762.309 s]
/proc/loadavg: 1.99 1.88 1.73 3/109 23384
/proc/meminfo: memFree=1799268/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=62304 CPUtime=1323.33
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1578340 0 0 0 130400 1933 0 0 16 0 2 0 180531477 63799296 9948 1992294400 134512640 146736320 4290236288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23360/statm: 15576 9948 1099 2985 0 12118 0
[pid=23360/tid=23364] ppid=23359 vsize=62304 CPUtime=656.52
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 829271 0 0 0 64634 1018 0 0 17 0 2 0 180531554 63799296 9948 1992294400 134512640 146736320 4290236288 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1323.33
Current children cumulated vsize (KiB) 71004

[startup+822.301 s]
/proc/loadavg: 2.01 1.90 1.74 2/109 23386
/proc/meminfo: memFree=1799516/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=62384 CPUtime=1429.2
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1689740 0 0 0 140816 2104 0 0 16 0 2 0 180531477 63881216 9906 1992294400 134512640 146736320 4290236288 18446744073709551615 135454096 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15596 9906 1099 2985 0 12138 0
[pid=23360/tid=23364] ppid=23359 vsize=62384 CPUtime=707.51
/proc/23360/task/23364/stat : 23364 (pb_cplex) S 23359 23359 23126 0 -1 4202560 887152 0 0 0 69641 1110 0 0 16 0 2 0 180531554 63881216 9906 1992294400 134512640 146736320 4290236288 18446744073709551615 144580073 0 2 4096 16387 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1429.2
Current children cumulated vsize (KiB) 71084

[startup+882.301 s]
/proc/loadavg: 1.88 1.87 1.74 3/109 23388
/proc/meminfo: memFree=1799392/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=63008 CPUtime=1535.61
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1809232 0 0 0 151279 2282 0 0 17 0 2 0 180531477 64520192 9944 1992294400 134512640 146736320 4290236288 18446744073709551615 135846916 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15752 9944 1099 2985 0 12294 0
[pid=23360/tid=23364] ppid=23359 vsize=63008 CPUtime=759.22
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 965296 0 0 0 74706 1216 0 0 16 0 2 0 180531554 64520192 9944 1992294400 134512640 146736320 4290236288 18446744073709551615 135468659 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1535.61
Current children cumulated vsize (KiB) 71708

[startup+942.301 s]
/proc/loadavg: 1.81 1.85 1.73 3/109 23390
/proc/meminfo: memFree=1799392/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=62720 CPUtime=1641.17
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 1922890 0 0 0 161668 2449 0 0 18 0 2 0 180531477 64225280 9950 1992294400 134512640 146736320 4290236288 18446744073709551615 135453306 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15680 9950 1099 2985 0 12222 0
[pid=23360/tid=23364] ppid=23359 vsize=62720 CPUtime=810.56
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 1030234 0 0 0 79753 1303 0 0 16 0 2 0 180531554 64225280 9950 1992294400 134512640 146736320 4290236288 18446744073709551615 135468726 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1641.17
Current children cumulated vsize (KiB) 71420

[startup+1002.3 s]
/proc/loadavg: 1.74 1.83 1.73 3/109 23390
/proc/meminfo: memFree=1799268/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=63008 CPUtime=1747.77
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 2012706 0 0 0 172171 2606 0 0 17 0 2 0 180531477 64520192 9954 1992294400 134512640 146736320 4290236288 18446744073709551615 135454096 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23360/statm: 15752 9954 1099 2985 0 12294 0
[pid=23360/tid=23364] ppid=23359 vsize=63008 CPUtime=862.62
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 1084776 0 0 0 84873 1389 0 0 16 0 2 0 180531554 64520192 9954 1992294400 134512640 146736320 4290236288 18446744073709551615 135454073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1747.77
Current children cumulated vsize (KiB) 71708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1032 s]
/proc/loadavg: 1.84 1.84 1.73 2/109 23392
/proc/meminfo: memFree=1798772/2059040 swapFree=4135868/4192956
[pid=23359] ppid=23357 vsize=8700 CPUtime=0
/proc/23359/stat : 23359 (run) S 23357 23359 23126 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180531477 8908800 249 1992294400 4194304 4922060 140737482909456 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23359/statm: 2175 249 208 178 0 68 0
[pid=23360] ppid=23359 vsize=63168 CPUtime=1800.07
/proc/23360/stat : 23360 (pb_cplex) R 23359 23359 23126 0 -1 4202496 2065633 0 0 0 177318 2689 0 0 17 0 2 0 180531477 64684032 10103 1992294400 134512640 146736320 4290236288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23360/statm: 15792 10103 1099 2985 0 12334 0
[pid=23360/tid=23364] ppid=23359 vsize=63168 CPUtime=888.76
/proc/23360/task/23364/stat : 23364 (pb_cplex) R 23359 23359 23126 0 -1 4202560 1112837 0 0 0 87444 1432 0 0 16 0 2 0 180531554 64684032 10103 1992294400 134512640 146736320 4290236288 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 71868

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 23359 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.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1032.02
CPU time (s): 1800.07
CPU user time (s): 1773.18
CPU system time (s): 26.89
CPU usage (%): 174.422
Max. virtual memory (cumulated for all children) (KiB): 83004

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= 365
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= 3

runsolver used 1.89471 second user time and 5.63814 second system time

The end

Launcher Data

Begin job on node014 at 2010-07-02 07:41:41
IDJOB=2697063
IDBENCH=48097
IDSOLVER=1209
FILE ID=node014/2697063-1278049301
PBS_JOBID= 11198869
Free space on /tmp= 62460 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=47-P1=43-P2=53-P3=59-P4=67-P5=71-P6=53-P7=67-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697063-1278049301/watcher-2697063-1278049301 -o /tmp/evaluation-result-2697063-1278049301/solver-2697063-1278049301 -C 1800 -W 2000 -M 1800  run HOME/instance-2697063-1278049301.opb

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

MD5SUM BENCH= e58f2c3753b703f4a66371ee4fd516c9
RANDOM SEED=1733244502

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1837640 kB
Buffers:         26300 kB
Cached:         108720 kB
SwapCached:      10876 kB
Active:         107388 kB
Inactive:        42116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1837640 kB
SwapTotal:     4192956 kB
SwapFree:      4135868 kB
Dirty:           16620 kB
Writeback:           0 kB
AnonPages:       12828 kB
Mapped:           8460 kB
Slab:            49904 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183820 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-2697063-1278049301.opb

Free space on /tmp at the end= 62444 MiB
End job on node014 at 2010-07-02 07:58:55