Trace number 2697010

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.03 1040.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
MD5SUM0f650891245dab338bc3d2f3a3dc10c7
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 benchmark16.7774
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 variables189
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 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)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697010-1278048683.opb.
0.00/0.00	c Instance file HOME/instance-2697010-1278048683.opb
0.00/0.00	c File size is 42576 bytes.
0.00/0.03	c Highest Coefficient sum: 523264
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:      756                                                 |
0.00/0.03	c |  Number Constraints:    1149                                                |
0.00/0.03	c ===============================================================================
1800.03/1040.91	c Remaining time 1799.97 sec.
1800.03/1040.91	c 
1800.03/1040.91	c *** INTERRUPTED ***
1800.03/1040.91	s UNKNOWN
1800.03/1040.91	c Total CPU time              : 1779.49 s
1800.03/1040.91	c Memory used           : 86.83 MB
1800.03/1040.91	c CPU time              : 1779.49 s
1800.03/1040.91	c 
1800.03/1040.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-2697010-1278048683/watcher-2697010-1278048683 -o /tmp/evaluation-result-2697010-1278048683/solver-2697010-1278048683 -C 1800 -W 2000 -M 1800 run HOME/instance-2697010-1278048683.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.93 1.92 1.55 3/106 26526
/proc/meminfo: memFree=1758936/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0

[startup+0.029413 s]
/proc/loadavg: 1.93 1.92 1.55 3/106 26526
/proc/meminfo: memFree=1758936/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105675 s]
/proc/loadavg: 1.93 1.92 1.55 3/106 26526
/proc/meminfo: memFree=1758936/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300672 s]
/proc/loadavg: 1.93 1.92 1.55 3/106 26526
/proc/meminfo: memFree=1758936/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701668 s]
/proc/loadavg: 1.93 1.92 1.55 3/106 26526
/proc/meminfo: memFree=1758936/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 1.86 1.91 1.55 2/109 26530
/proc/meminfo: memFree=1751348/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=35796 CPUtime=1.93
/proc/26527/stat : 26527 (pb_cplex) S 26526 26526 26273 0 -1 4202496 7131 0 0 0 187 6 0 0 17 0 2 0 180471792 36655104 3511 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 8949 3511 1070 2985 0 5491 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 44496

[startup+3.10064 s]
/proc/loadavg: 1.86 1.91 1.55 5/109 26531
/proc/meminfo: memFree=1747504/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=37520 CPUtime=4.79
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 15666 0 0 0 467 12 0 0 16 0 2 0 180471792 38420480 3947 1992294400 134512640 146736320 4293351472 18446744073709551615 135454096 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 9380 3947 1071 2985 0 5922 0
[pid=26527/tid=26531] ppid=26526 vsize=37520 CPUtime=1.84
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 5639 0 0 0 180 4 0 0 17 0 2 0 180471893 38420480 3947 1992294400 134512640 146736320 4293351472 18446744073709551615 137083979 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 46220

[startup+6.3016 s]
/proc/loadavg: 1.87 1.91 1.55 2/109 26531
/proc/meminfo: memFree=1743784/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=41728 CPUtime=10.04
/proc/26527/stat : 26527 (pb_cplex) S 26526 26526 26273 0 -1 4202496 33013 0 0 0 979 25 0 0 16 0 2 0 180471792 42729472 4886 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 10432 4886 1074 2985 0 6974 0
[pid=26527/tid=26531] ppid=26526 vsize=41728 CPUtime=4.4
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 16181 0 0 0 429 11 0 0 16 0 2 0 180471893 42729472 4886 1992294400 134512640 146736320 4293351472 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.04
Current children cumulated vsize (KiB) 50428

[startup+12.7005 s]
/proc/loadavg: 1.88 1.91 1.55 3/109 26531
/proc/meminfo: memFree=1741800/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=43956 CPUtime=20.81
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 72034 0 0 0 2031 50 0 0 16 0 2 0 180471792 45010944 5651 1992294400 134512640 146736320 4293351472 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 10989 5651 1077 2985 0 7531 0
[pid=26527/tid=26531] ppid=26526 vsize=43956 CPUtime=9.92
/proc/26527/task/26531/stat : 26531 (pb_cplex) S 26526 26526 26273 0 -1 4202560 32865 0 0 0 970 22 0 0 16 0 2 0 180471893 45010944 5651 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 2 4096 16387 18446604437839316032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.81
Current children cumulated vsize (KiB) 52656

[startup+25.5014 s]
/proc/loadavg: 1.84 1.90 1.55 3/109 26533
/proc/meminfo: memFree=1733368/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=51908 CPUtime=42.66
/proc/26527/stat : 26527 (pb_cplex) S 26526 26526 26273 0 -1 4202496 120400 0 0 0 4184 82 0 0 16 0 2 0 180471792 53153792 7435 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 12977 7435 1071 2985 0 9519 0
[pid=26527/tid=26531] ppid=26526 vsize=51908 CPUtime=21.23
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 47845 0 0 0 2089 34 0 0 17 0 2 0 180471893 53153792 7435 1992294400 134512640 146736320 4293351472 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.66
Current children cumulated vsize (KiB) 60608

[startup+51.1011 s]
/proc/loadavg: 1.70 1.86 1.55 3/109 26533
/proc/meminfo: memFree=1732748/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=53940 CPUtime=84.34
/proc/26527/stat : 26527 (pb_cplex) S 26526 26526 26273 0 -1 4202496 233816 0 0 0 8284 150 0 0 17 0 2 0 180471792 55234560 7833 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 13485 7833 1071 2985 0 10027 0
[pid=26527/tid=26531] ppid=26526 vsize=53940 CPUtime=41.67
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 103754 0 0 0 4099 68 0 0 16 0 2 0 180471893 55234560 7833 1992294400 134512640 146736320 4293351472 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.34
Current children cumulated vsize (KiB) 62640

[startup+102.309 s]
/proc/loadavg: 1.96 1.90 1.57 3/109 26535
/proc/meminfo: memFree=1723200/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=65700 CPUtime=168.9
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 450697 0 0 0 16605 285 0 0 16 0 2 0 180471792 67276800 10385 1992294400 134512640 146736320 4293351472 18446744073709551615 136008176 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 16425 10385 1071 2985 0 12967 0
[pid=26527/tid=26531] ppid=26526 vsize=65700 CPUtime=83.62
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 215865 0 0 0 8223 139 0 0 18 0 2 0 180471893 67276800 10385 1992294400 134512640 146736320 4293351472 18446744073709551615 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 168.9
Current children cumulated vsize (KiB) 74400

[startup+162.302 s]
/proc/loadavg: 2.05 1.93 1.60 5/109 26535
/proc/meminfo: memFree=1716876/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=70364 CPUtime=267.71
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 650690 0 0 0 26361 410 0 0 16 0 2 0 180471792 72052736 11541 1992294400 134512640 146736320 4293351472 18446744073709551615 136008306 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 17591 11541 1071 2985 0 14133 0
[pid=26527/tid=26531] ppid=26526 vsize=70364 CPUtime=130.9
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 338586 0 0 0 12875 215 0 0 18 0 2 0 180471893 72052736 11541 1992294400 134512640 146736320 4293351472 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 267.71
Current children cumulated vsize (KiB) 79064

[startup+222.301 s]
/proc/loadavg: 2.04 1.95 1.63 2/109 26537
/proc/meminfo: memFree=1713156/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=72940 CPUtime=364.03
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 867485 0 0 0 35860 543 0 0 16 0 2 0 180471792 74690560 12309 1992294400 134512640 146736320 4293351472 18446744073709551615 135854505 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 18235 12309 1071 2985 0 14777 0
[pid=26527/tid=26531] ppid=26526 vsize=72940 CPUtime=177.94
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 454000 0 0 0 17508 286 0 0 18 0 2 0 180471893 74690560 12309 1992294400 134512640 146736320 4293351472 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 364.03
Current children cumulated vsize (KiB) 81640

[startup+282.3 s]
/proc/loadavg: 2.15 1.98 1.66 2/109 26539
/proc/meminfo: memFree=1706460/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=82652 CPUtime=456.06
/proc/26527/stat : 26527 (pb_cplex) S 26526 26526 26273 0 -1 4202496 1050689 0 0 0 44952 654 0 0 22 0 2 0 180471792 84635648 13989 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 20663 13989 1082 2985 0 17205 0
[pid=26527/tid=26531] ppid=26526 vsize=82652 CPUtime=223.98
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 525390 0 0 0 22069 329 0 0 20 0 2 0 180471893 84635648 13989 1992294400 134512640 146736320 4293351472 18446744073709551615 136384852 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 456.06
Current children cumulated vsize (KiB) 91352

[startup+342.301 s]
/proc/loadavg: 1.86 1.92 1.65 4/109 26541
/proc/meminfo: memFree=1703236/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=84796 CPUtime=554.92

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

[pid=26527] ppid=26526 vsize=86544 CPUtime=873.4
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 1593775 0 0 0 86290 1050 0 0 16 0 2 0 180471792 88621056 15093 1992294400 134512640 146736320 4293351472 18446744073709551615 136363176 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 21636 15093 1082 2985 0 18178 0
[pid=26527/tid=26531] ppid=26526 vsize=86544 CPUtime=433.06
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 810981 0 0 0 42765 541 0 0 18 0 2 0 180471893 88621056 15093 1992294400 134512640 146736320 4293351472 18446744073709551615 135846482 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 873.4
Current children cumulated vsize (KiB) 95244

[startup+582.301 s]
/proc/loadavg: 1.83 1.95 1.73 3/109 26547
/proc/meminfo: memFree=1701624/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=85936 CPUtime=982.42
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 1823116 0 0 0 97030 1212 0 0 16 0 2 0 180471792 87998464 15034 1992294400 134512640 146736320 4293351472 18446744073709551615 135983225 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 21484 15034 1082 2985 0 18026 0
[pid=26527/tid=26531] ppid=26526 vsize=85936 CPUtime=487.99
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 952962 0 0 0 48160 639 0 0 19 0 2 0 180471893 87998464 15034 1992294400 134512640 146736320 4293351472 18446744073709551615 136364179 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 982.42
Current children cumulated vsize (KiB) 94636

[startup+642.301 s]
/proc/loadavg: 1.92 1.95 1.74 2/109 26549
/proc/meminfo: memFree=1701748/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=86260 CPUtime=1091.17
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2020847 0 0 0 107768 1349 0 0 17 0 2 0 180471792 88330240 14970 1992294400 134512640 146736320 4293351472 18446744073709551615 135468704 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 21565 14970 1082 2985 0 18107 0
[pid=26527/tid=26531] ppid=26526 vsize=86260 CPUtime=543.02
/proc/26527/task/26531/stat : 26531 (pb_cplex) S 26526 26526 26273 0 -1 4202560 1023027 0 0 0 53613 689 0 0 16 0 2 0 180471893 88330240 14970 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 2 4096 16387 18446604437839316032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1091.17
Current children cumulated vsize (KiB) 94960

[startup+702.302 s]
/proc/loadavg: 2.05 1.98 1.76 3/109 26551
/proc/meminfo: memFree=1701500/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=98420 CPUtime=1198.79
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2261611 0 0 0 118365 1514 0 0 16 0 2 0 180471792 100782080 16740 1992294400 134512640 146736320 4293351472 18446744073709551615 139023093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 24605 16740 1082 2985 0 21147 0
[pid=26527/tid=26531] ppid=26526 vsize=98420 CPUtime=597.69
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1101103 0 0 0 59022 747 0 0 17 0 2 0 180471893 100782080 16740 1992294400 134512640 146736320 4293351472 18446744073709551615 136365642 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1198.79
Current children cumulated vsize (KiB) 107120

[startup+762.309 s]
/proc/loadavg: 2.17 2.01 1.78 3/109 26551
/proc/meminfo: memFree=1700632/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=87448 CPUtime=1307.27
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2350524 0 0 0 129127 1600 0 0 17 0 2 0 180471792 89546752 15215 1992294400 134512640 146736320 4293351472 18446744073709551615 135233157 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26527/statm: 21862 15215 1082 2985 0 18404 0
[pid=26527/tid=26531] ppid=26526 vsize=87448 CPUtime=651.56
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1141906 0 0 0 64369 787 0 0 17 0 2 0 180471893 89546752 15215 1992294400 134512640 146736320 4293351472 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1307.27
Current children cumulated vsize (KiB) 96148

[startup+822.301 s]
/proc/loadavg: 2.07 2.01 1.79 3/109 26553
/proc/meminfo: memFree=1699516/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=108340 CPUtime=1408.15
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2462553 0 0 0 139122 1693 0 0 16 0 2 0 180471792 110940160 17551 1992294400 134512640 146736320 4293351472 18446744073709551615 139022932 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 27085 17559 1082 2985 0 23627 0
[pid=26527/tid=26531] ppid=26526 vsize=108340 CPUtime=702.1
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1193377 0 0 0 69382 828 0 0 18 0 2 0 180471893 110940160 17565 1992294400 134512640 146736320 4293351472 18446744073709551615 139022957 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1408.15
Current children cumulated vsize (KiB) 117040

[startup+882.301 s]
/proc/loadavg: 1.92 1.98 1.80 4/109 26555
/proc/meminfo: memFree=1699640/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=88228 CPUtime=1515.18
/proc/26527/stat : 26527 (pb_cplex) S 26526 26526 26273 0 -1 4202496 2568152 0 0 0 149729 1789 0 0 16 0 2 0 180471792 90345472 15479 1992294400 134512640 146736320 4293351472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 22057 15479 1082 2985 0 18599 0
[pid=26527/tid=26531] ppid=26526 vsize=88228 CPUtime=755.31
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1243888 0 0 0 74658 873 0 0 16 0 2 0 180471893 90345472 15479 1992294400 134512640 146736320 4293351472 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1515.18
Current children cumulated vsize (KiB) 96928

[startup+942.301 s]
/proc/loadavg: 1.96 1.98 1.81 3/109 26557
/proc/meminfo: memFree=1699392/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=88260 CPUtime=1623.05
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2639152 0 0 0 160430 1875 0 0 17 0 2 0 180471792 90378240 15448 1992294400 134512640 146736320 4293351472 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 22065 15448 1082 2985 0 18607 0
[pid=26527/tid=26531] ppid=26526 vsize=88260 CPUtime=808.89
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1286831 0 0 0 79966 923 0 0 17 0 2 0 180471893 90378240 15448 1992294400 134512640 146736320 4293351472 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1623.05
Current children cumulated vsize (KiB) 96960

[startup+1002.3 s]
/proc/loadavg: 1.89 1.97 1.81 4/109 26559
/proc/meminfo: memFree=1699640/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=88268 CPUtime=1730.79
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2811127 0 0 0 171072 2007 0 0 17 0 2 0 180471792 90386432 15512 1992294400 134512640 146736320 4293351472 18446744073709551615 139028328 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 22067 15512 1082 2985 0 18609 0
[pid=26527/tid=26531] ppid=26526 vsize=88268 CPUtime=862.49
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1377206 0 0 0 85256 993 0 0 17 0 2 0 180471893 90386432 15512 1992294400 134512640 146736320 4293351472 18446744073709551615 139039537 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.79
Current children cumulated vsize (KiB) 96968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1040.9 s]
/proc/loadavg: 2.25 2.05 1.85 3/109 26559
/proc/meminfo: memFree=1699888/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=88908 CPUtime=1800.03
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2834221 0 0 0 177947 2056 0 0 16 0 2 0 180471792 91041792 15624 1992294400 134512640 146736320 4293351472 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 22227 15624 1082 2985 0 18769 0
[pid=26527/tid=26531] ppid=26526 vsize=88908 CPUtime=897.18
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1394011 0 0 0 88694 1024 0 0 17 0 2 0 180471893 91041792 15624 1992294400 134512640 146736320 4293351472 18446744073709551615 135850446 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 97608

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

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

[startup+1040.9 s]
/proc/loadavg: 2.25 2.05 1.85 3/109 26559
/proc/meminfo: memFree=1699888/2059040 swapFree=4139180/4192956
[pid=26526] ppid=26524 vsize=8700 CPUtime=0
/proc/26526/stat : 26526 (run) S 26524 26526 26273 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180471792 8908800 248 1992294400 4194304 4922060 140737142468896 18446744073709551615 211173350533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26526/statm: 2175 248 208 178 0 68 0
[pid=26527] ppid=26526 vsize=88908 CPUtime=1800.03
/proc/26527/stat : 26527 (pb_cplex) R 26526 26526 26273 0 -1 4202496 2834221 0 0 0 177947 2056 0 0 16 0 2 0 180471792 91041792 15624 1992294400 134512640 146736320 4293351472 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26527/statm: 22227 15624 1082 2985 0 18769 0
[pid=26527/tid=26531] ppid=26526 vsize=88908 CPUtime=897.18
/proc/26527/task/26531/stat : 26531 (pb_cplex) R 26526 26526 26273 0 -1 4202560 1394011 0 0 0 88694 1024 0 0 17 0 2 0 180471893 91041792 15624 1992294400 134512640 146736320 4293351472 18446744073709551615 135850446 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 97608

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26526 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1040.92
CPU time (s): 1800.03
CPU user time (s): 1779.47
CPU system time (s): 20.56
CPU usage (%): 172.927
Max. virtual memory (cumulated for all children) (KiB): 120532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 3
involuntary context switches= 2

runsolver used 1.91571 second user time and 5.70113 second system time

The end

Launcher Data

Begin job on node007 at 2010-07-02 07:31:23
IDJOB=2697010
IDBENCH=48044
IDSOLVER=1209
FILE ID=node007/2697010-1278048683
PBS_JOBID= 11198875
Free space on /tmp= 62296 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=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697010-1278048683/watcher-2697010-1278048683 -o /tmp/evaluation-result-2697010-1278048683/solver-2697010-1278048683 -C 1800 -W 2000 -M 1800  run HOME/instance-2697010-1278048683.opb

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

MD5SUM BENCH= 0f650891245dab338bc3d2f3a3dc10c7
RANDOM SEED=1962890875

node007.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.264
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.52
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.264
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:       1759960 kB
Buffers:         81252 kB
Cached:         120492 kB
SwapCached:       8544 kB
Active:         112900 kB
Inactive:       104284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1759960 kB
SwapTotal:     4192956 kB
SwapFree:      4139180 kB
Dirty:           16616 kB
Writeback:           0 kB
AnonPages:       12876 kB
Mapped:          11860 kB
Slab:            59980 kB
PageTables:       4200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181860 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-2697010-1278048683.opb

Free space on /tmp at the end= 62280 MiB
End job on node007 at 2010-07-02 07:48:46