Trace number 2696952

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.04 1098.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
MD5SUMe808e428ddeed4827e7f6cc4dcf60aa4
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 benchmark14.7718
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-2696952-1278048181.opb.
0.00/0.00	c Instance file HOME/instance-2696952-1278048181.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.04/1098.82	c Remaining time 1799.97 sec.
1800.04/1098.82	c 
1800.04/1098.82	c *** INTERRUPTED ***
1800.04/1098.82	s UNKNOWN
1800.04/1098.82	c Total CPU time              : 1781.96 s
1800.04/1098.82	c Memory used           : 114.86 MB
1800.04/1098.82	c CPU time              : 1781.96 s
1800.04/1098.82	c 
1800.04/1098.82	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-2696952-1278048181/watcher-2696952-1278048181 -o /tmp/evaluation-result-2696952-1278048181/solver-2696952-1278048181 -C 1800 -W 2000 -M 1800 run HOME/instance-2696952-1278048181.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.64 1.72 1.19 3/106 30412
/proc/meminfo: memFree=1439120/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) R 30410 30412 30266 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490223509 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0

[startup+0.0343931 s]
/proc/loadavg: 1.64 1.72 1.19 3/106 30412
/proc/meminfo: memFree=1439120/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104103 s]
/proc/loadavg: 1.64 1.72 1.19 3/106 30412
/proc/meminfo: memFree=1439120/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304424 s]
/proc/loadavg: 1.64 1.72 1.19 3/106 30412
/proc/meminfo: memFree=1439120/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701461 s]
/proc/loadavg: 1.64 1.72 1.19 3/106 30412
/proc/meminfo: memFree=1439120/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50153 s]
/proc/loadavg: 1.64 1.72 1.19 2/108 30415
/proc/meminfo: memFree=1431416/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=35604 CPUtime=1.91
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 7077 0 0 0 186 5 0 0 17 0 2 0 146109613 36458496 3529 1992294400 134512640 146736320 4286867808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 8901 3529 1070 2985 0 5443 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 44304

[startup+3.10168 s]
/proc/loadavg: 1.64 1.72 1.19 3/109 30417
/proc/meminfo: memFree=1428060/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=37528 CPUtime=4.64
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 22273 0 0 0 450 14 0 0 16 0 2 0 146109613 38428672 3950 1992294400 134512640 146736320 4286867808 18446744073709551615 135454049 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 9382 3950 1074 2985 0 5924 0
[pid=30413/tid=30417] ppid=30412 vsize=37528 CPUtime=1.69
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 8583 0 0 0 165 4 0 0 16 0 2 0 146109719 38428672 3950 1992294400 134512640 146736320 4286867808 18446744073709551615 136017755 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 46228

[startup+6.30096 s]
/proc/loadavg: 1.59 1.71 1.19 2/109 30417
/proc/meminfo: memFree=1424960/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=39828 CPUtime=10
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 46050 0 0 0 970 30 0 0 16 0 2 0 146109613 40783872 4468 1992294400 134512640 146736320 4286867808 18446744073709551615 135468697 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 9957 4468 1094 2985 0 6499 0
[pid=30413/tid=30417] ppid=30412 vsize=39828 CPUtime=4.33
/proc/30413/task/30417/stat : 30417 (pb_cplex) S 30412 30412 30266 0 -1 4202560 20034 0 0 0 421 12 0 0 16 0 2 0 146109719 40783872 4468 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 2 4096 16387 18446604437838617472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 48528

[startup+12.7015 s]
/proc/loadavg: 1.54 1.69 1.19 3/109 30417
/proc/meminfo: memFree=1414916/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=46456 CPUtime=20.54
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 67734 0 0 0 2006 48 0 0 16 0 2 0 146109613 47570944 5984 1992294400 134512640 146736320 4286867808 18446744073709551615 136003506 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 11614 5984 1074 2985 0 8156 0
[pid=30413/tid=30417] ppid=30412 vsize=46456 CPUtime=9.41
/proc/30413/task/30417/stat : 30417 (pb_cplex) S 30412 30412 30266 0 -1 4202560 31247 0 0 0 919 22 0 0 16 0 2 0 146109719 47570944 5984 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 2 4096 16387 18446604437838617472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 55156

[startup+25.5007 s]
/proc/loadavg: 1.50 1.68 1.19 2/109 30417
/proc/meminfo: memFree=1412064/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=50340 CPUtime=41.44
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 110535 0 0 0 4068 76 0 0 18 0 2 0 146109613 51548160 7023 1992294400 134512640 146736320 4286867808 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 12585 7023 1074 2985 0 9127 0
[pid=30413/tid=30417] ppid=30412 vsize=50340 CPUtime=19.57
/proc/30413/task/30417/stat : 30417 (pb_cplex) S 30412 30412 30266 0 -1 4202560 47464 0 0 0 1925 32 0 0 16 0 2 0 146109719 51548160 7023 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 2 4096 16387 18446604437838617472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.44
Current children cumulated vsize (KiB) 59040

[startup+51.101 s]
/proc/loadavg: 1.46 1.65 1.20 2/109 30417
/proc/meminfo: memFree=1405616/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=58076 CPUtime=82.26
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 212597 0 0 0 8090 136 0 0 17 0 2 0 146109613 59469824 8699 1992294400 134512640 146736320 4286867808 18446744073709551615 135454073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 14519 8699 1074 2985 0 11061 0
[pid=30413/tid=30417] ppid=30412 vsize=58076 CPUtime=40.12
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 103520 0 0 0 3946 66 0 0 16 0 2 0 146109719 59469824 8699 1992294400 134512640 146736320 4286867808 18446744073709551615 136008363 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.26
Current children cumulated vsize (KiB) 66776

[startup+102.309 s]
/proc/loadavg: 1.79 1.69 1.23 2/109 30419
/proc/meminfo: memFree=1397928/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=68788 CPUtime=162.44
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 403610 0 0 0 15993 251 0 0 17 0 2 0 146109613 70438912 11114 1992294400 134512640 146736320 4286867808 18446744073709551615 136015519 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 17197 11114 1074 2985 0 13739 0
[pid=30413/tid=30417] ppid=30412 vsize=68788 CPUtime=80.95
/proc/30413/task/30417/stat : 30417 (pb_cplex) S 30412 30412 30266 0 -1 4202560 217241 0 0 0 7961 134 0 0 17 0 2 0 146109719 70438912 11114 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 2 4096 16387 18446604437838617472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.44
Current children cumulated vsize (KiB) 77488

[startup+162.301 s]
/proc/loadavg: 1.89 1.73 1.27 2/109 30421
/proc/meminfo: memFree=1395200/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=72756 CPUtime=255.17
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 610683 0 0 0 25135 382 0 0 17 0 2 0 146109613 74502144 11556 1992294400 134512640 146736320 4286867808 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30413/statm: 18189 11556 1082 2985 0 14731 0
[pid=30413/tid=30417] ppid=30412 vsize=72756 CPUtime=127.11
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 326580 0 0 0 12508 203 0 0 16 0 2 0 146109719 74502144 11556 1992294400 134512640 146736320 4286867808 18446744073709551615 139028318 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 255.17
Current children cumulated vsize (KiB) 81456

[startup+222.301 s]
/proc/loadavg: 2.24 1.87 1.34 3/109 30421
/proc/meminfo: memFree=1390736/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=78436 CPUtime=351.55
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 832797 0 0 0 34630 525 0 0 18 0 2 0 146109613 80318464 13094 1992294400 134512640 146736320 4286867808 18446744073709551615 135525124 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30413/statm: 19609 13094 1082 2985 0 16151 0
[pid=30413/tid=30417] ppid=30412 vsize=78436 CPUtime=177.46
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 441970 0 0 0 17469 277 0 0 16 0 2 0 146109719 80318464 13094 1992294400 134512640 146736320 4286867808 18446744073709551615 139044564 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 351.55
Current children cumulated vsize (KiB) 87136

[startup+282.301 s]
/proc/loadavg: 2.28 1.95 1.40 5/109 30423
/proc/meminfo: memFree=1387388/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=81492 CPUtime=444.04
/proc/30413/stat : 30413 (pb_cplex) S 30412 30412 30266 0 -1 4202496 1052318 0 0 0 43743 661 0 0 20 0 2 0 146109613 83447808 13888 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 20373 13888 1082 2985 0 16915 0
[pid=30413/tid=30417] ppid=30412 vsize=81492 CPUtime=224.67
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 554881 0 0 0 22119 348 0 0 16 0 2 0 146109719 83447808 13888 1992294400 134512640 146736320 4286867808 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 444.04
Current children cumulated vsize (KiB) 90192

[startup+342.301 s]
/proc/loadavg: 2.76 2.16 1.51 4/109 30425
/proc/meminfo: memFree=1394084/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=75036 CPUtime=538.21

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

[pid=30413] ppid=30412 vsize=103168 CPUtime=830.74
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 1478466 0 0 0 82145 929 0 0 16 0 2 0 146109613 105644032 18509 1992294400 134512640 146736320 4286867808 18446744073709551615 136008167 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 25792 18509 1082 2985 0 22334 0
[pid=30413/tid=30417] ppid=30412 vsize=103168 CPUtime=424.32
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 782002 0 0 0 41942 490 0 0 17 0 2 0 146109719 105644032 18509 1992294400 134512640 146736320 4286867808 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 830.74
Current children cumulated vsize (KiB) 111868

[startup+582.302 s]
/proc/loadavg: 2.15 2.06 1.60 3/109 30434
/proc/meminfo: memFree=1375104/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=92092 CPUtime=928.05
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 1546593 0 0 0 91836 969 0 0 17 0 2 0 146109613 94302208 16743 1992294400 134512640 146736320 4286867808 18446744073709551615 135468191 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30413/statm: 23023 16743 1082 2985 0 19565 0
[pid=30413/tid=30417] ppid=30412 vsize=92092 CPUtime=472.78
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 809211 0 0 0 46769 509 0 0 20 0 2 0 146109719 94302208 16743 1992294400 134512640 146736320 4286867808 18446744073709551615 135468117 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 928.05
Current children cumulated vsize (KiB) 100792

[startup+642.301 s]
/proc/loadavg: 2.17 2.07 1.63 2/109 30436
/proc/meminfo: memFree=1373368/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=93752 CPUtime=1025.58
/proc/30413/stat : 30413 (pb_cplex) S 30412 30412 30266 0 -1 4202496 1566177 0 0 0 101571 987 0 0 17 0 2 0 146109613 96002048 17178 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30413/statm: 23438 17178 1082 2985 0 19980 0
[pid=30413/tid=30417] ppid=30412 vsize=93752 CPUtime=522.86
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 818549 0 0 0 51769 517 0 0 19 0 2 0 146109719 96002048 17178 1992294400 134512640 146736320 4286867808 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1025.58
Current children cumulated vsize (KiB) 102452

[startup+702.301 s]
/proc/loadavg: 2.24 2.10 1.67 3/109 30438
/proc/meminfo: memFree=1365060/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=93372 CPUtime=1121.8
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 1637349 0 0 0 111152 1028 0 0 17 0 2 0 146109613 95612928 17271 1992294400 134512640 146736320 4286867808 18446744073709551615 135526863 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 23343 17271 1082 2985 0 19885 0
[pid=30413/tid=30417] ppid=30412 vsize=93372 CPUtime=570.04
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 836799 0 0 0 56474 530 0 0 16 0 2 0 146109719 95612928 17271 1992294400 134512640 146736320 4286867808 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 102072

[startup+762.309 s]
/proc/loadavg: 2.10 2.09 1.69 2/109 30440
/proc/meminfo: memFree=1372748/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=94548 CPUtime=1223.77
/proc/30413/stat : 30413 (pb_cplex) S 30412 30412 30266 0 -1 4202496 1778191 0 0 0 121245 1132 0 0 17 0 2 0 146109613 96817152 17274 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 23637 17274 1082 2985 0 20179 0
[pid=30413/tid=30417] ppid=30412 vsize=94548 CPUtime=622.58
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 912121 0 0 0 61669 589 0 0 18 0 2 0 146109719 96817152 17274 1992294400 134512640 146736320 4286867808 18446744073709551615 136008454 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1223.77
Current children cumulated vsize (KiB) 103248

[startup+822.301 s]
/proc/loadavg: 1.75 1.99 1.68 3/109 30440
/proc/meminfo: memFree=1371012/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=94868 CPUtime=1314.88
/proc/30413/stat : 30413 (pb_cplex) S 30412 30412 30266 0 -1 4202496 1844548 0 0 0 130310 1178 0 0 17 0 2 0 146109613 97144832 17634 1992294400 134512640 146736320 4286867808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 23717 17634 1082 2985 0 20259 0
[pid=30413/tid=30417] ppid=30412 vsize=94868 CPUtime=673.13
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 956609 0 0 0 66696 617 0 0 18 0 2 0 146109719 97144832 17634 1992294400 134512640 146736320 4286867808 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1314.88
Current children cumulated vsize (KiB) 103568

[startup+882.301 s]
/proc/loadavg: 2.14 2.04 1.71 2/109 30442
/proc/meminfo: memFree=1368788/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=112304 CPUtime=1416.83
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 1926331 0 0 0 140431 1252 0 0 16 0 2 0 146109613 114999296 20293 1992294400 134512640 146736320 4286867808 18446744073709551615 135453309 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 28076 20293 1082 2985 0 24618 0
[pid=30413/tid=30417] ppid=30412 vsize=112304 CPUtime=724.22
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 987509 0 0 0 71773 649 0 0 17 0 2 0 146109719 114999296 20293 1992294400 134512640 146736320 4286867808 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1416.83
Current children cumulated vsize (KiB) 121004

[startup+942.302 s]
/proc/loadavg: 1.90 1.99 1.71 4/109 30444
/proc/meminfo: memFree=1363084/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=104636 CPUtime=1523.32
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 2140500 0 0 0 150928 1404 0 0 18 0 2 0 146109613 107147264 19862 1992294400 134512640 146736320 4286867808 18446744073709551615 139028308 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 26159 19862 1082 2985 0 22701 0
[pid=30413/tid=30417] ppid=30412 vsize=104636 CPUtime=777.22
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 1104893 0 0 0 76996 726 0 0 17 0 2 0 146109719 107147264 19862 1992294400 134512640 146736320 4286867808 18446744073709551615 135526330 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1523.32
Current children cumulated vsize (KiB) 113336

[startup+1002.3 s]
/proc/loadavg: 1.93 1.96 1.72 3/109 30446
/proc/meminfo: memFree=1358248/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=123660 CPUtime=1629.55
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 2402981 0 0 0 161368 1587 0 0 17 0 2 0 146109613 126627840 22808 1992294400 134512640 146736320 4286867808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 30915 22808 1082 2985 0 27457 0
[pid=30413/tid=30417] ppid=30412 vsize=123660 CPUtime=830.51
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 1232012 0 0 0 82236 815 0 0 18 0 2 0 146109719 126627840 22808 1992294400 134512640 146736320 4286867808 18446744073709551615 135523326 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1629.55
Current children cumulated vsize (KiB) 132360

[startup+1062.3 s]
/proc/loadavg: 1.88 1.93 1.73 3/109 30448
/proc/meminfo: memFree=1351180/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=116240 CPUtime=1735.41
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 2603867 0 0 0 171806 1735 0 0 16 0 2 0 146109613 119029760 22568 1992294400 134512640 146736320 4286867808 18446744073709551615 138462756 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30413/statm: 29060 22568 1082 2985 0 25602 0
[pid=30413/tid=30417] ppid=30412 vsize=116240 CPUtime=883.82
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 1305596 0 0 0 87509 873 0 0 17 0 2 0 146109719 119029760 22568 1992294400 134512640 146736320 4286867808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1735.41
Current children cumulated vsize (KiB) 124940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1098.8 s]
/proc/loadavg: 2.01 1.96 1.74 3/109 30448
/proc/meminfo: memFree=1350188/2059040 swapFree=4139744/4192956
[pid=30412] ppid=30410 vsize=8700 CPUtime=0
/proc/30412/stat : 30412 (run) S 30410 30412 30266 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146109613 8908800 249 1992294400 4194304 4922060 140733567243744 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30412/statm: 2175 249 208 178 0 68 0
[pid=30413] ppid=30412 vsize=117616 CPUtime=1800.04
/proc/30413/stat : 30413 (pb_cplex) R 30412 30412 30266 0 -1 4202496 2691041 0 0 0 178195 1809 0 0 18 0 2 0 146109613 120438784 23035 1992294400 134512640 146736320 4286867808 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30413/statm: 29404 23035 1082 2985 0 25946 0
[pid=30413/tid=30417] ppid=30412 vsize=117616 CPUtime=916.12
/proc/30413/task/30417/stat : 30417 (pb_cplex) R 30412 30412 30266 0 -1 4202560 1350138 0 0 0 90703 909 0 0 16 0 2 0 146109719 120438784 23035 1992294400 134512640 146736320 4286867808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 126316

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 30412 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1098.83
CPU time (s): 1800.04
CPU user time (s): 1781.95
CPU system time (s): 18.09
CPU usage (%): 163.815
Max. virtual memory (cumulated for all children) (KiB): 151680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366
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.10668 second user time and 5.46017 second system time

The end

Launcher Data

Begin job on node051 at 2010-07-02 07:23:01
IDJOB=2696952
IDBENCH=47986
IDSOLVER=1209
FILE ID=node051/2696952-1278048181
PBS_JOBID= 11198842
Free space on /tmp= 62484 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=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696952-1278048181/watcher-2696952-1278048181 -o /tmp/evaluation-result-2696952-1278048181/solver-2696952-1278048181 -C 1800 -W 2000 -M 1800  run HOME/instance-2696952-1278048181.opb

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

MD5SUM BENCH= e808e428ddeed4827e7f6cc4dcf60aa4
RANDOM SEED=1998057922

node051.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.255
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.255
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1439896 kB
Buffers:        152820 kB
Cached:         357468 kB
SwapCached:       6776 kB
Active:         218848 kB
Inactive:       305264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1439896 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           16656 kB
Writeback:           0 kB
AnonPages:       11952 kB
Mapped:          12072 kB
Slab:            73132 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182028 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-2696952-1278048181.opb

Free space on /tmp at the end= 62468 MiB
End job on node051 at 2010-07-02 07:41:22