Trace number 2696856

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.12 1044.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
MD5SUM6355c589dda3f12b095277ae4637ab26
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.51692
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 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-2696856-1278047141.opb.
0.00/0.00	c Instance file HOME/instance-2696856-1278047141.opb
0.00/0.00	c File size is 28516 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.12/1044.51	c Remaining time 1799.98 sec.
1800.12/1044.51	c 
1800.12/1044.51	c *** INTERRUPTED ***
1800.12/1044.51	s UNKNOWN
1800.12/1044.51	c Total CPU time              : 1775.65 s
1800.12/1044.51	c Memory used           : 74.70 MB
1800.12/1044.51	c CPU time              : 1775.65 s
1800.12/1044.51	c 
1800.12/1044.51	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-2696856-1278047141/watcher-2696856-1278047141 -o /tmp/evaluation-result-2696856-1278047141/solver-2696856-1278047141 -C 1800 -W 2000 -M 1800 run HOME/instance-2696856-1278047141.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.08 0.02 0.01 3/106 32469
/proc/meminfo: memFree=1499388/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) R 32467 32469 32436 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965050773 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0

[startup+0.0348899 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 32469
/proc/meminfo: memFree=1499388/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100888 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 32469
/proc/meminfo: memFree=1499388/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302882 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 32469
/proc/meminfo: memFree=1499388/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70087 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 32469
/proc/meminfo: memFree=1499388/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50085 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 32474
/proc/meminfo: memFree=1490932/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=33512 CPUtime=2.12
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 8380 0 0 0 204 8 0 0 17 0 2 0 146005083 34316288 3005 1992294400 134512640 146736320 4294082272 18446744073709551615 135526367 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 8378 3005 1071 2985 0 4920 0
[pid=32470/tid=32474] ppid=32469 vsize=33512 CPUtime=0.56
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 2232 0 0 0 55 1 0 0 17 0 2 0 146005160 34316288 3005 1992294400 134512640 146736320 4294082272 18446744073709551615 137021388 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 42212

[startup+3.1018 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 32474
/proc/meminfo: memFree=1490312/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=35888 CPUtime=4.9
/proc/32470/stat : 32470 (pb_cplex) S 32469 32469 32436 0 -1 4202496 22465 0 0 0 472 18 0 0 16 0 2 0 146005083 36749312 3532 1992294400 134512640 146736320 4294082272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 8972 3532 1071 2985 0 5514 0
[pid=32470/tid=32474] ppid=32469 vsize=35888 CPUtime=2.05
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 10779 0 0 0 198 7 0 0 18 0 2 0 146005160 36749312 3532 1992294400 134512640 146736320 4294082272 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 44588

[startup+6.3007 s]
/proc/loadavg: 0.23 0.05 0.02 2/109 32474
/proc/meminfo: memFree=1485228/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=38916 CPUtime=10.09
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 31079 0 0 0 981 28 0 0 16 0 2 0 146005083 39849984 4258 1992294400 134512640 146736320 4294082272 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 9729 4258 1074 2985 0 6271 0
[pid=32470/tid=32474] ppid=32469 vsize=38916 CPUtime=4.71
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 15338 0 0 0 459 12 0 0 16 0 2 0 146005160 39849984 4258 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 47616

[startup+12.7015 s]
/proc/loadavg: 0.37 0.08 0.03 3/109 32474
/proc/meminfo: memFree=1482128/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=44636 CPUtime=20.65
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 66873 0 0 0 2014 51 0 0 16 0 2 0 146005083 45707264 5456 1992294400 134512640 146736320 4294082272 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 11159 5456 1074 2985 0 7701 0
[pid=32470/tid=32474] ppid=32469 vsize=44636 CPUtime=10.01
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 33767 0 0 0 978 23 0 0 17 0 2 0 146005160 45707264 5456 1992294400 134512640 146736320 4294082272 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.65
Current children cumulated vsize (KiB) 53336

[startup+25.5001 s]
/proc/loadavg: 0.59 0.14 0.05 3/109 32474
/proc/meminfo: memFree=1477292/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=49948 CPUtime=41.5
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 128921 0 0 0 4059 91 0 0 16 0 2 0 146005083 51146752 6778 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 12487 6778 1074 2985 0 9029 0
[pid=32470/tid=32474] ppid=32469 vsize=49948 CPUtime=21.25
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 70915 0 0 0 2080 45 0 0 18 0 2 0 146005160 51146752 6778 1992294400 134512640 146736320 4294082272 18446744073709551615 135520295 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.5
Current children cumulated vsize (KiB) 58648

[startup+51.1003 s]
/proc/loadavg: 0.84 0.24 0.08 2/109 32476
/proc/meminfo: memFree=1470596/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=55624 CPUtime=82.28
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 213236 0 0 0 8078 150 0 0 16 0 2 0 146005083 56958976 8104 1992294400 134512640 146736320 4294082272 18446744073709551615 136008168 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 13906 8104 1074 2985 0 10448 0
[pid=32470/tid=32474] ppid=32469 vsize=55624 CPUtime=41.51
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 115482 0 0 0 4075 76 0 0 16 0 2 0 146005160 56958976 8104 1992294400 134512640 146736320 4294082272 18446744073709551615 135854541 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 82.28
Current children cumulated vsize (KiB) 64324

[startup+102.31 s]
/proc/loadavg: 1.23 0.43 0.15 5/109 32476
/proc/meminfo: memFree=1461916/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=63080 CPUtime=162.28
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 371811 0 0 0 15965 263 0 0 16 0 2 0 146005083 64593920 10122 1992294400 134512640 146736320 4294082272 18446744073709551615 135526786 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 15770 10122 1113 2985 0 12312 0
[pid=32470/tid=32474] ppid=32469 vsize=63080 CPUtime=80.1
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 191013 0 0 0 7880 130 0 0 19 0 2 0 146005160 64593920 10122 1992294400 134512640 146736320 4294082272 18446744073709551615 136402290 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 71780

[startup+162.301 s]
/proc/loadavg: 1.66 0.71 0.27 4/109 32478
/proc/meminfo: memFree=1453484/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=65688 CPUtime=264.1
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 480234 0 0 0 26046 364 0 0 17 0 2 0 146005083 67264512 10578 1992294400 134512640 146736320 4294082272 18446744073709551615 135468704 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 16422 10578 1113 2985 0 12964 0
[pid=32470/tid=32474] ppid=32469 vsize=65688 CPUtime=131.08
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 242909 0 0 0 12930 178 0 0 17 0 2 0 146005160 67264512 10578 1992294400 134512640 146736320 4294082272 18446744073709551615 135850740 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 264.1
Current children cumulated vsize (KiB) 74388

[startup+222.301 s]
/proc/loadavg: 1.84 0.93 0.37 3/109 32480
/proc/meminfo: memFree=1459436/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=66160 CPUtime=365.95
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 668278 0 0 0 36094 501 0 0 17 0 2 0 146005083 67747840 10698 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 16540 10698 1113 2985 0 13082 0
[pid=32470/tid=32474] ppid=32469 vsize=66160 CPUtime=179.8
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 331884 0 0 0 17738 242 0 0 16 0 2 0 146005160 67747840 10698 1992294400 134512640 146736320 4294082272 18446744073709551615 135523329 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 365.95
Current children cumulated vsize (KiB) 74860

[startup+282.302 s]
/proc/loadavg: 1.68 1.06 0.44 4/109 32482
/proc/meminfo: memFree=1458692/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=67184 CPUtime=469.41
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 775735 0 0 0 46329 612 0 0 16 0 2 0 146005083 68796416 11057 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 16796 11057 1113 2985 0 13338 0
[pid=32470/tid=32474] ppid=32469 vsize=67184 CPUtime=230.04
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 364283 0 0 0 22721 283 0 0 17 0 2 0 146005160 68796416 11057 1992294400 134512640 146736320 4294082272 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 469.41
Current children cumulated vsize (KiB) 75884

[startup+342.302 s]
/proc/loadavg: 1.79 1.20 0.53 3/109 32482
/proc/meminfo: memFree=1457576/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=32470] ppid=32469 vsize=71380 CPUtime=873.99
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 1262382 0 0 0 86327 1072 0 0 16 0 2 0 146005083 73093120 12200 1992294400 134512640 146736320 4294082272 18446744073709551615 135443533 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 17845 12200 1113 2985 0 14387 0
[pid=32470/tid=32474] ppid=32469 vsize=71380 CPUtime=428.26
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 596703 0 0 0 42316 510 0 0 16 0 2 0 146005160 73093120 12200 1992294400 134512640 146736320 4294082272 18446744073709551615 135851004 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 873.99
Current children cumulated vsize (KiB) 80080

[startup+582.302 s]
/proc/loadavg: 1.66 1.45 0.78 3/109 32490
/proc/meminfo: memFree=1451872/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=73664 CPUtime=974.99
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 1316279 0 0 0 96337 1162 0 0 16 0 2 0 146005083 75431936 12576 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 18416 12576 1113 2985 0 14958 0
[pid=32470/tid=32474] ppid=32469 vsize=73664 CPUtime=478.9
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 626587 0 0 0 47334 556 0 0 18 0 2 0 146005160 75431936 12576 1992294400 134512640 146736320 4294082272 18446744073709551615 135233129 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 974.99
Current children cumulated vsize (KiB) 82364

[startup+642.302 s]
/proc/loadavg: 1.93 1.56 0.86 3/109 32490
/proc/meminfo: memFree=1451872/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=73664 CPUtime=1081.73
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 1435353 0 0 0 106884 1289 0 0 16 0 2 0 146005083 75431936 12583 1992294400 134512640 146736320 4294082272 18446744073709551615 136385268 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 18416 12583 1113 2985 0 14958 0
[pid=32470/tid=32474] ppid=32469 vsize=73664 CPUtime=532.45
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 701293 0 0 0 52619 626 0 0 18 0 2 0 146005160 75431936 12583 1992294400 134512640 146736320 4294082272 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1081.73
Current children cumulated vsize (KiB) 82364

[startup+702.301 s]
/proc/loadavg: 1.81 1.59 0.91 3/109 32492
/proc/meminfo: memFree=1451004/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=74228 CPUtime=1187.79
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 1578262 0 0 0 117336 1443 0 0 16 0 2 0 146005083 76009472 12765 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 18557 12765 1113 2985 0 15099 0
[pid=32470/tid=32474] ppid=32469 vsize=74228 CPUtime=585.23
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 785617 0 0 0 57811 712 0 0 16 0 2 0 146005160 76009472 12765 1992294400 134512640 146736320 4294082272 18446744073709551615 135983319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1187.79
Current children cumulated vsize (KiB) 82928

[startup+762.309 s]
/proc/loadavg: 1.84 1.63 0.96 3/109 32494
/proc/meminfo: memFree=1450260/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=75152 CPUtime=1294.85
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 1725954 0 0 0 127885 1600 0 0 17 0 2 0 146005083 76955648 12961 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 18788 12961 1113 2985 0 15330 0
[pid=32470/tid=32474] ppid=32469 vsize=75152 CPUtime=638.89
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 874674 0 0 0 63088 801 0 0 16 0 2 0 146005160 76955648 12961 1992294400 134512640 146736320 4294082272 18446744073709551615 139039594 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1294.85
Current children cumulated vsize (KiB) 83852

[startup+822.301 s]
/proc/loadavg: 1.94 1.70 1.02 4/109 32496
/proc/meminfo: memFree=1451004/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=74748 CPUtime=1401.68
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 1889012 0 0 0 138399 1769 0 0 17 0 2 0 146005083 76541952 12863 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 18687 12863 1113 2985 0 15229 0
[pid=32470/tid=32474] ppid=32469 vsize=74748 CPUtime=692.28
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 938658 0 0 0 68359 869 0 0 17 0 2 0 146005160 76541952 12863 1992294400 134512640 146736320 4294082272 18446744073709551615 135454070 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1401.68
Current children cumulated vsize (KiB) 83448

[startup+882.302 s]
/proc/loadavg: 1.85 1.72 1.07 3/109 32498
/proc/meminfo: memFree=1450136/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=75136 CPUtime=1508.72
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 2108122 0 0 0 148903 1969 0 0 17 0 2 0 146005083 76939264 13052 1992294400 134512640 146736320 4294082272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 18784 13052 1113 2985 0 15326 0
[pid=32470/tid=32474] ppid=32469 vsize=75136 CPUtime=745.95
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 1055784 0 0 0 73627 968 0 0 16 0 2 0 146005160 76939264 13052 1992294400 134512640 146736320 4294082272 18446744073709551615 137412881 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1508.72
Current children cumulated vsize (KiB) 83836

[startup+942.302 s]
/proc/loadavg: 1.88 1.75 1.12 3/109 32498
/proc/meminfo: memFree=1450136/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=74928 CPUtime=1616.76
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 2257060 0 0 0 159543 2133 0 0 17 0 2 0 146005083 76726272 12976 1992294400 134512640 146736320 4294082272 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32470/statm: 18732 12976 1113 2985 0 15274 0
[pid=32470/tid=32474] ppid=32469 vsize=74928 CPUtime=799.81
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 1133378 0 0 0 78935 1046 0 0 16 0 2 0 146005160 76726272 12976 1992294400 134512640 146736320 4294082272 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1616.76
Current children cumulated vsize (KiB) 83628

[startup+1002.3 s]
/proc/loadavg: 1.84 1.76 1.16 3/109 32500
/proc/meminfo: memFree=1449020/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=76280 CPUtime=1724.51
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 2425637 0 0 0 170148 2303 0 0 18 0 2 0 146005083 78110720 13258 1992294400 134512640 146736320 4294082272 18446744073709551615 135468684 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 19070 13258 1113 2985 0 15612 0
[pid=32470/tid=32474] ppid=32469 vsize=76280 CPUtime=853.6
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 1242392 0 0 0 84206 1154 0 0 18 0 2 0 146005160 78110720 13258 1992294400 134512640 146736320 4294082272 18446744073709551615 135850070 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.51
Current children cumulated vsize (KiB) 84980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1044.5 s]
/proc/loadavg: 1.91 1.79 1.20 2/109 32502
/proc/meminfo: memFree=1448772/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=76484 CPUtime=1800.12
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 2605420 0 0 0 177563 2449 0 0 17 0 2 0 146005083 78319616 13305 1992294400 134512640 146736320 4294082272 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 19121 13305 1113 2985 0 15663 0
[pid=32470/tid=32474] ppid=32469 vsize=76484 CPUtime=891.41
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 1360362 0 0 0 87891 1250 0 0 16 0 2 0 146005160 78319616 13305 1992294400 134512640 146736320 4294082272 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 85184

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

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

[startup+1044.5 s]
/proc/loadavg: 1.91 1.79 1.20 2/109 32502
/proc/meminfo: memFree=1448772/2059040 swapFree=4139792/4192956
[pid=32469] ppid=32467 vsize=8700 CPUtime=0
/proc/32469/stat : 32469 (run) S 32467 32469 32436 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146005082 8908800 249 1992294400 4194304 4922060 140733590930480 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32469/statm: 2175 249 208 178 0 68 0
[pid=32470] ppid=32469 vsize=76484 CPUtime=1800.12
/proc/32470/stat : 32470 (pb_cplex) R 32469 32469 32436 0 -1 4202496 2605420 0 0 0 177563 2449 0 0 17 0 2 0 146005083 78319616 13305 1992294400 134512640 146736320 4294082272 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32470/statm: 19121 13305 1113 2985 0 15663 0
[pid=32470/tid=32474] ppid=32469 vsize=76484 CPUtime=891.41
/proc/32470/task/32474/stat : 32474 (pb_cplex) R 32469 32469 32436 0 -1 4202560 1360362 0 0 0 87891 1250 0 0 16 0 2 0 146005160 78319616 13305 1992294400 134512640 146736320 4294082272 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 85184

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1044.52
CPU time (s): 1800.12
CPU user time (s): 1775.63
CPU system time (s): 24.49
CPU usage (%): 172.339
Max. virtual memory (cumulated for all children) (KiB): 98292

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= 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= 3
involuntary context switches= 2

runsolver used 1.93071 second user time and 5.67414 second system time

The end

Launcher Data

Begin job on node055 at 2010-07-02 07:05:41
IDJOB=2696856
IDBENCH=47890
IDSOLVER=1209
FILE ID=node055/2696856-1278047141
PBS_JOBID= 11198839
Free space on /tmp= 62412 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=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696856-1278047141/watcher-2696856-1278047141 -o /tmp/evaluation-result-2696856-1278047141/solver-2696856-1278047141 -C 1800 -W 2000 -M 1800  run HOME/instance-2696856-1278047141.opb

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

MD5SUM BENCH= 6355c589dda3f12b095277ae4637ab26
RANDOM SEED=1985801389

node055.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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1501728 kB
Buffers:        150224 kB
Cached:         303996 kB
SwapCached:       6760 kB
Active:         201936 kB
Inactive:       265980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1501728 kB
SwapTotal:     4192956 kB
SwapFree:      4139792 kB
Dirty:           16644 kB
Writeback:           0 kB
AnonPages:       11788 kB
Mapped:          11948 kB
Slab:            67460 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182576 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-2696856-1278047141.opb

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