Trace number 2696948

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.13 1088.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=257-P1=53-P2=163-P3=163-P4=251-P5=269-P6=479-P7=113-B.opb
MD5SUM61ecac306f245a9bac818667ce91a2bc
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 benchmark9.69253
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-2696948-1278048179.opb.
0.00/0.00	c Instance file HOME/instance-2696948-1278048179.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.13/1088.91	c Remaining time 1799.97 sec.
1800.13/1088.91	c 
1800.13/1088.91	c *** INTERRUPTED ***
1800.13/1088.91	s UNKNOWN
1800.13/1088.91	c Total CPU time              : 1782.31 s
1800.13/1088.91	c Memory used           : 95.92 MB
1800.13/1088.91	c CPU time              : 1782.31 s
1800.13/1088.91	c 
1800.13/1088.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-2696948-1278048179/watcher-2696948-1278048179 -o /tmp/evaluation-result-2696948-1278048179/solver-2696948-1278048179 -C 1800 -W 2000 -M 1800 run HOME/instance-2696948-1278048179.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.90 1.74 1.16 3/106 30541
/proc/meminfo: memFree=1438588/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) R 30539 30541 30436 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213539221 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0

[startup+0.110487 s]
/proc/loadavg: 1.90 1.74 1.16 3/106 30541
/proc/meminfo: memFree=1438588/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201486 s]
/proc/loadavg: 1.90 1.74 1.16 3/106 30541
/proc/meminfo: memFree=1438588/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301484 s]
/proc/loadavg: 1.90 1.74 1.16 3/106 30541
/proc/meminfo: memFree=1438588/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701478 s]
/proc/loadavg: 1.90 1.74 1.16 3/106 30541
/proc/meminfo: memFree=1438588/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50247 s]
/proc/loadavg: 1.90 1.74 1.16 3/109 30545
/proc/meminfo: memFree=1430008/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=35728 CPUtime=1.86
/proc/30542/stat : 30542 (pb_cplex) S 30541 30541 30436 0 -1 4202496 8918 0 0 0 179 7 0 0 17 0 2 0 146110143 36585472 3457 1992294400 134512640 146736320 4291850720 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 8932 3457 1070 2985 0 5474 0
[pid=30542/tid=30546] ppid=30541 vsize=35728 CPUtime=0.27
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 1829 0 0 0 27 0 0 0 17 0 2 0 146110254 36585472 3457 1992294400 134512640 146736320 4291850720 18446744073709551615 136365632 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 44428

[startup+3.10044 s]
/proc/loadavg: 1.90 1.74 1.17 3/109 30546
/proc/meminfo: memFree=1426288/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=36820 CPUtime=4.62
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 24663 0 0 0 445 17 0 0 16 0 2 0 146110143 37703680 3841 1992294400 134512640 146736320 4291850720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 9205 3841 1070 2985 0 5747 0
[pid=30542/tid=30546] ppid=30541 vsize=36820 CPUtime=1.74
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 17049 0 0 0 166 8 0 0 17 0 2 0 146110254 37703680 3841 1992294400 134512640 146736320 4291850720 18446744073709551615 136753043 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 45520

[startup+6.30039 s]
/proc/loadavg: 1.90 1.74 1.17 2/109 30546
/proc/meminfo: memFree=1423436/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=40672 CPUtime=10.12
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 38337 0 0 0 982 30 0 0 16 0 2 0 146110143 41648128 4617 1992294400 134512640 146736320 4291850720 18446744073709551615 135454023 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 10168 4617 1071 2985 0 6710 0
[pid=30542/tid=30546] ppid=30541 vsize=40672 CPUtime=4.56
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 24594 0 0 0 441 15 0 0 17 0 2 0 146110254 41648128 4617 1992294400 134512640 146736320 4291850720 18446744073709551615 135453318 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 49372

[startup+12.7003 s]
/proc/loadavg: 1.84 1.73 1.17 2/109 30546
/proc/meminfo: memFree=1415748/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=50108 CPUtime=20.32
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 63070 0 0 0 1984 48 0 0 16 0 2 0 146110143 51310592 6882 1992294400 134512640 146736320 4291850720 18446744073709551615 139023093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 12527 6882 1071 2985 0 9069 0
[pid=30542/tid=30546] ppid=30541 vsize=50108 CPUtime=10.24
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 39330 0 0 0 999 25 0 0 17 0 2 0 146110254 51310592 6882 1992294400 134512640 146736320 4291850720 18446744073709551615 135526823 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.32
Current children cumulated vsize (KiB) 58808

[startup+25.5011 s]
/proc/loadavg: 1.86 1.74 1.18 5/109 30548
/proc/meminfo: memFree=1412896/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=51312 CPUtime=41.47
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 109703 0 0 0 4067 80 0 0 16 0 2 0 146110143 52543488 7124 1992294400 134512640 146736320 4291850720 18446744073709551615 144714394 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 12828 7124 1071 2985 0 9370 0
[pid=30542/tid=30546] ppid=30541 vsize=51312 CPUtime=20.62
/proc/30542/task/30546/stat : 30546 (pb_cplex) S 30541 30541 30436 0 -1 4202560 64979 0 0 0 2019 43 0 0 17 0 2 0 146110254 52543488 7124 1992294400 134512640 146736320 4291850720 18446744073709551615 144580073 0 2 4096 16387 18446604437834701824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 60012

[startup+51.1017 s]
/proc/loadavg: 1.89 1.76 1.20 3/109 30548
/proc/meminfo: memFree=1402728/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=52776 CPUtime=83.09
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 236920 0 0 0 8147 162 0 0 17 0 2 0 146110143 54042624 7483 1992294400 134512640 146736320 4291850720 18446744073709551615 135408905 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 13194 7483 1071 2985 0 9736 0
[pid=30542/tid=30546] ppid=30541 vsize=52776 CPUtime=40.6
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 122737 0 0 0 3977 83 0 0 17 0 2 0 146110254 54042624 7483 1992294400 134512640 146736320 4291850720 18446744073709551615 135408912 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 61476

[startup+102.302 s]
/proc/loadavg: 1.86 1.78 1.24 2/109 30550
/proc/meminfo: memFree=1398016/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=68316 CPUtime=167.69
/proc/30542/stat : 30542 (pb_cplex) S 30541 30541 30436 0 -1 4202496 484081 0 0 0 16456 313 0 0 16 0 2 0 146110143 69955584 11123 1992294400 134512640 146736320 4291850720 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 17079 11123 1071 2985 0 13621 0
[pid=30542/tid=30546] ppid=30541 vsize=68316 CPUtime=85.24
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 244357 0 0 0 8367 157 0 0 21 0 2 0 146110254 69955584 11123 1992294400 134512640 146736320 4291850720 18446744073709551615 136008114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 167.69
Current children cumulated vsize (KiB) 77016

[startup+162.301 s]
/proc/loadavg: 1.64 1.73 1.25 3/109 30550
/proc/meminfo: memFree=1396652/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=72072 CPUtime=261.32
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 713317 0 0 0 25674 458 0 0 25 0 2 0 146110143 73801728 12286 1992294400 134512640 146736320 4291850720 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 18018 12286 1098 2985 0 14560 0
[pid=30542/tid=30546] ppid=30541 vsize=72072 CPUtime=131.49
/proc/30542/task/30546/stat : 30546 (pb_cplex) S 30541 30541 30436 0 -1 4202560 364383 0 0 0 12917 232 0 0 16 0 2 0 146110254 73801728 12286 1992294400 134512640 146736320 4291850720 18446744073709551615 144580073 0 2 4096 16387 18446604437834701824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 261.32
Current children cumulated vsize (KiB) 80772

[startup+222.31 s]
/proc/loadavg: 1.54 1.68 1.27 2/109 30552
/proc/meminfo: memFree=1388840/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=80344 CPUtime=356.43
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 968600 0 0 0 35020 623 0 0 19 0 2 0 146110143 82272256 13407 1992294400 134512640 146736320 4291850720 18446744073709551615 139042919 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 20086 13407 1091 2985 0 16628 0
[pid=30542/tid=30546] ppid=30541 vsize=80344 CPUtime=177.42
/proc/30542/task/30546/stat : 30546 (pb_cplex) S 30541 30541 30436 0 -1 4202560 489110 0 0 0 17430 312 0 0 16 0 2 0 146110254 82272256 13407 1992294400 134512640 146736320 4291850720 18446744073709551615 144580073 0 2 4096 16387 18446604437834701824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 356.43
Current children cumulated vsize (KiB) 89044

[startup+282.302 s]
/proc/loadavg: 1.87 1.73 1.31 2/109 30554
/proc/meminfo: memFree=1378920/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=88084 CPUtime=454.05
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1075068 0 0 0 44715 690 0 0 16 0 2 0 146110143 90198016 15555 1992294400 134512640 146736320 4291850720 18446744073709551615 136001936 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 22021 15555 1080 2985 0 18563 0
[pid=30542/tid=30546] ppid=30541 vsize=88084 CPUtime=226.42
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 545093 0 0 0 22296 346 0 0 19 0 2 0 146110254 90198016 15555 1992294400 134512640 146736320 4291850720 18446744073709551615 135468690 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 454.05
Current children cumulated vsize (KiB) 96784

[startup+342.302 s]
/proc/loadavg: 1.57 1.67 1.31 3/109 30556
/proc/meminfo: memFree=1379292/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30542] ppid=30541 vsize=91368 CPUtime=836.79
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1379250 0 0 0 82813 866 0 0 19 0 2 0 146110143 93560832 16359 1992294400 134512640 146736320 4291850720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 22842 16359 1080 2985 0 19384 0
[pid=30542/tid=30546] ppid=30541 vsize=91368 CPUtime=425.9
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 717666 0 0 0 42151 439 0 0 16 0 2 0 146110254 93560832 16359 1992294400 134512640 146736320 4291850720 18446744073709551615 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 836.79
Current children cumulated vsize (KiB) 100068

[startup+582.302 s]
/proc/loadavg: 2.52 1.94 1.48 3/109 30565
/proc/meminfo: memFree=1375564/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=91340 CPUtime=932.64
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1489535 0 0 0 92341 923 0 0 15 0 2 0 146110143 93532160 16318 1992294400 134512640 146736320 4291850720 18446744073709551615 135237155 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 22835 16318 1080 2985 0 19377 0
[pid=30542/tid=30546] ppid=30541 vsize=91340 CPUtime=478.34
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 777264 0 0 0 47364 470 0 0 18 0 2 0 146110254 93532160 16318 1992294400 134512640 146736320 4291850720 18446744073709551615 135850740 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 932.64
Current children cumulated vsize (KiB) 100040

[startup+642.302 s]
/proc/loadavg: 1.97 1.88 1.48 3/109 30567
/proc/meminfo: memFree=1373332/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=93140 CPUtime=1029.2
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1515475 0 0 0 101973 947 0 0 17 0 2 0 146110143 95375360 17057 1992294400 134512640 146736320 4291850720 18446744073709551615 136388081 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 23285 17057 1083 2985 0 19827 0
[pid=30542/tid=30546] ppid=30541 vsize=93140 CPUtime=525.1
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 796073 0 0 0 52025 485 0 0 19 0 2 0 146110254 95375360 17057 1992294400 134512640 146736320 4291850720 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1029.2
Current children cumulated vsize (KiB) 101840

[startup+702.302 s]
/proc/loadavg: 2.23 1.96 1.54 2/109 30569
/proc/meminfo: memFree=1372588/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=93548 CPUtime=1118.49
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1541789 0 0 0 110877 972 0 0 16 0 2 0 146110143 95793152 17170 1992294400 134512640 146736320 4291850720 18446744073709551615 136002914 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 23387 17170 1080 2985 0 19929 0
[pid=30542/tid=30546] ppid=30541 vsize=93548 CPUtime=572.83
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 809678 0 0 0 56783 500 0 0 19 0 2 0 146110254 95793152 17170 1992294400 134512640 146736320 4291850720 18446744073709551615 135526881 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1118.49
Current children cumulated vsize (KiB) 102248

[startup+762.302 s]
/proc/loadavg: 2.30 2.00 1.58 4/109 30569
/proc/meminfo: memFree=1372464/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=93440 CPUtime=1214.52
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1630223 0 0 0 120424 1028 0 0 17 0 2 0 146110143 95682560 17185 1992294400 134512640 146736320 4291850720 18446744073709551615 135850315 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 23360 17185 1080 2985 0 19902 0
[pid=30542/tid=30546] ppid=30541 vsize=93440 CPUtime=622.57
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 865670 0 0 0 61726 531 0 0 18 0 2 0 146110254 95682560 17185 1992294400 134512640 146736320 4291850720 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1214.52
Current children cumulated vsize (KiB) 102140

[startup+822.302 s]
/proc/loadavg: 1.86 1.92 1.57 3/109 30571
/proc/meminfo: memFree=1372464/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=94344 CPUtime=1307.38
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1733618 0 0 0 129653 1085 0 0 17 0 2 0 146110143 96608256 17379 1992294400 134512640 146736320 4291850720 18446744073709551615 135526788 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 23586 17379 1080 2985 0 20128 0
[pid=30542/tid=30546] ppid=30541 vsize=94344 CPUtime=668.23
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 922254 0 0 0 66264 559 0 0 16 0 2 0 146110254 96608256 17379 1992294400 134512640 146736320 4291850720 18446744073709551615 136015579 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1307.38
Current children cumulated vsize (KiB) 103044

[startup+882.31 s]
/proc/loadavg: 1.68 1.87 1.57 3/109 30573
/proc/meminfo: memFree=1371232/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=95868 CPUtime=1419.95
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 1832282 0 0 0 140802 1193 0 0 20 0 2 0 146110143 98168832 17607 1992294400 134512640 146736320 4291850720 18446744073709551615 135526788 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 23967 17607 1080 2985 0 20509 0
[pid=30542/tid=30546] ppid=30541 vsize=95868 CPUtime=724
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 922708 0 0 0 71821 579 0 0 18 0 2 0 146110254 98168832 17607 1992294400 134512640 146736320 4291850720 18446744073709551615 136015725 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1419.95
Current children cumulated vsize (KiB) 104568

[startup+942.302 s]
/proc/loadavg: 1.89 1.89 1.60 4/109 30575
/proc/meminfo: memFree=1370612/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=95896 CPUtime=1531.41
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 2138041 0 0 0 151745 1396 0 0 16 0 2 0 146110143 98197504 17657 1992294400 134512640 146736320 4291850720 18446744073709551615 137084937 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 23974 17657 1080 2985 0 20516 0
[pid=30542/tid=30546] ppid=30541 vsize=95896 CPUtime=779.77
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 1044727 0 0 0 77317 660 0 0 18 0 2 0 146110254 98197504 17657 1992294400 134512640 146736320 4291850720 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1531.41
Current children cumulated vsize (KiB) 104596

[startup+1002.3 s]
/proc/loadavg: 1.89 1.88 1.61 4/109 30577
/proc/meminfo: memFree=1370364/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=95948 CPUtime=1641.14
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 2313931 0 0 0 162579 1535 0 0 18 0 2 0 146110143 98250752 17729 1992294400 134512640 146736320 4291850720 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 23987 17729 1082 2985 0 20529 0
[pid=30542/tid=30546] ppid=30541 vsize=95948 CPUtime=834.35
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 1150781 0 0 0 82698 737 0 0 16 0 2 0 146110254 98250752 17729 1992294400 134512640 146736320 4291850720 18446744073709551615 136016571 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1641.14
Current children cumulated vsize (KiB) 104648

[startup+1062.3 s]
/proc/loadavg: 2.04 1.93 1.64 3/109 30577
/proc/meminfo: memFree=1369744/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=96220 CPUtime=1751.36
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 2604693 0 0 0 173407 1729 0 0 17 0 2 0 146110143 98529280 17825 1992294400 134512640 146736320 4291850720 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 24055 17825 1082 2985 0 20597 0
[pid=30542/tid=30546] ppid=30541 vsize=96220 CPUtime=888.78
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 1245669 0 0 0 88074 804 0 0 17 0 2 0 146110254 98529280 17825 1992294400 134512640 146736320 4291850720 18446744073709551615 135237163 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.36
Current children cumulated vsize (KiB) 104920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1088.9 s]
/proc/loadavg: 1.82 1.89 1.63 3/109 30579
/proc/meminfo: memFree=1368380/2059040 swapFree=4139764/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30436 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146110143 8908800 248 1992294400 4194304 4922060 140734502387168 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=98216 CPUtime=1800.13
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30436 0 -1 4202496 2651855 0 0 0 178229 1784 0 0 18 0 2 0 146110143 100573184 18140 1992294400 134512640 146736320 4291850720 18446744073709551615 135850298 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 24554 18140 1082 2985 0 21096 0
[pid=30542/tid=30546] ppid=30541 vsize=98216 CPUtime=912.8
/proc/30542/task/30546/stat : 30546 (pb_cplex) R 30541 30541 30436 0 -1 4202560 1278335 0 0 0 90443 837 0 0 17 0 2 0 146110254 100573184 18140 1992294400 134512640 146736320 4291850720 18446744073709551615 139028303 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 106916

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

Real time (s): 1088.92
CPU time (s): 1800.13
CPU user time (s): 1782.29
CPU system time (s): 17.84
CPU usage (%): 165.313
Max. virtual memory (cumulated for all children) (KiB): 134112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 2.02769 second user time and 5.84011 second system time

The end

Launcher Data

Begin job on node045 at 2010-07-02 07:22:59
IDJOB=2696948
IDBENCH=47982
IDSOLVER=1209
FILE ID=node045/2696948-1278048179
PBS_JOBID= 11198847
Free space on /tmp= 62488 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=257-P1=53-P2=163-P3=163-P4=251-P5=269-P6=479-P7=113-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696948-1278048179/watcher-2696948-1278048179 -o /tmp/evaluation-result-2696948-1278048179/solver-2696948-1278048179 -C 1800 -W 2000 -M 1800  run HOME/instance-2696948-1278048179.opb

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

MD5SUM BENCH= 61ecac306f245a9bac818667ce91a2bc
RANDOM SEED=996416256

node045.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.247
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.49
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.247
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:       1439488 kB
Buffers:        145052 kB
Cached:         370416 kB
SwapCached:       6716 kB
Active:         224320 kB
Inactive:       304856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1439488 kB
SwapTotal:     4192956 kB
SwapFree:      4139764 kB
Dirty:           16552 kB
Writeback:           0 kB
AnonPages:       11912 kB
Mapped:          12044 kB
Slab:            68372 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182536 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-2696948-1278048179.opb

Free space on /tmp at the end= 62472 MiB
End job on node045 at 2010-07-02 07:41:10