Trace number 2697054

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.05 1037.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=71-P1=29-P2=241-P3=127-P4=67-P5=23-B.opb
MD5SUM2f50a7c4db6c104684b2cc399418ffd9
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.568912
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 variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a 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)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697054-1278049290.opb.
0.00/0.00	c Instance file HOME/instance-2697054-1278049290.opb
0.00/0.00	c File size is 23753 bytes.
0.00/0.01	c Highest Coefficient sum: 130560
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.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:      440                                                 |
0.00/0.02	c |  Number Constraints:    651                                                 |
0.00/0.02	c ===============================================================================
1800.05/1037.61	c Remaining time 1799.98 sec.
1800.05/1037.61	c 
1800.05/1037.61	c *** INTERRUPTED ***
1800.05/1037.61	s UNKNOWN
1800.05/1037.61	c Total CPU time              : 1776.09 s
1800.05/1037.61	c Memory used           : 65.62 MB
1800.05/1037.61	c CPU time              : 1776.09 s
1800.05/1037.61	c 
1800.05/1037.61	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-2697054-1278049290/watcher-2697054-1278049290 -o /tmp/evaluation-result-2697054-1278049290/solver-2697054-1278049290 -C 1800 -W 2000 -M 1800 run HOME/instance-2697054-1278049290.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.86 1.87 1.66 3/106 26118
/proc/meminfo: memFree=1752420/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) R 26116 26118 25934 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797821845 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0

[startup+0.105994 s]
/proc/loadavg: 1.86 1.87 1.66 3/106 26118
/proc/meminfo: memFree=1752420/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200993 s]
/proc/loadavg: 1.86 1.87 1.66 3/106 26118
/proc/meminfo: memFree=1752420/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.313992 s]
/proc/loadavg: 1.86 1.87 1.66 3/106 26118
/proc/meminfo: memFree=1752420/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701585 s]
/proc/loadavg: 1.86 1.87 1.66 3/106 26118
/proc/meminfo: memFree=1752420/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50174 s]
/proc/loadavg: 1.86 1.87 1.66 2/109 26123
/proc/meminfo: memFree=1745080/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=33196 CPUtime=2.21
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 10600 0 0 0 212 9 0 0 17 0 2 0 178585376 33992704 2954 1992294400 134512640 146736320 4289835600 18446744073709551615 135525497 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 8299 2954 1071 2985 0 4841 0
[pid=26119/tid=26123] ppid=26118 vsize=33196 CPUtime=0.77
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 3198 0 0 0 75 2 0 0 17 0 2 0 178585435 33992704 2954 1992294400 134512640 146736320 4289835600 18446744073709551615 137461257 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 41896

[startup+3.10103 s]
/proc/loadavg: 1.86 1.87 1.66 3/109 26123
/proc/meminfo: memFree=1743716/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=33608 CPUtime=4.91
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 26064 0 0 0 470 21 0 0 16 0 2 0 178585376 34414592 2987 1992294400 134512640 146736320 4289835600 18446744073709551615 135407605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 8402 2987 1074 2985 0 4944 0
[pid=26119/tid=26123] ppid=26118 vsize=33608 CPUtime=2.18
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 11512 0 0 0 209 9 0 0 17 0 2 0 178585435 34414592 2987 1992294400 134512640 146736320 4289835600 18446744073709551615 135405185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 42308

[startup+6.30164 s]
/proc/loadavg: 1.87 1.87 1.66 3/109 26123
/proc/meminfo: memFree=1739996/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=38488 CPUtime=10.03
/proc/26119/stat : 26119 (pb_cplex) S 26118 26118 25934 0 -1 4202496 40100 0 0 0 969 34 0 0 15 0 2 0 178585376 39411712 4279 1992294400 134512640 146736320 4289835600 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 9622 4279 1074 2985 0 6164 0
[pid=26119/tid=26123] ppid=26118 vsize=38488 CPUtime=4.85
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 18634 0 0 0 469 16 0 0 16 0 2 0 178585435 39411712 4279 1992294400 134512640 146736320 4289835600 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.03
Current children cumulated vsize (KiB) 47188

[startup+12.7018 s]
/proc/loadavg: 1.88 1.88 1.66 3/109 26123
/proc/meminfo: memFree=1735780/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=44268 CPUtime=20.74
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 74631 0 0 0 2016 58 0 0 16 0 2 0 178585376 45330432 5407 1992294400 134512640 146736320 4289835600 18446744073709551615 136008441 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 11067 5407 1074 2985 0 7609 0
[pid=26119/tid=26123] ppid=26118 vsize=44268 CPUtime=10.13
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 33423 0 0 0 986 27 0 0 16 0 2 0 178585435 45330432 5407 1992294400 134512640 146736320 4289835600 18446744073709551615 136400498 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.74
Current children cumulated vsize (KiB) 52968

[startup+25.5012 s]
/proc/loadavg: 1.76 1.85 1.65 2/109 26123
/proc/meminfo: memFree=1728960/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=49840 CPUtime=41.74
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 139619 0 0 0 4073 101 0 0 16 0 2 0 178585376 51036160 6756 1992294400 134512640 146736320 4289835600 18446744073709551615 135405950 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 12460 6756 1074 2985 0 9002 0
[pid=26119/tid=26123] ppid=26118 vsize=49840 CPUtime=20.62
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 60736 0 0 0 2016 46 0 0 16 0 2 0 178585435 51036160 6756 1992294400 134512640 146736320 4289835600 18446744073709551615 135405950 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.74
Current children cumulated vsize (KiB) 58540

[startup+51.101 s]
/proc/loadavg: 1.84 1.86 1.66 2/109 26123
/proc/meminfo: memFree=1720156/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=59416 CPUtime=84.22
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 219049 0 0 0 8269 153 0 0 17 0 2 0 178585376 60841984 8773 1992294400 134512640 146736320 4289835600 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 14854 8773 1074 2985 0 11396 0
[pid=26119/tid=26123] ppid=26118 vsize=59416 CPUtime=41.01
/proc/26119/task/26123/stat : 26123 (pb_cplex) S 26118 26118 25934 0 -1 4202560 97584 0 0 0 4030 71 0 0 16 0 2 0 178585435 60841984 8773 1992294400 134512640 146736320 4289835600 18446744073709551615 144580073 0 2 4096 16387 18446604437828647936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.22
Current children cumulated vsize (KiB) 68116

[startup+102.302 s]
/proc/loadavg: 1.77 1.83 1.66 3/109 26125
/proc/meminfo: memFree=1718792/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=60728 CPUtime=165.79
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 290624 0 0 0 16364 215 0 0 18 0 2 0 178585376 62185472 9141 1992294400 134512640 146736320 4289835600 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 15182 9141 1095 2985 0 11724 0
[pid=26119/tid=26123] ppid=26118 vsize=60728 CPUtime=78.31
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 116719 0 0 0 7737 94 0 0 17 0 2 0 178585435 62185472 9141 1992294400 134512640 146736320 4289835600 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.79
Current children cumulated vsize (KiB) 69428

[startup+162.302 s]
/proc/loadavg: 1.76 1.83 1.67 2/109 26127
/proc/meminfo: memFree=1718544/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=62128 CPUtime=272.93
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 416411 0 0 0 26943 350 0 0 16 0 2 0 178585376 63619072 9191 1992294400 134512640 146736320 4289835600 18446744073709551615 139023078 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 15532 9191 1095 2985 0 12074 0
[pid=26119/tid=26123] ppid=26118 vsize=62128 CPUtime=132.21
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 198673 0 0 0 13052 169 0 0 17 0 2 0 178585435 63619072 9191 1992294400 134512640 146736320 4289835600 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 272.93
Current children cumulated vsize (KiB) 70828

[startup+222.309 s]
/proc/loadavg: 1.84 1.83 1.67 3/109 26129
/proc/meminfo: memFree=1718420/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=60796 CPUtime=377.34
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 546490 0 0 0 37240 494 0 0 16 0 2 0 178585376 62255104 9236 1992294400 134512640 146736320 4289835600 18446744073709551615 135850298 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26119/statm: 15199 9236 1095 2985 0 11741 0
[pid=26119/tid=26123] ppid=26118 vsize=60796 CPUtime=184.31
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 272125 0 0 0 18188 243 0 0 16 0 2 0 178585435 62255104 9236 1992294400 134512640 146736320 4289835600 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 377.34
Current children cumulated vsize (KiB) 69496

[startup+282.301 s]
/proc/loadavg: 1.50 1.74 1.65 3/109 26129
/proc/meminfo: memFree=1718792/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=60372 CPUtime=481.17
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 621209 0 0 0 47507 610 0 0 17 0 2 0 178585376 61820928 9107 1992294400 134512640 146736320 4289835600 18446744073709551615 135963982 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26119/statm: 15093 9107 1095 2985 0 11635 0
[pid=26119/tid=26123] ppid=26118 vsize=60372 CPUtime=236.16
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 312525 0 0 0 23312 304 0 0 16 0 2 0 178585435 61820928 9107 1992294400 134512640 146736320 4289835600 18446744073709551615 135461598 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 481.17
Current children cumulated vsize (KiB) 69072

[startup+342.302 s]
/proc/loadavg: 1.73 1.75 1.65 3/109 26131
/proc/meminfo: memFree=1716444/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=26119] ppid=26118 vsize=65304 CPUtime=900.51
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 967196 0 0 0 88900 1151 0 0 16 0 2 0 178585376 66871296 10367 1992294400 134512640 146736320 4289835600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16326 10367 1095 2985 0 12868 0
[pid=26119/tid=26123] ppid=26118 vsize=65304 CPUtime=443.85
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 506025 0 0 0 43791 594 0 0 18 0 2 0 178585435 66871296 10367 1992294400 134512640 146736320 4289835600 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 900.51
Current children cumulated vsize (KiB) 74004

[startup+582.301 s]
/proc/loadavg: 1.87 1.80 1.69 2/109 26137
/proc/meminfo: memFree=1713220/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=65896 CPUtime=1005.94
/proc/26119/stat : 26119 (pb_cplex) S 26118 26118 25934 0 -1 4202496 1088235 0 0 0 99274 1320 0 0 17 0 2 0 178585376 67477504 10541 1992294400 134512640 146736320 4289835600 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16474 10541 1095 2985 0 13016 0
[pid=26119/tid=26123] ppid=26118 vsize=65896 CPUtime=495.7
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 571669 0 0 0 48887 683 0 0 16 0 2 0 178585435 67477504 10541 1992294400 134512640 146736320 4289835600 18446744073709551615 144574840 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1005.94
Current children cumulated vsize (KiB) 74596

[startup+642.302 s]
/proc/loadavg: 1.73 1.78 1.68 3/109 26139
/proc/meminfo: memFree=1712848/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=65900 CPUtime=1111.99
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 1201200 0 0 0 109714 1485 0 0 16 0 2 0 178585376 67481600 10566 1992294400 134512640 146736320 4289835600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16475 10566 1095 2985 0 13017 0
[pid=26119/tid=26123] ppid=26118 vsize=65900 CPUtime=548.65
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 629795 0 0 0 54093 772 0 0 16 0 2 0 178585435 67481600 10566 1992294400 134512640 146736320 4289835600 18446744073709551615 135450948 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1111.99
Current children cumulated vsize (KiB) 74600

[startup+702.302 s]
/proc/loadavg: 1.84 1.80 1.70 3/109 26141
/proc/meminfo: memFree=1712724/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=65944 CPUtime=1214.25
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 1349672 0 0 0 119767 1658 0 0 16 0 2 0 178585376 67526656 10561 1992294400 134512640 146736320 4289835600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16486 10561 1095 2985 0 13028 0
[pid=26119/tid=26123] ppid=26118 vsize=65944 CPUtime=598.98
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 696703 0 0 0 59045 853 0 0 16 0 2 0 178585435 67526656 10561 1992294400 134512640 146736320 4289835600 18446744073709551615 135454138 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1214.25
Current children cumulated vsize (KiB) 74644

[startup+762.302 s]
/proc/loadavg: 1.66 1.76 1.69 2/109 26143
/proc/meminfo: memFree=1712600/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=65828 CPUtime=1318.93
/proc/26119/stat : 26119 (pb_cplex) S 26118 26118 25934 0 -1 4202496 1426725 0 0 0 130099 1794 0 0 16 0 2 0 178585376 67407872 10565 1992294400 134512640 146736320 4289835600 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16457 10565 1095 2985 0 12999 0
[pid=26119/tid=26123] ppid=26118 vsize=65828 CPUtime=650.61
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 735860 0 0 0 64139 922 0 0 16 0 2 0 178585435 67407872 10565 1992294400 134512640 146736320 4289835600 18446744073709551615 135850308 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1318.93
Current children cumulated vsize (KiB) 74528

[startup+822.301 s]
/proc/loadavg: 1.76 1.77 1.69 3/109 26145
/proc/meminfo: memFree=1712724/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=66036 CPUtime=1423.23
/proc/26119/stat : 26119 (pb_cplex) S 26118 26118 25934 0 -1 4202496 1498959 0 0 0 140396 1927 0 0 16 0 2 0 178585376 67620864 10615 1992294400 134512640 146736320 4289835600 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16509 10615 1095 2985 0 13051 0
[pid=26119/tid=26123] ppid=26118 vsize=66036 CPUtime=702.35
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 761766 0 0 0 69261 974 0 0 16 0 2 0 178585435 67620864 10615 1992294400 134512640 146736320 4289835600 18446744073709551615 136476106 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1423.23
Current children cumulated vsize (KiB) 74736

[startup+882.308 s]
/proc/loadavg: 1.88 1.79 1.71 3/109 26145
/proc/meminfo: memFree=1712724/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=65820 CPUtime=1527.59
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 1622891 0 0 0 150668 2091 0 0 16 0 2 0 178585376 67399680 10560 1992294400 134512640 146736320 4289835600 18446744073709551615 136364170 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26119/statm: 16455 10560 1095 2985 0 12997 0
[pid=26119/tid=26123] ppid=26118 vsize=65820 CPUtime=754.53
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 817754 0 0 0 74407 1046 0 0 16 0 2 0 178585435 67399680 10560 1992294400 134512640 146736320 4289835600 18446744073709551615 135526555 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1527.59
Current children cumulated vsize (KiB) 74520

[startup+942.302 s]
/proc/loadavg: 1.62 1.75 1.70 3/109 26147
/proc/meminfo: memFree=1712228/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=66628 CPUtime=1632.48
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 1687835 0 0 0 161028 2220 0 0 16 0 2 0 178585376 68227072 10690 1992294400 134512640 146736320 4289835600 18446744073709551615 139028313 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16657 10690 1095 2985 0 13199 0
[pid=26119/tid=26123] ppid=26118 vsize=66628 CPUtime=806.53
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 847320 0 0 0 79548 1105 0 0 17 0 2 0 178585435 68227072 10690 1992294400 134512640 146736320 4289835600 18446744073709551615 135845825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1632.48
Current children cumulated vsize (KiB) 75328

[startup+1002.3 s]
/proc/loadavg: 1.86 1.79 1.71 3/109 26149
/proc/meminfo: memFree=1712476/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=66780 CPUtime=1737.5
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 1735492 0 0 0 171415 2335 0 0 16 0 2 0 178585376 68382720 10628 1992294400 134512640 146736320 4289835600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16695 10628 1095 2985 0 13237 0
[pid=26119/tid=26123] ppid=26118 vsize=66780 CPUtime=858.69
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 870008 0 0 0 84707 1162 0 0 16 0 2 0 178585435 68382720 10628 1992294400 134512640 146736320 4289835600 18446744073709551615 135850737 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.5
Current children cumulated vsize (KiB) 75480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1037.6 s]
/proc/loadavg: 1.80 1.78 1.71 3/109 26151
/proc/meminfo: memFree=1712228/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=67188 CPUtime=1800.05
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 1753139 0 0 0 177607 2398 0 0 16 0 2 0 178585376 68800512 10715 1992294400 134512640 146736320 4289835600 18446744073709551615 135447002 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16797 10715 1095 2985 0 13339 0
[pid=26119/tid=26123] ppid=26118 vsize=67188 CPUtime=889.85
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 878707 0 0 0 87792 1193 0 0 17 0 2 0 178585435 68800512 10715 1992294400 134512640 146736320 4289835600 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 75888

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

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

[startup+1037.6 s]
/proc/loadavg: 1.80 1.78 1.71 3/109 26151
/proc/meminfo: memFree=1712228/2059040 swapFree=4139352/4192956
[pid=26118] ppid=26116 vsize=8700 CPUtime=0
/proc/26118/stat : 26118 (run) S 26116 26118 25934 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178585376 8908800 249 1992294400 4194304 4922060 140736951580688 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26118/statm: 2175 249 208 178 0 68 0
[pid=26119] ppid=26118 vsize=67188 CPUtime=1800.05
/proc/26119/stat : 26119 (pb_cplex) R 26118 26118 25934 0 -1 4202496 1753139 0 0 0 177607 2398 0 0 16 0 2 0 178585376 68800512 10715 1992294400 134512640 146736320 4289835600 18446744073709551615 135447002 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26119/statm: 16797 10715 1095 2985 0 13339 0
[pid=26119/tid=26123] ppid=26118 vsize=67188 CPUtime=889.85
/proc/26119/task/26123/stat : 26123 (pb_cplex) R 26118 26118 25934 0 -1 4202560 878707 0 0 0 87792 1193 0 0 17 0 2 0 178585435 68800512 10715 1992294400 134512640 146736320 4289835600 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 75888

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1037.62
CPU time (s): 1800.05
CPU user time (s): 1776.07
CPU system time (s): 23.98
CPU usage (%): 173.479
Max. virtual memory (cumulated for all children) (KiB): 88296

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

runsolver used 1.9687 second user time and 5.58815 second system time

The end

Launcher Data

Begin job on node019 at 2010-07-02 07:41:30
IDJOB=2697054
IDBENCH=48088
IDSOLVER=1209
FILE ID=node019/2697054-1278049290
PBS_JOBID= 11198865
Free space on /tmp= 62064 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=71-P1=29-P2=241-P3=127-P4=67-P5=23-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697054-1278049290/watcher-2697054-1278049290 -o /tmp/evaluation-result-2697054-1278049290/solver-2697054-1278049290 -C 1800 -W 2000 -M 1800  run HOME/instance-2697054-1278049290.opb

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

MD5SUM BENCH= 2f50a7c4db6c104684b2cc399418ffd9
RANDOM SEED=506061219

node019.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.264
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.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1753320 kB
Buffers:         73964 kB
Cached:         130288 kB
SwapCached:       6824 kB
Active:         112452 kB
Inactive:       106176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1753320 kB
SwapTotal:     4192956 kB
SwapFree:      4139352 kB
Dirty:           16632 kB
Writeback:           0 kB
AnonPages:       12896 kB
Mapped:          11968 kB
Slab:            65208 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183456 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-2697054-1278049290.opb

Free space on /tmp at the end= 62048 MiB
End job on node019 at 2010-07-02 07:58:50