Trace number 2696895

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.03 1048.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=59-P1=67-P2=97-P3=53-P4=41-P5=89-B.opb
MD5SUM8dfafc2d5e0fe7665bfa4fcefe292d97
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.537917
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 variables105
Total number of constraints11
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 constraints11
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696895-1278047146.opb.
0.00/0.00	c Instance file HOME/instance-2696895-1278047146.opb
0.00/0.00	c File size is 18216 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      350                                                 |
0.00/0.02	c |  Number Constraints:    501                                                 |
0.00/0.02	c ===============================================================================
1800.03/1048.41	c Remaining time 1799.99 sec.
1800.03/1048.41	c 
1800.03/1048.41	c *** INTERRUPTED ***
1800.03/1048.41	s UNKNOWN
1800.03/1048.41	c Total CPU time              : 1768.82 s
1800.03/1048.41	c Memory used           : 216.41 MB
1800.03/1048.41	c CPU time              : 1768.82 s
1800.03/1048.41	c 
1800.03/1048.41	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-2696895-1278047146/watcher-2696895-1278047146 -o /tmp/evaluation-result-2696895-1278047146/solver-2696895-1278047146 -C 1800 -W 2000 -M 1800 run HOME/instance-2696895-1278047146.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: 0.00 0.00 0.00 3/106 23159
/proc/meminfo: memFree=1838908/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0

[startup+0.060025 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 23159
/proc/meminfo: memFree=1838908/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100024 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 23159
/proc/meminfo: memFree=1838908/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303019 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 23159
/proc/meminfo: memFree=1838908/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700009 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 23159
/proc/meminfo: memFree=1838908/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50199 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 23164
/proc/meminfo: memFree=1831692/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=33024 CPUtime=2.37
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 8725 0 0 0 228 9 0 0 18 0 2 0 180316003 33816576 2789 1992294400 134512640 146736320 4290799008 18446744073709551615 135855120 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 8256 2789 1070 2985 0 4798 0
[pid=23160/tid=23164] ppid=23159 vsize=33024 CPUtime=0.84
/proc/23160/task/23164/stat : 23164 (pb_cplex) R 23159 23159 23126 0 -1 4202560 2979 0 0 0 81 3 0 0 17 0 2 0 180316061 33816576 2789 1992294400 134512640 146736320 4290799008 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 41724

[startup+3.10095 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 23164
/proc/meminfo: memFree=1830452/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=35160 CPUtime=5.19
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 16687 0 0 0 503 16 0 0 16 0 2 0 180316003 36003840 3291 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 8790 3291 1070 2985 0 5332 0
[pid=23160/tid=23164] ppid=23159 vsize=35160 CPUtime=2.32
/proc/23160/task/23164/stat : 23164 (pb_cplex) R 23159 23159 23126 0 -1 4202560 7104 0 0 0 227 5 0 0 17 0 2 0 180316061 36003840 3291 1992294400 134512640 146736320 4290799008 18446744073709551615 139041204 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 43860

[startup+6.30187 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 23164
/proc/meminfo: memFree=1826980/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=36252 CPUtime=10.69
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 29258 0 0 0 1043 26 0 0 16 0 2 0 180316003 37122048 3765 1992294400 134512640 146736320 4290799008 18446744073709551615 139023083 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 9063 3765 1073 2985 0 5605 0
[pid=23160/tid=23164] ppid=23159 vsize=36252 CPUtime=5.2
/proc/23160/task/23164/stat : 23164 (pb_cplex) R 23159 23159 23126 0 -1 4202560 12976 0 0 0 510 10 0 0 17 0 2 0 180316061 37122048 3765 1992294400 134512640 146736320 4290799008 18446744073709551615 135962280 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 44952

[startup+12.7007 s]
/proc/loadavg: 0.31 0.07 0.02 3/109 23164
/proc/meminfo: memFree=1823756/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=41200 CPUtime=21.59
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 45077 0 0 0 2120 39 0 0 16 0 2 0 180316003 42188800 4682 1992294400 134512640 146736320 4290799008 18446744073709551615 135454090 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 10300 4682 1074 2985 0 6842 0
[pid=23160/tid=23164] ppid=23159 vsize=41200 CPUtime=10.82
/proc/23160/task/23164/stat : 23164 (pb_cplex) R 23159 23159 23126 0 -1 4202560 18127 0 0 0 1066 16 0 0 16 0 2 0 180316061 42188800 4682 1992294400 134512640 146736320 4290799008 18446744073709551615 135446991 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.59
Current children cumulated vsize (KiB) 49900

[startup+25.5014 s]
/proc/loadavg: 0.61 0.14 0.05 3/109 23166
/proc/meminfo: memFree=1815944/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=47124 CPUtime=43.75
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 90836 0 0 0 4298 77 0 0 17 0 2 0 180316003 48254976 6237 1992294400 134512640 146736320 4290799008 18446744073709551615 138443690 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 11781 6237 1075 2985 0 8323 0
[pid=23160/tid=23164] ppid=23159 vsize=47124 CPUtime=21.81
/proc/23160/task/23164/stat : 23164 (pb_cplex) R 23159 23159 23126 0 -1 4202560 44906 0 0 0 2145 36 0 0 17 0 2 0 180316061 48254976 6237 1992294400 134512640 146736320 4290799008 18446744073709551615 135526870 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.75
Current children cumulated vsize (KiB) 55824

[startup+51.1017 s]
/proc/loadavg: 1.02 0.28 0.09 3/109 23168
/proc/meminfo: memFree=1811728/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=54888 CPUtime=88.2
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 138843 0 0 0 8676 144 0 0 16 0 2 0 180316003 56205312 7754 1992294400 134512640 146736320 4290799008 18446744073709551615 136364205 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 13722 7754 1119 2985 0 10264 0
[pid=23160/tid=23168] ppid=23159 vsize=54888 CPUtime=1.88
/proc/23160/task/23168/stat : 23168 (pb_cplex) R 23159 23159 23126 0 -1 4202560 110 0 0 0 187 1 0 0 17 0 2 0 180320904 56205312 7754 1992294400 134512640 146736320 4290799008 18446744073709551615 139023034 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.2
Current children cumulated vsize (KiB) 63588

[startup+102.309 s]
/proc/loadavg: 1.43 0.49 0.17 3/109 23171
/proc/meminfo: memFree=1806272/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=59984 CPUtime=178.49
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 219171 0 0 0 17555 294 0 0 16 0 2 0 180316003 61423616 8913 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 14996 8913 1119 2985 0 11538 0
[pid=23160/tid=23169] ppid=23159 vsize=59984 CPUtime=24.23
/proc/23160/task/23169/stat : 23169 (pb_cplex) R 23159 23159 23126 0 -1 4202560 19773 0 0 0 2380 43 0 0 16 0 2 0 180323482 61423616 8913 1992294400 134512640 146736320 4290799008 18446744073709551615 136015570 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 178.49
Current children cumulated vsize (KiB) 68684

[startup+162.302 s]
/proc/loadavg: 1.63 0.72 0.27 2/109 23172
/proc/meminfo: memFree=1798212/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=68100 CPUtime=280.03
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 282024 0 0 0 27546 457 0 0 16 0 2 0 180316003 69734400 11114 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 17025 11114 1122 2985 0 13567 0
[pid=23160/tid=23172] ppid=23159 vsize=68100 CPUtime=35.14
/proc/23160/task/23172/stat : 23172 (pb_cplex) R 23159 23159 23126 0 -1 4202560 14951 0 0 0 3460 54 0 0 16 0 2 0 180327951 69734400 11114 1992294400 134512640 146736320 4290799008 18446744073709551615 136015579 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 76800

[startup+222.301 s]
/proc/loadavg: 1.72 0.92 0.37 3/109 23174
/proc/meminfo: memFree=1791268/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=75372 CPUtime=381.76
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 344926 0 0 0 37549 627 0 0 16 0 2 0 180316003 77180928 12612 1992294400 134512640 146736320 4290799008 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 18843 12612 1122 2985 0 15385 0
[pid=23160/tid=23172] ppid=23159 vsize=75372 CPUtime=84.53
/proc/23160/task/23172/stat : 23172 (pb_cplex) R 23159 23159 23126 0 -1 4202560 42530 0 0 0 8311 142 0 0 16 0 2 0 180327951 77180928 12612 1992294400 134512640 146736320 4290799008 18446744073709551615 139028303 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 381.76
Current children cumulated vsize (KiB) 84072

[startup+282.301 s]
/proc/loadavg: 1.74 1.07 0.45 3/109 23177
/proc/meminfo: memFree=1779736/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=88712 CPUtime=480.91
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 385534 0 0 0 47310 781 0 0 16 0 2 0 180316003 90841088 15605 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 22178 15605 1122 2985 0 18720 0
[pid=23160/tid=23175] ppid=23159 vsize=88712 CPUtime=40.76
/proc/23160/task/23175/stat : 23175 (pb_cplex) R 23159 23159 23126 0 -1 4202560 6484 0 0 0 4013 63 0 0 16 0 2 0 180339295 90841088 15605 1992294400 134512640 146736320 4290799008 18446744073709551615 136712957 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 480.91
Current children cumulated vsize (KiB) 97412

[startup+342.301 s]
/proc/loadavg: 1.84 1.22 0.54 2/109 23179
/proc/meminfo: memFree=1771676/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[pid=23160] ppid=23159 vsize=123584 CPUtime=791.58
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 544042 0 0 0 77847 1311 0 0 16 0 2 0 180316003 126550016 23860 1992294400 134512640 146736320 4290799008 18446744073709551615 135456081 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 30896 23860 1122 2985 0 27438 0
[pid=23160/tid=23182] ppid=23159 vsize=123584 CPUtime=6.96
/proc/23160/task/23182/stat : 23182 (pb_cplex) R 23159 23159 23126 0 -1 4202560 7124 0 0 0 684 12 0 0 16 0 2 0 180361406 126550016 23860 1992294400 134512640 146736320 4290799008 18446744073709551615 136015570 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 791.58
Current children cumulated vsize (KiB) 132284

[startup+522.301 s]
/proc/loadavg: 1.96 1.49 0.75 2/109 23187
/proc/meminfo: memFree=1738692/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=130676 CPUtime=894.31
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 573789 0 0 0 87955 1476 0 0 16 0 2 0 180316003 133812224 25724 1992294400 134512640 146736320 4290799008 18446744073709551615 135451032 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 32669 25724 1122 2985 0 29211 0
[pid=23160/tid=23182] ppid=23159 vsize=130676 CPUtime=57.06
/proc/23160/task/23182/stat : 23182 (pb_cplex) R 23159 23159 23126 0 -1 4202560 20811 0 0 0 5611 95 0 0 16 0 2 0 180361406 133812224 25724 1992294400 134512640 146736320 4290799008 18446744073709551615 135526715 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 894.31
Current children cumulated vsize (KiB) 139376

[startup+582.302 s]
/proc/loadavg: 1.92 1.57 0.83 3/109 23189
/proc/meminfo: memFree=1732244/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=138100 CPUtime=997.28
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 612797 0 0 0 98077 1651 0 0 16 0 2 0 180316003 141414400 27320 1992294400 134512640 146736320 4290799008 18446744073709551615 135850301 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 34525 27320 1122 2985 0 31067 0
[pid=23160/tid=23182] ppid=23159 vsize=138100 CPUtime=108.26
/proc/23160/task/23182/stat : 23182 (pb_cplex) R 23159 23159 23126 0 -1 4202560 43017 0 0 0 10641 185 0 0 16 0 2 0 180361406 141414400 27320 1992294400 134512640 146736320 4290799008 18446744073709551615 136015523 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 997.28
Current children cumulated vsize (KiB) 146800

[startup+642.301 s]
/proc/loadavg: 1.66 1.55 0.86 3/109 23191
/proc/meminfo: memFree=1724184/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=147872 CPUtime=1100.8
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 678277 0 0 0 108239 1841 0 0 15 0 2 0 180316003 151420928 29456 1992294400 134512640 146736320 4290799008 18446744073709551615 135468529 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 36968 29456 1122 2985 0 33510 0
[pid=23160/tid=23182] ppid=23159 vsize=147872 CPUtime=158.44
/proc/23160/task/23182/stat : 23182 (pb_cplex) R 23159 23159 23126 0 -1 4202560 73639 0 0 0 15563 281 0 0 16 0 2 0 180361406 151420928 29456 1992294400 134512640 146736320 4290799008 18446744073709551615 135982532 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1100.8
Current children cumulated vsize (KiB) 156572

[startup+702.302 s]
/proc/loadavg: 1.76 1.59 0.92 3/109 23193
/proc/meminfo: memFree=1706452/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=165352 CPUtime=1204.25
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 701796 0 0 0 118385 2040 0 0 16 0 2 0 180316003 169320448 33979 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 41338 33979 1122 2985 0 37880 0
[pid=23160/tid=23182] ppid=23159 vsize=165352 CPUtime=208.8
/proc/23160/task/23182/stat : 23182 (pb_cplex) R 23159 23159 23126 0 -1 4202560 84566 0 0 0 20500 380 0 0 16 0 2 0 180361406 169320448 33979 1992294400 134512640 146736320 4290799008 18446744073709551615 136014847 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1204.25
Current children cumulated vsize (KiB) 174052

[startup+762.323 s]
/proc/loadavg: 1.74 1.60 0.96 3/109 23193
/proc/meminfo: memFree=1688844/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=183372 CPUtime=1308.55
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 738972 0 0 0 128623 2232 0 0 16 0 2 0 180316003 187772928 38345 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 45843 38345 1122 2985 0 42385 0
[pid=23160/tid=23182] ppid=23159 vsize=183372 CPUtime=259.38
/proc/23160/task/23182/stat : 23182 (pb_cplex) S 23159 23159 23126 0 -1 4202560 103968 0 0 0 25457 481 0 0 15 0 2 0 180361406 187772928 38345 1992294400 134512640 146736320 4290799008 18446744073709551615 144580073 0 2 4096 16387 18446604437831817216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1308.55
Current children cumulated vsize (KiB) 192072

[startup+822.302 s]
/proc/loadavg: 1.78 1.63 1.01 2/109 23195
/proc/meminfo: memFree=1670988/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=201052 CPUtime=1412.89
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 782610 0 0 0 138859 2430 0 0 16 0 2 0 180316003 205877248 42489 1992294400 134512640 146736320 4290799008 18446744073709551615 135450824 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23160/statm: 50263 42489 1124 2985 0 46805 0
[pid=23160/tid=23182] ppid=23159 vsize=201052 CPUtime=310.28
/proc/23160/task/23182/stat : 23182 (pb_cplex) R 23159 23159 23126 0 -1 4202560 123648 0 0 0 30447 581 0 0 15 0 2 0 180361406 205877248 42489 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1412.89
Current children cumulated vsize (KiB) 209752

[startup+882.301 s]
/proc/loadavg: 1.77 1.66 1.06 2/109 23198
/proc/meminfo: memFree=1664540/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=206504 CPUtime=1516.22
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 816297 0 0 0 149013 2609 0 0 16 0 2 0 180316003 211460096 44102 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 51626 44102 1128 2985 0 48168 0
[pid=23160/tid=23196] ppid=23159 vsize=206504 CPUtime=40.65
/proc/23160/task/23196/stat : 23196 (pb_cplex) S 23159 23159 23126 0 -1 4202560 5022 0 0 0 4000 65 0 0 16 0 2 0 180399385 211460096 44102 1992294400 134512640 146736320 4290799008 18446744073709551615 144580073 0 2 4096 16387 18446604437831817216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 215204

[startup+942.301 s]
/proc/loadavg: 1.75 1.68 1.10 2/109 23200
/proc/meminfo: memFree=1659332/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=211672 CPUtime=1619.15
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 852610 0 0 0 159117 2798 0 0 17 0 2 0 180316003 216752128 45336 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 52918 45336 1125 2985 0 49460 0
[pid=23160/tid=23196] ppid=23159 vsize=211672 CPUtime=89.99
/proc/23160/task/23196/stat : 23196 (pb_cplex) S 23159 23159 23126 0 -1 4202560 15117 0 0 0 8845 154 0 0 16 0 2 0 180399385 216752128 45336 1992294400 134512640 146736320 4290799008 18446744073709551615 144580073 0 2 4096 16387 18446604437831817216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1619.15
Current children cumulated vsize (KiB) 220372

[startup+1002.3 s]
/proc/loadavg: 1.91 1.72 1.14 2/109 23202
/proc/meminfo: memFree=1654744/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=216568 CPUtime=1722.01
/proc/23160/stat : 23160 (pb_cplex) R 23159 23159 23126 0 -1 4202496 886438 0 0 0 169216 2985 0 0 16 0 2 0 180316003 221765632 46559 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 54142 46559 1124 2985 0 50684 0
[pid=23160/tid=23196] ppid=23159 vsize=216568 CPUtime=139.32
/proc/23160/task/23196/stat : 23196 (pb_cplex) R 23159 23159 23126 0 -1 4202560 26296 0 0 0 13686 246 0 0 16 0 2 0 180399385 221765632 46559 1992294400 134512640 146736320 4290799008 18446744073709551615 136400672 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 225268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1048.4 s]
/proc/loadavg: 1.72 1.69 1.16 3/109 23202
/proc/meminfo: memFree=1649908/2059040 swapFree=4135868/4192956
[pid=23159] ppid=23157 vsize=8700 CPUtime=0
/proc/23159/stat : 23159 (run) S 23157 23159 23126 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180316003 8908800 249 1992294400 4194304 4922060 140733851607184 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23159/statm: 2175 249 208 178 0 68 0
[pid=23160] ppid=23159 vsize=221600 CPUtime=1800.03
/proc/23160/stat : 23160 (pb_cplex) S 23159 23159 23126 0 -1 4202496 919905 0 0 0 176881 3122 0 0 16 0 2 0 180316003 226918400 47711 1992294400 134512640 146736320 4290799008 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23160/statm: 55400 47711 1124 2985 0 51942 0
[pid=23160/tid=23196] ppid=23159 vsize=221600 CPUtime=177.67
/proc/23160/task/23196/stat : 23196 (pb_cplex) R 23159 23159 23126 0 -1 4202560 37958 0 0 0 17454 313 0 0 16 0 2 0 180399385 226918400 47711 1992294400 134512640 146736320 4290799008 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 230300

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 23159 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=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1048.42
CPU time (s): 1800.03
CPU user time (s): 1768.81
CPU system time (s): 31.22
CPU usage (%): 171.69
Max. virtual memory (cumulated for all children) (KiB): 233304

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

runsolver used 2.07668 second user time and 5.57415 second system time

The end

Launcher Data

Begin job on node014 at 2010-07-02 07:05:46
IDJOB=2696895
IDBENCH=47929
IDSOLVER=1209
FILE ID=node014/2696895-1278047146
PBS_JOBID= 11198869
Free space on /tmp= 62460 MiB

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

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

MD5SUM BENCH= 8dfafc2d5e0fe7665bfa4fcefe292d97
RANDOM SEED=1070296591

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841672 kB
Buffers:         24468 kB
Cached:         106836 kB
SwapCached:      10876 kB
Active:         106344 kB
Inactive:        39336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841672 kB
SwapTotal:     4192956 kB
SwapFree:      4135868 kB
Dirty:           16644 kB
Writeback:           0 kB
AnonPages:       12740 kB
Mapped:           8504 kB
Slab:            49788 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182948 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-2696895-1278047146.opb

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