Trace number 2696874

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.14 1042.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
MD5SUM3f50fdda997abfe5e5c5cddf7b7c1313
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 benchmark3.60545
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 variables168
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a 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)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696874-1278047143.opb.
0.00/0.00	c Instance file HOME/instance-2696874-1278047143.opb
0.00/0.00	c File size is 33486 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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.02         s                                      |
0.00/0.03	c |  Number Variables:      616                                                 |
0.00/0.03	c |  Number Constraints:    911                                                 |
0.00/0.03	c ===============================================================================
1800.14/1042.31	c Remaining time 1799.98 sec.
1800.14/1042.31	c 
1800.14/1042.31	c *** INTERRUPTED ***
1800.14/1042.31	s UNKNOWN
1800.14/1042.31	c Total CPU time              : 1777.21 s
1800.14/1042.31	c Memory used           : 82.20 MB
1800.14/1042.31	c CPU time              : 1777.21 s
1800.14/1042.31	c 
1800.14/1042.31	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-2696874-1278047143/watcher-2696874-1278047143 -o /tmp/evaluation-result-2696874-1278047143/solver-2696874-1278047143 -C 1800 -W 2000 -M 1800 run HOME/instance-2696874-1278047143.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 29255
/proc/meminfo: memFree=1754740/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) R 29253 29255 29220 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053039509 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0

[startup+0.034318 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29255
/proc/meminfo: memFree=1754740/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100319 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29255
/proc/meminfo: memFree=1754740/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300324 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29255
/proc/meminfo: memFree=1754740/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700528 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 29255
/proc/meminfo: memFree=1754740/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 29260
/proc/meminfo: memFree=1745416/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=34848 CPUtime=2.09
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 10235 0 0 0 200 9 0 0 17 0 2 0 146002426 35684352 3359 1992294400 134512640 146736320 4294358592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 8712 3359 1071 2985 0 5254 0
[pid=29256/tid=29260] ppid=29255 vsize=34848 CPUtime=0.56
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 5160 0 0 0 52 4 0 0 17 0 2 0 146002507 35684352 3359 1992294400 134512640 146736320 4294358592 18446744073709551615 135855178 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 43548

[startup+3.10087 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 29260
/proc/meminfo: memFree=1744176/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=36212 CPUtime=4.9
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 20356 0 0 0 474 16 0 0 17 0 2 0 146002426 37081088 3705 1992294400 134512640 146736320 4294358592 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 9053 3705 1071 2985 0 5595 0
[pid=29256/tid=29260] ppid=29255 vsize=36212 CPUtime=1.9
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 11959 0 0 0 182 8 0 0 16 0 2 0 146002507 37081088 3705 1992294400 134512640 146736320 4294358592 18446744073709551615 135525920 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 44912

[startup+6.30133 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 29260
/proc/meminfo: memFree=1740456/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=39700 CPUtime=10.31
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 32056 0 0 0 1004 27 0 0 16 0 2 0 146002426 40652800 4390 1992294400 134512640 146736320 4294358592 18446744073709551615 135468537 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 9925 4390 1071 2985 0 6467 0
[pid=29256/tid=29260] ppid=29255 vsize=39700 CPUtime=4.65
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 14279 0 0 0 453 12 0 0 16 0 2 0 146002507 40652800 4390 1992294400 134512640 146736320 4294358592 18446744073709551615 136001461 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 48400

[startup+12.7012 s]
/proc/loadavg: 0.39 0.08 0.03 3/109 29260
/proc/meminfo: memFree=1736736/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=45344 CPUtime=21.04
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 52275 0 0 0 2061 43 0 0 16 0 2 0 146002426 46432256 6052 1992294400 134512640 146736320 4294358592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 11336 6052 1071 2985 0 7878 0
[pid=29256/tid=29260] ppid=29255 vsize=45344 CPUtime=9.9
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 22869 0 0 0 971 19 0 0 16 0 2 0 146002507 46432256 6052 1992294400 134512640 146736320 4294358592 18446744073709551615 136015570 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.04
Current children cumulated vsize (KiB) 54044

[startup+25.5009 s]
/proc/loadavg: 0.82 0.19 0.06 2/109 29260
/proc/meminfo: memFree=1729296/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=49664 CPUtime=41.81
/proc/29256/stat : 29256 (pb_cplex) S 29255 29255 29220 0 -1 4202496 92835 0 0 0 4110 71 0 0 16 0 2 0 146002426 50855936 6874 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 12416 6874 1074 2985 0 8958 0
[pid=29256/tid=29260] ppid=29255 vsize=49664 CPUtime=19.86
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 38190 0 0 0 1955 31 0 0 17 0 2 0 146002507 50855936 6874 1992294400 134512640 146736320 4294358592 18446744073709551615 136008109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.81
Current children cumulated vsize (KiB) 58364

[startup+51.1007 s]
/proc/loadavg: 1.15 0.32 0.11 3/109 29260
/proc/meminfo: memFree=1724584/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=59240 CPUtime=82.74
/proc/29256/stat : 29256 (pb_cplex) S 29255 29255 29220 0 -1 4202496 177859 0 0 0 8150 124 0 0 17 0 2 0 146002426 60661760 8969 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 14810 8969 1074 2985 0 11352 0
[pid=29256/tid=29260] ppid=29255 vsize=59240 CPUtime=40.73
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 82180 0 0 0 4014 59 0 0 16 0 2 0 146002507 60661760 8969 1992294400 134512640 146736320 4294358592 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.74
Current children cumulated vsize (KiB) 67940

[startup+102.309 s]
/proc/loadavg: 1.60 0.60 0.21 3/109 29262
/proc/meminfo: memFree=1720368/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=61840 CPUtime=166.01
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 366938 0 0 0 16356 245 0 0 18 0 2 0 146002426 63324160 9760 1992294400 134512640 146736320 4294358592 18446744073709551615 136008252 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 15460 9760 1085 2985 0 12002 0
[pid=29256/tid=29260] ppid=29255 vsize=61840 CPUtime=82.83
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 176482 0 0 0 8166 117 0 0 16 0 2 0 146002507 63324160 9760 1992294400 134512640 146736320 4294358592 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 166.01
Current children cumulated vsize (KiB) 70540

[startup+162.3 s]
/proc/loadavg: 1.87 0.83 0.31 3/109 29264
/proc/meminfo: memFree=1709456/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=71248 CPUtime=260.54
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 500828 0 0 0 25717 337 0 0 17 0 2 0 146002426 72957952 12143 1992294400 134512640 146736320 4294358592 18446744073709551615 136384895 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 17812 12143 1098 2985 0 14354 0
[pid=29256/tid=29260] ppid=29255 vsize=71248 CPUtime=125.62
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 250397 0 0 0 12395 167 0 0 16 0 2 0 146002507 72957952 12143 1992294400 134512640 146736320 4294358592 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 260.54
Current children cumulated vsize (KiB) 79948

[startup+222.301 s]
/proc/loadavg: 1.56 0.96 0.39 2/109 29266
/proc/meminfo: memFree=1709332/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=70692 CPUtime=357.16
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 556275 0 0 0 35335 381 0 0 18 0 2 0 146002426 72388608 12109 1992294400 134512640 146736320 4294358592 18446744073709551615 136008167 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 17673 12109 1116 2985 0 14215 0
[pid=29256/tid=29260] ppid=29255 vsize=70692 CPUtime=174.78
/proc/29256/task/29260/stat : 29260 (pb_cplex) S 29255 29255 29220 0 -1 4202560 282715 0 0 0 17287 191 0 0 16 0 2 0 146002507 72388608 12109 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 2 4096 16387 18446604437871520448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 357.16
Current children cumulated vsize (KiB) 79392

[startup+282.301 s]
/proc/loadavg: 1.81 1.13 0.48 3/109 29266
/proc/meminfo: memFree=1708092/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=72664 CPUtime=462.46
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 676644 0 0 0 45765 481 0 0 20 0 2 0 146002426 74407936 12373 1992294400 134512640 146736320 4294358592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 18166 12373 1099 2985 0 14708 0
[pid=29256/tid=29260] ppid=29255 vsize=72664 CPUtime=227.08
/proc/29256/task/29260/stat : 29260 (pb_cplex) S 29255 29255 29220 0 -1 4202560 329695 0 0 0 22471 237 0 0 16 0 2 0 146002507 74407936 12373 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 2 4096 16387 18446604437871520448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 462.46
Current children cumulated vsize (KiB) 81364

[startup+342.301 s]
/proc/loadavg: 1.60 1.21 0.55 5/109 29268
/proc/meminfo: memFree=1707348/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=29256] ppid=29255 vsize=76504 CPUtime=888.82
/proc/29256/stat : 29256 (pb_cplex) S 29255 29255 29220 0 -1 4202496 1348027 0 0 0 87770 1112 0 0 16 0 2 0 146002426 78340096 13149 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 19126 13149 1099 2985 0 15668 0
[pid=29256/tid=29260] ppid=29255 vsize=76504 CPUtime=437.98
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 642541 0 0 0 43262 536 0 0 16 0 2 0 146002507 78340096 13149 1992294400 134512640 146736320 4294358592 18446744073709551615 136008363 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 888.82
Current children cumulated vsize (KiB) 85204

[startup+582.301 s]
/proc/loadavg: 2.05 1.62 0.86 3/109 29274
/proc/meminfo: memFree=1705116/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=76212 CPUtime=994.76
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 1461291 0 0 0 98226 1250 0 0 16 0 2 0 146002426 78041088 13211 1992294400 134512640 146736320 4294358592 18446744073709551615 135468697 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 19053 13211 1102 2985 0 15595 0
[pid=29256/tid=29260] ppid=29255 vsize=76212 CPUtime=491.01
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 707831 0 0 0 48487 614 0 0 18 0 2 0 146002507 78041088 13211 1992294400 134512640 146736320 4294358592 18446744073709551615 136364170 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 994.76
Current children cumulated vsize (KiB) 84912

[startup+642.301 s]
/proc/loadavg: 1.95 1.66 0.92 3/109 29276
/proc/meminfo: memFree=1704496/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=76212 CPUtime=1101.03
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 1605083 0 0 0 108699 1404 0 0 16 0 2 0 146002426 78041088 13211 1992294400 134512640 146736320 4294358592 18446744073709551615 135454090 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 19053 13211 1102 2985 0 15595 0
[pid=29256/tid=29260] ppid=29255 vsize=76212 CPUtime=543.85
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 769156 0 0 0 53696 689 0 0 17 0 2 0 146002507 78041088 13211 1992294400 134512640 146736320 4294358592 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1101.03
Current children cumulated vsize (KiB) 84912

[startup+702.301 s]
/proc/loadavg: 1.99 1.72 0.98 3/109 29278
/proc/meminfo: memFree=1704372/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=76264 CPUtime=1207.36
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 1821234 0 0 0 119146 1590 0 0 17 0 2 0 146002426 78094336 13222 1992294400 134512640 146736320 4294358592 18446744073709551615 135454007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 19066 13222 1102 2985 0 15608 0
[pid=29256/tid=29260] ppid=29255 vsize=76264 CPUtime=597.13
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 885235 0 0 0 58924 789 0 0 17 0 2 0 146002507 78094336 13222 1992294400 134512640 146736320 4294358592 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1207.36
Current children cumulated vsize (KiB) 84964

[startup+762.309 s]
/proc/loadavg: 1.71 1.68 1.02 3/109 29280
/proc/meminfo: memFree=1701148/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=79372 CPUtime=1311.74
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 1946153 0 0 0 129441 1733 0 0 17 0 2 0 146002426 81276928 14047 1992294400 134512640 146736320 4294358592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 19843 14047 1102 2985 0 16385 0
[pid=29256/tid=29260] ppid=29255 vsize=79372 CPUtime=648.94
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 956278 0 0 0 64028 866 0 0 16 0 2 0 146002507 81276928 14047 1992294400 134512640 146736320 4294358592 18446744073709551615 135231478 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1311.74
Current children cumulated vsize (KiB) 88072

[startup+822.301 s]
/proc/loadavg: 1.69 1.67 1.05 3/109 29282
/proc/meminfo: memFree=1701272/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=79372 CPUtime=1417.1
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 2100045 0 0 0 139818 1892 0 0 16 0 2 0 146002426 81276928 14152 1992294400 134512640 146736320 4294358592 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 19843 14152 1102 2985 0 16385 0
[pid=29256/tid=29260] ppid=29255 vsize=79372 CPUtime=701.38
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 1032033 0 0 0 69197 941 0 0 16 0 2 0 146002507 81276928 14152 1992294400 134512640 146736320 4294358592 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1417.1
Current children cumulated vsize (KiB) 88072

[startup+882.301 s]
/proc/loadavg: 1.81 1.69 1.10 3/109 29282
/proc/meminfo: memFree=1697304/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=82868 CPUtime=1519.76
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 2233126 0 0 0 149951 2025 0 0 16 0 2 0 146002426 84856832 14989 1992294400 134512640 146736320 4294358592 18446744073709551615 135468687 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 20717 14989 1102 2985 0 17259 0
[pid=29256/tid=29260] ppid=29255 vsize=82868 CPUtime=752.2
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 1093613 0 0 0 74219 1001 0 0 16 0 2 0 146002507 84856832 14989 1992294400 134512640 146736320 4294358592 18446744073709551615 135526788 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1519.76
Current children cumulated vsize (KiB) 91568

[startup+942.301 s]
/proc/loadavg: 1.81 1.70 1.13 3/109 29284
/proc/meminfo: memFree=1698916/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=81720 CPUtime=1624.57
/proc/29256/stat : 29256 (pb_cplex) S 29255 29255 29220 0 -1 4202496 2297906 0 0 0 160330 2127 0 0 16 0 2 0 146002426 83681280 14578 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29256/statm: 20430 14578 1102 2985 0 16972 0
[pid=29256/tid=29260] ppid=29255 vsize=81720 CPUtime=804.69
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 1121959 0 0 0 79421 1048 0 0 18 0 2 0 146002507 83681280 14578 1992294400 134512640 146736320 4294358592 18446744073709551615 137083338 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.57
Current children cumulated vsize (KiB) 90420

[startup+1002.3 s]
/proc/loadavg: 1.73 1.69 1.16 3/109 29286
/proc/meminfo: memFree=1696064/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=84124 CPUtime=1729.96
/proc/29256/stat : 29256 (pb_cplex) R 29255 29255 29220 0 -1 4202496 2350548 0 0 0 170775 2221 0 0 17 0 2 0 146002426 86142976 15254 1992294400 134512640 146736320 4294358592 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 21031 15254 1102 2985 0 17573 0
[pid=29256/tid=29260] ppid=29255 vsize=84124 CPUtime=857.91
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 1147098 0 0 0 84695 1096 0 0 16 0 2 0 146002507 86142976 15254 1992294400 134512640 146736320 4294358592 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.96
Current children cumulated vsize (KiB) 92824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1042.3 s]
/proc/loadavg: 1.55 1.65 1.17 2/109 29286
/proc/meminfo: memFree=1696064/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=84168 CPUtime=1800.14
/proc/29256/stat : 29256 (pb_cplex) S 29255 29255 29220 0 -1 4202496 2401808 0 0 0 177720 2294 0 0 16 0 2 0 146002426 86188032 15270 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 21042 15270 1102 2985 0 17584 0
[pid=29256/tid=29260] ppid=29255 vsize=84168 CPUtime=892.89
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 1173416 0 0 0 88156 1133 0 0 16 0 2 0 146002507 86188032 15270 1992294400 134512640 146736320 4294358592 18446744073709551615 135983228 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 92868

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

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

[startup+1042.3 s]
/proc/loadavg: 1.55 1.65 1.17 2/109 29286
/proc/meminfo: memFree=1696064/2059040 swapFree=4135672/4192956
[pid=29255] ppid=29253 vsize=8700 CPUtime=0
/proc/29255/stat : 29255 (run) S 29253 29255 29220 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146002426 8908800 249 1992294400 4194304 4922060 140735928559312 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29255/statm: 2175 249 208 178 0 68 0
[pid=29256] ppid=29255 vsize=84168 CPUtime=1800.14
/proc/29256/stat : 29256 (pb_cplex) S 29255 29255 29220 0 -1 4202496 2401808 0 0 0 177720 2294 0 0 16 0 2 0 146002426 86188032 15270 1992294400 134512640 146736320 4294358592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29256/statm: 21042 15270 1102 2985 0 17584 0
[pid=29256/tid=29260] ppid=29255 vsize=84168 CPUtime=892.89
/proc/29256/task/29260/stat : 29260 (pb_cplex) R 29255 29255 29220 0 -1 4202560 1173416 0 0 0 88156 1133 0 0 16 0 2 0 146002507 86188032 15270 1992294400 134512640 146736320 4294358592 18446744073709551615 135983228 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 92868

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29255 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.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1042.32
CPU time (s): 1800.14
CPU user time (s): 1777.2
CPU system time (s): 22.94
CPU usage (%): 172.705
Max. virtual memory (cumulated for all children) (KiB): 104472

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= 366
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 2.00169 second user time and 5.57415 second system time

The end

Launcher Data

Begin job on node049 at 2010-07-02 07:05:43
IDJOB=2696874
IDBENCH=47908
IDSOLVER=1209
FILE ID=node049/2696874-1278047143
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=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696874-1278047143/watcher-2696874-1278047143 -o /tmp/evaluation-result-2696874-1278047143/solver-2696874-1278047143 -C 1800 -W 2000 -M 1800  run HOME/instance-2696874-1278047143.opb

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

MD5SUM BENCH= 3f50fdda997abfe5e5c5cddf7b7c1313
RANDOM SEED=1985801389

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:       1757564 kB
Buffers:         78468 kB
Cached:         131128 kB
SwapCached:      12232 kB
Active:         110728 kB
Inactive:       114024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1757564 kB
SwapTotal:     4192956 kB
SwapFree:      4135672 kB
Dirty:           16856 kB
Writeback:           0 kB
AnonPages:       12176 kB
Mapped:           8376 kB
Slab:            54672 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184080 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-2696874-1278047143.opb

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