Trace number 2697027

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 1096.73

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
MD5SUMaeb6a0e03ee8f8f2b4b438b8148c9b4c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark24.4793
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
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 constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697027-1278049200.opb.
0.00/0.00	c Instance file HOME/instance-2697027-1278049200.opb
0.00/0.00	c File size is 28515 bytes.
0.00/0.02	c Highest Coefficient sum: 130560
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:      528                                                 |
0.00/0.02	c |  Number Constraints:    781                                                 |
0.00/0.02	c ===============================================================================
1800.04/1096.72	c Remaining time 1799.98 sec.
1800.04/1096.72	c 
1800.04/1096.72	c *** INTERRUPTED ***
1800.04/1096.72	s UNKNOWN
1800.04/1096.72	c Total CPU time              : 1778.68 s
1800.04/1096.72	c Memory used           : 105.15 MB
1800.04/1096.72	c CPU time              : 1778.68 s
1800.04/1096.72	c 
1800.04/1096.72	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-2697027-1278049200/watcher-2697027-1278049200 -o /tmp/evaluation-result-2697027-1278049200/solver-2697027-1278049200 -C 1800 -W 2000 -M 1800 run HOME/instance-2697027-1278049200.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.99 1.86 1.59 3/106 29400
/proc/meminfo: memFree=1753128/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) R 29398 29400 29220 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053039509 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0

[startup+0.077927 s]
/proc/loadavg: 1.99 1.86 1.59 3/106 29400
/proc/meminfo: memFree=1753128/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100928 s]
/proc/loadavg: 1.99 1.86 1.59 3/106 29400
/proc/meminfo: memFree=1753128/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301933 s]
/proc/loadavg: 1.99 1.86 1.59 3/106 29400
/proc/meminfo: memFree=1753128/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700943 s]
/proc/loadavg: 1.99 1.86 1.59 3/106 29400
/proc/meminfo: memFree=1753128/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 1.99 1.86 1.59 3/109 29405
/proc/meminfo: memFree=1745664/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=33656 CPUtime=2.11
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 11458 0 0 0 202 9 0 0 17 0 2 0 146208031 34463744 3011 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 8414 3011 1070 2985 0 4956 0
[pid=29401/tid=29405] ppid=29400 vsize=33656 CPUtime=0.63
/proc/29401/task/29405/stat : 29405 (pb_cplex) R 29400 29400 29220 0 -1 4202560 7686 0 0 0 59 4 0 0 17 0 2 0 146208105 34463744 3011 1992294400 134512640 146736320 4291181504 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 42356

[startup+3.101 s]
/proc/loadavg: 1.91 1.84 1.59 3/109 29405
/proc/meminfo: memFree=1742688/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=36864 CPUtime=4.8
/proc/29401/stat : 29401 (pb_cplex) S 29400 29400 29220 0 -1 4202496 21511 0 0 0 465 15 0 0 16 0 2 0 146208031 37748736 3866 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 9216 3866 1070 2985 0 5758 0
[pid=29401/tid=29405] ppid=29400 vsize=36864 CPUtime=2.05
/proc/29401/task/29405/stat : 29405 (pb_cplex) R 29400 29400 29220 0 -1 4202560 13347 0 0 0 198 7 0 0 17 0 2 0 146208105 37748736 3866 1992294400 134512640 146736320 4291181504 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 45564

[startup+6.30008 s]
/proc/loadavg: 1.91 1.84 1.59 3/109 29405
/proc/meminfo: memFree=1737976/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=41360 CPUtime=10.29
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 34298 0 0 0 1001 28 0 0 16 0 2 0 146208031 42352640 4975 1992294400 134512640 146736320 4291181504 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 10340 4975 1083 2985 0 6882 0
[pid=29401/tid=29405] ppid=29400 vsize=41360 CPUtime=4.8
/proc/29401/task/29405/stat : 29405 (pb_cplex) S 29400 29400 29220 0 -1 4202560 22507 0 0 0 464 16 0 0 16 0 2 0 146208105 42352640 4975 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 2 4096 16387 18446604437836282048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 50060

[startup+12.7012 s]
/proc/loadavg: 1.93 1.85 1.59 3/109 29405
/proc/meminfo: memFree=1734628/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=44348 CPUtime=20.83
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 54894 0 0 0 2041 42 0 0 16 0 2 0 146208031 45412352 5575 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 11087 5575 1071 2985 0 7629 0
[pid=29401/tid=29405] ppid=29400 vsize=44348 CPUtime=10.45
/proc/29401/task/29405/stat : 29405 (pb_cplex) R 29400 29400 29220 0 -1 4202560 36901 0 0 0 1021 24 0 0 17 0 2 0 146208105 45412352 5575 1992294400 134512640 146736320 4291181504 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.83
Current children cumulated vsize (KiB) 53048

[startup+25.5006 s]
/proc/loadavg: 1.86 1.84 1.59 3/109 29405
/proc/meminfo: memFree=1732396/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=46808 CPUtime=42.46
/proc/29401/stat : 29401 (pb_cplex) S 29400 29400 29220 0 -1 4202496 116454 0 0 0 4165 81 0 0 16 0 2 0 146208031 47931392 6253 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 11702 6253 1074 2985 0 8244 0
[pid=29401/tid=29405] ppid=29400 vsize=46808 CPUtime=20.96
/proc/29401/task/29405/stat : 29405 (pb_cplex) R 29400 29400 29220 0 -1 4202560 60803 0 0 0 2055 41 0 0 16 0 2 0 146208105 47931392 6253 1992294400 134512640 146736320 4291181504 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.46
Current children cumulated vsize (KiB) 55508

[startup+51.1002 s]
/proc/loadavg: 1.91 1.85 1.60 3/109 29407
/proc/meminfo: memFree=1714788/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=55036 CPUtime=84.46
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 254660 0 0 0 8278 168 0 0 18 0 2 0 146208031 56356864 7840 1992294400 134512640 146736320 4291181504 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 13759 7840 1074 2985 0 10301 0
[pid=29401/tid=29405] ppid=29400 vsize=55036 CPUtime=43.91
/proc/29401/task/29405/stat : 29405 (pb_cplex) S 29400 29400 29220 0 -1 4202560 135950 0 0 0 4304 87 0 0 17 0 2 0 146208105 56356864 7840 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 2 4096 16387 18446604437836282048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.46
Current children cumulated vsize (KiB) 63736

[startup+102.308 s]
/proc/loadavg: 1.99 1.87 1.62 3/109 29407
/proc/meminfo: memFree=1715904/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=64164 CPUtime=165.46
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 418619 0 0 0 16277 269 0 0 16 0 2 0 146208031 65703936 10125 1992294400 134512640 146736320 4291181504 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 16041 10125 1074 2985 0 12583 0
[pid=29401/tid=29405] ppid=29400 vsize=64164 CPUtime=85.84
/proc/29401/task/29405/stat : 29405 (pb_cplex) R 29400 29400 29220 0 -1 4202560 217896 0 0 0 8446 138 0 0 18 0 2 0 146208105 65703936 10125 1992294400 134512640 146736320 4291181504 18446744073709551615 135854505 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 165.46
Current children cumulated vsize (KiB) 72864

[startup+162.301 s]
/proc/loadavg: 1.85 1.84 1.62 2/109 29410
/proc/meminfo: memFree=1704992/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=74832 CPUtime=257.3
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 512668 0 0 0 25392 338 0 0 17 0 2 0 146208031 76627968 12817 1992294400 134512640 146736320 4291181504 18446744073709551615 135468697 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 18708 12817 1102 2985 0 15250 0
[pid=29401/tid=29410] ppid=29400 vsize=74832 CPUtime=38.64
/proc/29401/task/29410/stat : 29410 (pb_cplex) R 29400 29400 29220 0 -1 4202560 22953 0 0 0 3843 21 0 0 16 0 2 0 146219712 76627968 12817 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 257.3
Current children cumulated vsize (KiB) 83532

[startup+222.3 s]
/proc/loadavg: 1.75 1.82 1.63 2/109 29413
/proc/meminfo: memFree=1710076/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=68436 CPUtime=363.24
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 653262 0 0 0 35856 468 0 0 16 0 2 0 146208031 70078464 11495 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 17109 11495 1102 2985 0 13651 0
[pid=29401/tid=29411] ppid=29400 vsize=68436 CPUtime=33.73
/proc/29401/task/29411/stat : 29411 (pb_cplex) R 29400 29400 29220 0 -1 4202560 68602 0 0 0 3312 61 0 0 16 0 2 0 146226642 70078464 11495 1992294400 134512640 146736320 4291181504 18446744073709551615 135846456 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 363.24
Current children cumulated vsize (KiB) 77136

[startup+282.301 s]
/proc/loadavg: 1.76 1.80 1.64 3/109 29416
/proc/meminfo: memFree=1706480/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=72036 CPUtime=470.4
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 735494 0 0 0 46450 590 0 0 17 0 2 0 146208031 73764864 12389 1992294400 134512640 146736320 4291181504 18446744073709551615 135526928 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 18009 12389 1122 2985 0 14551 0
[pid=29401/tid=29414] ppid=29400 vsize=72036 CPUtime=39.08
/proc/29401/task/29414/stat : 29414 (pb_cplex) R 29400 29400 29220 0 -1 4202560 50128 0 0 0 3851 57 0 0 18 0 2 0 146231921 73764864 12389 1992294400 134512640 146736320 4291181504 18446744073709551615 136019042 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 470.4
Current children cumulated vsize (KiB) 80736

[startup+342.3 s]
/proc/loadavg: 2.04 1.87 1.66 3/109 29419
/proc/meminfo: memFree=1701644/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=29401] ppid=29400 vsize=91876 CPUtime=980.85
/proc/29401/stat : 29401 (pb_cplex) S 29400 29400 29220 0 -1 4202496 1075608 0 0 0 96961 1124 0 0 17 0 2 0 146208031 94081024 16766 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 22969 16766 1122 2985 0 19511 0
[pid=29401/tid=29424] ppid=29400 vsize=91876 CPUtime=45.12
/proc/29401/task/29424/stat : 29424 (pb_cplex) R 29400 29400 29220 0 -1 4202560 60770 0 0 0 4455 57 0 0 16 0 2 0 146260804 94081024 16766 1992294400 134512640 146736320 4291181504 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 980.85
Current children cumulated vsize (KiB) 100576

[startup+642.301 s]
/proc/loadavg: 1.50 1.76 1.68 3/109 29428
/proc/meminfo: memFree=1690236/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=89408 CPUtime=1066.81
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1162805 0 0 0 105476 1205 0 0 16 0 2 0 146208031 91553792 16492 1992294400 134512640 146736320 4291181504 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 22352 16492 1122 2985 0 18894 0
[pid=29401/tid=29424] ppid=29400 vsize=89408 CPUtime=84.12
/proc/29401/task/29424/stat : 29424 (pb_cplex) R 29400 29400 29220 0 -1 4202560 85453 0 0 0 8327 85 0 0 16 0 2 0 146260804 91553792 16492 1992294400 134512640 146736320 4291181504 18446744073709551615 136002914 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1066.81
Current children cumulated vsize (KiB) 98108

[startup+702.301 s]
/proc/loadavg: 1.39 1.68 1.65 2/109 29428
/proc/meminfo: memFree=1689244/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=90432 CPUtime=1153.39
/proc/29401/stat : 29401 (pb_cplex) S 29400 29400 29220 0 -1 4202496 1172715 0 0 0 114085 1254 0 0 16 0 2 0 146208031 92602368 16775 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 22608 16775 1122 2985 0 19150 0
[pid=29401/tid=29424] ppid=29400 vsize=90432 CPUtime=127.59
/proc/29401/task/29424/stat : 29424 (pb_cplex) R 29400 29400 29220 0 -1 4202560 85453 0 0 0 12655 104 0 0 16 0 2 0 146260804 92602368 16775 1992294400 134512640 146736320 4291181504 18446744073709551615 135450945 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1153.39
Current children cumulated vsize (KiB) 99132

[startup+762.308 s]
/proc/loadavg: 1.52 1.66 1.64 2/109 29430
/proc/meminfo: memFree=1684780/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=94948 CPUtime=1246.32
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1212798 0 0 0 123304 1328 0 0 17 0 2 0 146208031 97226752 17733 1992294400 134512640 146736320 4291181504 18446744073709551615 136388571 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 23737 17733 1122 2985 0 20279 0
[pid=29401/tid=29424] ppid=29400 vsize=94948 CPUtime=174.5
/proc/29401/task/29424/stat : 29424 (pb_cplex) S 29400 29400 29220 0 -1 4202560 106846 0 0 0 17308 142 0 0 16 0 2 0 146260804 97226752 17733 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 2 4096 16387 18446604437836282048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1246.32
Current children cumulated vsize (KiB) 103648

[startup+822.301 s]
/proc/loadavg: 1.64 1.66 1.64 2/109 29432
/proc/meminfo: memFree=1683292/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=96824 CPUtime=1336.07
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1238691 0 0 0 132218 1389 0 0 17 0 2 0 146208031 99147776 18148 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 24206 18148 1122 2985 0 20748 0
[pid=29401/tid=29424] ppid=29400 vsize=96824 CPUtime=221.27
/proc/29401/task/29424/stat : 29424 (pb_cplex) S 29400 29400 29220 0 -1 4202560 120534 0 0 0 21956 171 0 0 16 0 2 0 146260804 99147776 18148 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 2 4096 16387 18446604437836282048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1336.07
Current children cumulated vsize (KiB) 105524

[startup+882.301 s]
/proc/loadavg: 1.69 1.67 1.64 3/109 29434
/proc/meminfo: memFree=1680564/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=99316 CPUtime=1427.2
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1299818 0 0 0 141249 1471 0 0 16 0 2 0 146208031 101699584 18826 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 24829 18826 1122 2985 0 21371 0
[pid=29401/tid=29424] ppid=29400 vsize=99316 CPUtime=269.6
/proc/29401/task/29424/stat : 29424 (pb_cplex) R 29400 29400 29220 0 -1 4202560 165231 0 0 0 26736 224 0 0 16 0 2 0 146260804 101699584 18826 1992294400 134512640 146736320 4291181504 18446744073709551615 136015701 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1427.2
Current children cumulated vsize (KiB) 108016

[startup+942.302 s]
/proc/loadavg: 1.83 1.71 1.66 2/109 29436
/proc/meminfo: memFree=1675728/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=104300 CPUtime=1524.37
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1633599 0 0 0 150736 1701 0 0 16 0 2 0 146208031 106803200 19993 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29401/statm: 26075 19993 1122 2985 0 22617 0
[pid=29401/tid=29424] ppid=29400 vsize=104300 CPUtime=313.88
/proc/29401/task/29424/stat : 29424 (pb_cplex) R 29400 29400 29220 0 -1 4202560 340272 0 0 0 31036 352 0 0 16 0 2 0 146260804 106803200 19993 1992294400 134512640 146736320 4291181504 18446744073709551615 137369176 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1524.37
Current children cumulated vsize (KiB) 113000

[startup+1002.3 s]
/proc/loadavg: 1.81 1.72 1.66 3/109 29436
/proc/meminfo: memFree=1671388/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=109204 CPUtime=1629.88
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1865228 0 0 0 161082 1906 0 0 18 0 2 0 146208031 111824896 21189 1992294400 134512640 146736320 4291181504 18446744073709551615 136752881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 27301 21189 1122 2985 0 23843 0
[pid=29401/tid=29424] ppid=29400 vsize=109204 CPUtime=366.77
/proc/29401/task/29424/stat : 29424 (pb_cplex) R 29400 29400 29220 0 -1 4202560 421307 0 0 0 36247 430 0 0 17 0 2 0 146260804 111824896 21189 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1629.88
Current children cumulated vsize (KiB) 117904

[startup+1062.3 s]
/proc/loadavg: 1.80 1.74 1.66 3/109 29438
/proc/meminfo: memFree=1668908/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=111240 CPUtime=1738.16
/proc/29401/stat : 29401 (pb_cplex) S 29400 29400 29220 0 -1 4202496 1961180 0 0 0 171757 2059 0 0 17 0 2 0 146208031 113909760 21730 1992294400 134512640 146736320 4291181504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 27810 21730 1122 2985 0 24352 0
[pid=29401/tid=29424] ppid=29400 vsize=111240 CPUtime=421.03
/proc/29401/task/29424/stat : 29424 (pb_cplex) R 29400 29400 29220 0 -1 4202560 439013 0 0 0 41623 480 0 0 18 0 2 0 146260804 113909760 21730 1992294400 134512640 146736320 4291181504 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1738.16
Current children cumulated vsize (KiB) 119940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1096.71 s]
/proc/loadavg: 1.71 1.72 1.66 3/109 29441
/proc/meminfo: memFree=1673124/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=107668 CPUtime=1800.04
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1998009 0 0 0 177867 2137 0 0 18 0 2 0 146208031 110252032 20794 1992294400 134512640 146736320 4291181504 18446744073709551615 136016571 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 26917 20794 1122 2985 0 23459 0
[pid=29401/tid=29441] ppid=29400 vsize=107668 CPUtime=0.02
/proc/29401/task/29441/stat : 29441 (pb_cplex) R 29400 29400 29220 0 -1 4202560 15 0 0 0 2 0 0 0 18 0 2 0 146317699 110252032 20794 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 116368

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

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

[startup+1096.71 s]
/proc/loadavg: 1.71 1.72 1.66 3/109 29441
/proc/meminfo: memFree=1673124/2059040 swapFree=4135672/4192956
[pid=29400] ppid=29398 vsize=8700 CPUtime=0
/proc/29400/stat : 29400 (run) S 29398 29400 29220 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146208030 8908800 248 1992294400 4194304 4922060 140734280064816 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29400/statm: 2175 248 208 178 0 68 0
[pid=29401] ppid=29400 vsize=107668 CPUtime=1800.04
/proc/29401/stat : 29401 (pb_cplex) R 29400 29400 29220 0 -1 4202496 1998009 0 0 0 177867 2137 0 0 18 0 2 0 146208031 110252032 20794 1992294400 134512640 146736320 4291181504 18446744073709551615 136016571 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29401/statm: 26917 20794 1122 2985 0 23459 0
[pid=29401/tid=29441] ppid=29400 vsize=107668 CPUtime=0.02
/proc/29401/task/29441/stat : 29441 (pb_cplex) R 29400 29400 29220 0 -1 4202560 15 0 0 0 2 0 0 0 18 0 2 0 146317699 110252032 20794 1992294400 134512640 146736320 4291181504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 116368

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29400 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1096.73
CPU time (s): 1800.04
CPU user time (s): 1778.67
CPU system time (s): 21.37
CPU usage (%): 164.128
Max. virtual memory (cumulated for all children) (KiB): 130096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0
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= 2

runsolver used 2.15267 second user time and 5.72413 second system time

The end

Launcher Data

Begin job on node049 at 2010-07-02 07:40:00
IDJOB=2697027
IDBENCH=48061
IDSOLVER=1209
FILE ID=node049/2697027-1278049200
PBS_JOBID= 11198844
Free space on /tmp= 62364 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697027-1278049200/watcher-2697027-1278049200 -o /tmp/evaluation-result-2697027-1278049200/solver-2697027-1278049200 -C 1800 -W 2000 -M 1800  run HOME/instance-2697027-1278049200.opb

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

MD5SUM BENCH= aeb6a0e03ee8f8f2b4b438b8148c9b4c
RANDOM SEED=1998057922

node049.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.244
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.48
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.244
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:       1754152 kB
Buffers:         79772 kB
Cached:         133008 kB
SwapCached:      12232 kB
Active:         112156 kB
Inactive:       115852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1754152 kB
SwapTotal:     4192956 kB
SwapFree:      4135672 kB
Dirty:           16648 kB
Writeback:           0 kB
AnonPages:       12280 kB
Mapped:           8448 kB
Slab:            54872 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697027-1278049200.opb

Free space on /tmp at the end= 62348 MiB
End job on node049 at 2010-07-02 07:58:19