Trace number 2696920

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 1053.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
MD5SUM5afebeda0ba6ac0761acdbdcd52ef74a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.484926
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 variables108
Total number of constraints9
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 constraints9
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)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696920-1278047350.opb.
0.00/0.00	c Instance file HOME/instance-2696920-1278047350.opb
0.00/0.00	c File size is 24020 bytes.
0.00/0.02	c Highest Coefficient sum: 523264
0.00/0.02	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      432                                                 |
0.00/0.02	c |  Number Constraints:    657                                                 |
0.00/0.02	c ===============================================================================
1800.04/1053.01	c Remaining time 1799.98 sec.
1800.04/1053.01	c 
1800.04/1053.01	c *** INTERRUPTED ***
1800.04/1053.01	s UNKNOWN
1800.04/1053.01	c Total CPU time              : 1775.95 s
1800.04/1053.01	c Memory used           : 94.92 MB
1800.04/1053.01	c CPU time              : 1775.95 s
1800.04/1053.01	c 
1800.04/1053.01	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2696920-1278047350/watcher-2696920-1278047350 -o /tmp/evaluation-result-2696920-1278047350/solver-2696920-1278047350 -C 1800 -W 2000 -M 1800 run HOME/instance-2696920-1278047350.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.62 0.82 0.32 3/106 26052
/proc/meminfo: memFree=1329144/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) R 26050 26052 25966 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316987285 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0

[startup+0.0287711 s]
/proc/loadavg: 1.62 0.82 0.32 3/106 26052
/proc/meminfo: memFree=1329144/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100769 s]
/proc/loadavg: 1.62 0.82 0.32 3/106 26052
/proc/meminfo: memFree=1329144/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.313765 s]
/proc/loadavg: 1.62 0.82 0.32 3/106 26052
/proc/meminfo: memFree=1329144/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700758 s]
/proc/loadavg: 1.62 0.82 0.32 3/106 26052
/proc/meminfo: memFree=1329144/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50174 s]
/proc/loadavg: 1.62 0.82 0.32 3/109 26059
/proc/meminfo: memFree=1322424/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=33056 CPUtime=2.18
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 11225 0 0 0 210 8 0 0 17 0 2 0 180336546 33849344 2810 1992294400 134512640 146736320 4290905488 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 8264 2810 1075 2985 0 4806 0
[pid=26053/tid=26059] ppid=26052 vsize=33056 CPUtime=0.66
/proc/26053/task/26059/stat : 26059 (pb_cplex) S 26052 26052 25966 0 -1 4202560 1233 0 0 0 65 1 0 0 17 0 2 0 180336613 33849344 2810 1992294400 134512640 146736320 4290905488 18446744073709551615 144580073 0 2 4096 16387 18446604437813372096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 41756

[startup+3.10072 s]
/proc/loadavg: 1.65 0.84 0.33 2/109 26059
/proc/meminfo: memFree=1319820/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=35168 CPUtime=4.97
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 20536 0 0 0 481 16 0 0 16 0 2 0 180336546 36012032 3472 1992294400 134512640 146736320 4290905488 18446744073709551615 135446568 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 8792 3472 1071 2985 0 5334 0
[pid=26053/tid=26059] ppid=26052 vsize=35168 CPUtime=2.09
/proc/26053/task/26059/stat : 26059 (pb_cplex) S 26052 26052 25966 0 -1 4202560 7141 0 0 0 203 6 0 0 17 0 2 0 180336613 36012032 3472 1992294400 134512640 146736320 4290905488 18446744073709551615 144580073 0 2 4096 16387 18446604437813372096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 43868

[startup+6.30166 s]
/proc/loadavg: 1.65 0.84 0.33 2/109 26059
/proc/meminfo: memFree=1315728/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=40968 CPUtime=10.5
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 31877 0 0 0 1024 26 0 0 16 0 2 0 180336546 41951232 4692 1992294400 134512640 146736320 4290905488 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 10242 4692 1071 2985 0 6784 0
[pid=26053/tid=26059] ppid=26052 vsize=40968 CPUtime=4.94
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 13410 0 0 0 482 12 0 0 17 0 2 0 180336613 41951232 4692 1992294400 134512640 146736320 4290905488 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 49668

[startup+12.7005 s]
/proc/loadavg: 1.78 0.89 0.35 3/109 26059
/proc/meminfo: memFree=1310644/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=43752 CPUtime=21.01
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 74141 0 0 0 2050 51 0 0 16 0 2 0 180336546 44802048 5499 1992294400 134512640 146736320 4290905488 18446744073709551615 135850292 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 10938 5499 1071 2985 0 7480 0
[pid=26053/tid=26059] ppid=26052 vsize=43752 CPUtime=10.44
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 32114 0 0 0 1019 25 0 0 16 0 2 0 180336613 44802048 5499 1992294400 134512640 146736320 4290905488 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.01
Current children cumulated vsize (KiB) 52452

[startup+25.5013 s]
/proc/loadavg: 1.89 0.95 0.37 3/109 26059
/proc/meminfo: memFree=1308164/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=48896 CPUtime=42.01
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 159185 0 0 0 4092 109 0 0 16 0 2 0 180336546 50069504 6553 1992294400 134512640 146736320 4290905488 18446744073709551615 137176582 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 12224 6553 1071 2985 0 8766 0
[pid=26053/tid=26059] ppid=26052 vsize=48896 CPUtime=21.78
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 74295 0 0 0 2124 54 0 0 16 0 2 0 180336613 50069504 6553 1992294400 134512640 146736320 4290905488 18446744073709551615 136002768 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.01
Current children cumulated vsize (KiB) 57596

[startup+51.1008 s]
/proc/loadavg: 1.93 1.03 0.42 2/109 26061
/proc/meminfo: memFree=1292788/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=63904 CPUtime=81.55
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 298854 0 0 0 7964 191 0 0 20 0 2 0 180336546 65437696 9889 1992294400 134512640 146736320 4290905488 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 15976 9889 1100 2985 0 12518 0
[pid=26053/tid=26059] ppid=26052 vsize=63904 CPUtime=40.15
/proc/26053/task/26059/stat : 26059 (pb_cplex) S 26052 26052 25966 0 -1 4202560 133619 0 0 0 3924 91 0 0 17 0 2 0 180336613 65437696 9889 1992294400 134512640 146736320 4290905488 18446744073709551615 144580073 0 2 4096 16387 18446604437813372096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 81.55
Current children cumulated vsize (KiB) 72604

[startup+102.31 s]
/proc/loadavg: 1.76 1.13 0.48 2/109 26061
/proc/meminfo: memFree=1292292/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=75056 CPUtime=169.21
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 402844 0 0 0 16633 288 0 0 16 0 2 0 180336546 76857344 11604 1992294400 134512640 146736320 4290905488 18446744073709551615 139023043 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 18764 11604 1099 2985 0 15306 0
[pid=26053/tid=26059] ppid=26052 vsize=75056 CPUtime=84.81
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 189499 0 0 0 8338 143 0 0 16 0 2 0 180336613 76857344 11604 1992294400 134512640 146736320 4290905488 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.21
Current children cumulated vsize (KiB) 83756

[startup+162.301 s]
/proc/loadavg: 1.62 1.20 0.54 3/109 26063
/proc/meminfo: memFree=1288076/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=67056 CPUtime=271.59
/proc/26053/stat : 26053 (pb_cplex) S 26052 26052 25966 0 -1 4202496 580973 0 0 0 26710 449 0 0 16 0 2 0 180336546 68665344 10949 1992294400 134512640 146736320 4290905488 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 16764 10949 1099 2985 0 13306 0
[pid=26053/tid=26059] ppid=26052 vsize=67056 CPUtime=135.3
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 289120 0 0 0 13303 227 0 0 16 0 2 0 180336613 68665344 10949 1992294400 134512640 146736320 4290905488 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 271.59
Current children cumulated vsize (KiB) 75756

[startup+222.301 s]
/proc/loadavg: 1.67 1.29 0.62 3/109 26065
/proc/meminfo: memFree=1285224/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=76400 CPUtime=372.56
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 755643 0 0 0 36646 610 0 0 16 0 2 0 180336546 78233600 12174 1992294400 134512640 146736320 4290905488 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 19100 12182 1099 2985 0 15642 0
[pid=26053/tid=26059] ppid=26052 vsize=76400 CPUtime=186.57
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 390106 0 0 0 18341 316 0 0 16 0 2 0 180336613 78233600 12189 1992294400 134512640 146736320 4290905488 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 372.56
Current children cumulated vsize (KiB) 85100

[startup+282.301 s]
/proc/loadavg: 1.72 1.36 0.68 3/109 26067
/proc/meminfo: memFree=1280016/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=75048 CPUtime=473.2
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 931428 0 0 0 46541 779 0 0 16 0 2 0 180336546 76849152 13002 1992294400 134512640 146736320 4290905488 18446744073709551615 135468690 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 18762 13002 1116 2985 0 15304 0
[pid=26053/tid=26059] ppid=26052 vsize=75048 CPUtime=235.71
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 473047 0 0 0 23174 397 0 0 16 0 2 0 180336613 76849152 13002 1992294400 134512640 146736320 4290905488 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 473.2
Current children cumulated vsize (KiB) 83748

[startup+342.301 s]
/proc/loadavg: 1.70 1.42 0.74 3/109 26070
/proc/meminfo: memFree=1277784/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=26053] ppid=26052 vsize=87172 CPUtime=784.81
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1255670 0 0 0 77306 1175 0 0 16 0 2 0 180336546 89264128 15084 1992294400 134512640 146736320 4290905488 18446744073709551615 139023083 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 21793 15092 1119 2985 0 18335 0
[pid=26053/tid=26059] ppid=26052 vsize=87172 CPUtime=390.21
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 656422 0 0 0 38410 611 0 0 16 0 2 0 180336613 89264128 15099 1992294400 134512640 146736320 4290905488 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 784.81
Current children cumulated vsize (KiB) 95872

[startup+522.302 s]
/proc/loadavg: 1.76 1.55 0.90 2/109 26076
/proc/meminfo: memFree=1273444/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=82368 CPUtime=890.13
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1351325 0 0 0 87694 1319 0 0 16 0 2 0 180336546 84344832 14724 1992294400 134512640 146736320 4290905488 18446744073709551615 135453306 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 20592 14724 1119 2985 0 17134 0
[pid=26053/tid=26059] ppid=26052 vsize=82368 CPUtime=442.01
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 724040 0 0 0 43502 699 0 0 16 0 2 0 180336613 84344832 14724 1992294400 134512640 146736320 4290905488 18446744073709551615 135523293 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 890.13
Current children cumulated vsize (KiB) 91068

[startup+582.301 s]
/proc/loadavg: 1.72 1.58 0.95 3/109 26078
/proc/meminfo: memFree=1269724/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=85052 CPUtime=995.14
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1448643 0 0 0 98069 1445 0 0 17 0 2 0 180336546 87093248 15533 1992294400 134512640 146736320 4290905488 18446744073709551615 135468687 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26053/statm: 21263 15533 1119 2985 0 17805 0
[pid=26053/tid=26059] ppid=26052 vsize=85052 CPUtime=493.35
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 777345 0 0 0 48570 765 0 0 15 0 2 0 180336613 87093248 15533 1992294400 134512640 146736320 4290905488 18446744073709551615 135850292 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 995.14
Current children cumulated vsize (KiB) 93752

[startup+642.301 s]
/proc/loadavg: 1.89 1.65 1.02 3/109 26078
/proc/meminfo: memFree=1269228/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=85384 CPUtime=1099.56
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1506978 0 0 0 108407 1549 0 0 16 0 2 0 180336546 87433216 15652 1992294400 134512640 146736320 4290905488 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 21346 15652 1119 2985 0 17888 0
[pid=26053/tid=26059] ppid=26052 vsize=85384 CPUtime=545.43
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 812392 0 0 0 53725 818 0 0 16 0 2 0 180336613 87433216 15652 1992294400 134512640 146736320 4290905488 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1099.56
Current children cumulated vsize (KiB) 94084

[startup+702.302 s]
/proc/loadavg: 1.83 1.66 1.05 3/109 26080
/proc/meminfo: memFree=1267864/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=86188 CPUtime=1202.14
/proc/26053/stat : 26053 (pb_cplex) S 26052 26052 25966 0 -1 4202496 1571332 0 0 0 118564 1650 0 0 16 0 2 0 180336546 88256512 15861 1992294400 134512640 146736320 4290905488 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 21547 15861 1119 2985 0 18089 0
[pid=26053/tid=26059] ppid=26052 vsize=86188 CPUtime=596.55
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 851368 0 0 0 58785 870 0 0 16 0 2 0 180336613 88256512 15861 1992294400 134512640 146736320 4290905488 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1202.14
Current children cumulated vsize (KiB) 94888

[startup+762.31 s]
/proc/loadavg: 1.59 1.62 1.08 3/109 26082
/proc/meminfo: memFree=1267864/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=87584 CPUtime=1306.5
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1630746 0 0 0 128886 1764 0 0 16 0 2 0 180336546 89686016 15994 1992294400 134512640 146736320 4290905488 18446744073709551615 135455555 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 21896 15994 1119 2985 0 18438 0
[pid=26053/tid=26059] ppid=26052 vsize=87584 CPUtime=648.09
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 884487 0 0 0 63878 931 0 0 16 0 2 0 180336613 89686016 15994 1992294400 134512640 146736320 4290905488 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1306.5
Current children cumulated vsize (KiB) 96284

[startup+822.301 s]
/proc/loadavg: 1.62 1.62 1.11 3/109 26084
/proc/meminfo: memFree=1267864/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=87616 CPUtime=1409.73
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1718772 0 0 0 139077 1896 0 0 16 0 2 0 180336546 89718784 16000 1992294400 134512640 146736320 4290905488 18446744073709551615 136485867 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 21904 16000 1119 2985 0 18446 0
[pid=26053/tid=26059] ppid=26052 vsize=87616 CPUtime=698.53
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 928099 0 0 0 68860 993 0 0 16 0 2 0 180336613 89718784 16000 1992294400 134512640 146736320 4290905488 18446744073709551615 135466366 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1409.73
Current children cumulated vsize (KiB) 96316

[startup+882.301 s]
/proc/loadavg: 1.53 1.60 1.13 2/109 26086
/proc/meminfo: memFree=1264764/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=90484 CPUtime=1510.07
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1794116 0 0 0 148982 2025 0 0 16 0 2 0 180336546 92655616 16750 1992294400 134512640 146736320 4290905488 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 22621 16750 1119 2985 0 19163 0
[pid=26053/tid=26059] ppid=26052 vsize=90484 CPUtime=747.69
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 951623 0 0 0 73729 1040 0 0 16 0 2 0 180336613 92655616 16750 1992294400 134512640 146736320 4290905488 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1510.07
Current children cumulated vsize (KiB) 99184

[startup+942.301 s]
/proc/loadavg: 1.69 1.63 1.17 2/109 26086
/proc/meminfo: memFree=1263896/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=91588 CPUtime=1611.25
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1935331 0 0 0 158944 2181 0 0 16 0 2 0 180336546 93786112 17120 1992294400 134512640 146736320 4290905488 18446744073709551615 139042980 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 22897 17120 1119 2985 0 19439 0
[pid=26053/tid=26059] ppid=26052 vsize=91588 CPUtime=797.85
/proc/26053/task/26059/stat : 26059 (pb_cplex) S 26052 26052 25966 0 -1 4202560 1013492 0 0 0 78675 1110 0 0 16 0 2 0 180336613 93786112 17120 1992294400 134512640 146736320 4290905488 18446744073709551615 144580073 0 2 4096 16387 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.25
Current children cumulated vsize (KiB) 100288

[startup+1002.3 s]
/proc/loadavg: 1.85 1.69 1.22 3/109 26088
/proc/meminfo: memFree=1261540/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=94384 CPUtime=1712.94
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 1968620 0 0 0 168999 2295 0 0 17 0 2 0 180336546 96649216 17599 1992294400 134512640 146736320 4290905488 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 23596 17599 1119 2985 0 20138 0
[pid=26053/tid=26059] ppid=26052 vsize=94384 CPUtime=848
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 1045431 0 0 0 83617 1183 0 0 16 0 2 0 180336613 96649216 17599 1992294400 134512640 146736320 4290905488 18446744073709551615 138462824 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1712.94
Current children cumulated vsize (KiB) 103084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1053 s]
/proc/loadavg: 1.66 1.67 1.24 3/109 26090
/proc/meminfo: memFree=1258688/2059040 swapFree=4135876/4192956
[pid=26052] ppid=26050 vsize=8700 CPUtime=0
/proc/26052/stat : 26052 (run) S 26050 26052 25966 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180336545 8908800 248 1992294400 4194304 4922060 140735801453360 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26052/statm: 2175 248 208 178 0 68 0
[pid=26053] ppid=26052 vsize=97196 CPUtime=1800.04
/proc/26053/stat : 26053 (pb_cplex) R 26052 26052 25966 0 -1 4202496 2038072 0 0 0 177593 2411 0 0 16 0 2 0 180336546 99528704 18243 1992294400 134512640 146736320 4290905488 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26053/statm: 24299 18243 1119 2985 0 20841 0
[pid=26053/tid=26059] ppid=26052 vsize=97196 CPUtime=891.9
/proc/26053/task/26059/stat : 26059 (pb_cplex) R 26052 26052 25966 0 -1 4202560 1071962 0 0 0 87961 1229 0 0 16 0 2 0 180336613 99528704 18243 1992294400 134512640 146736320 4290905488 18446744073709551615 138373526 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 105896

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

Real time (s): 1053.02
CPU time (s): 1800.04
CPU user time (s): 1775.93
CPU system time (s): 24.11
CPU usage (%): 170.94
Max. virtual memory (cumulated for all children) (KiB): 111160

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

runsolver used 2.10968 second user time and 5.49816 second system time

The end

Launcher Data

Begin job on node012 at 2010-07-02 07:09:10
IDJOB=2696920
IDBENCH=47954
IDSOLVER=1209
FILE ID=node012/2696920-1278047350
PBS_JOBID= 11198871
Free space on /tmp= 62384 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=127-P1=293-P2=269-P3=7-P4=157-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696920-1278047350/watcher-2696920-1278047350 -o /tmp/evaluation-result-2696920-1278047350/solver-2696920-1278047350 -C 1800 -W 2000 -M 1800  run HOME/instance-2696920-1278047350.opb

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

MD5SUM BENCH= 5afebeda0ba6ac0761acdbdcd52ef74a
RANDOM SEED=433976099

node012.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1330044 kB
Buffers:        150068 kB
Cached:         467620 kB
SwapCached:      10524 kB
Active:         265956 kB
Inactive:       365796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1330044 kB
SwapTotal:     4192956 kB
SwapFree:      4135876 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       12344 kB
Mapped:           8420 kB
Slab:            75360 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182856 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-2696920-1278047350.opb

Free space on /tmp at the end= 62364 MiB
End job on node012 at 2010-07-02 07:26:45