Trace number 2697040

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=107-P1=89-P2=97-P3=41-P4=137-P5=181-P6=11-B.opb
MD5SUM931666055852afe6f909d62fafedf38c
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.497923
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-2697040-1278049241.opb.
0.00/0.00	c Instance file HOME/instance-2697040-1278049241.opb
0.00/0.00	c File size is 28515 bytes.
0.00/0.02	c Highest Coefficient sum: 130560
0.00/0.02	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      528                                                 |
0.00/0.02	c |  Number Constraints:    781                                                 |
0.00/0.02	c ===============================================================================
1800.03/1028.81	c Remaining time 1799.98 sec.
1800.03/1028.81	c 
1800.03/1028.81	c *** INTERRUPTED ***
1800.03/1028.81	s UNKNOWN
1800.03/1028.81	c Total CPU time              : 1780.44 s
1800.03/1028.81	c Memory used           : 83.49 MB
1800.03/1028.81	c CPU time              : 1780.44 s
1800.03/1028.81	c 
1800.03/1028.81	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-2697040-1278049241/watcher-2697040-1278049241 -o /tmp/evaluation-result-2697040-1278049241/solver-2697040-1278049241 -C 1800 -W 2000 -M 1800 run HOME/instance-2697040-1278049241.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.68 1.76 1.64 3/106 30274
/proc/meminfo: memFree=1517464/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) R 30272 30274 30091 0 -1 4202496 348 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393754517 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0

[startup+0.034114 s]
/proc/loadavg: 1.68 1.76 1.64 3/106 30274
/proc/meminfo: memFree=1517464/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101126 s]
/proc/loadavg: 1.68 1.76 1.64 3/106 30274
/proc/meminfo: memFree=1517464/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301139 s]
/proc/loadavg: 1.68 1.76 1.64 3/106 30274
/proc/meminfo: memFree=1517464/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701184 s]
/proc/loadavg: 1.68 1.76 1.64 3/106 30274
/proc/meminfo: memFree=1517464/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50125 s]
/proc/loadavg: 1.68 1.76 1.64 3/109 30279
/proc/meminfo: memFree=1508016/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=34760 CPUtime=2.18
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 9264 0 0 0 211 7 0 0 17 0 2 0 146216547 35594240 3234 1992294400 134512640 146736320 4287785920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 8690 3234 1070 2985 0 5232 0
[pid=30275/tid=30279] ppid=30274 vsize=34760 CPUtime=0.6
/proc/30275/task/30279/stat : 30279 (pb_cplex) R 30274 30274 30091 0 -1 4202560 5228 0 0 0 59 1 0 0 17 0 2 0 146216627 35594240 3234 1992294400 134512640 146736320 4287785920 18446744073709551615 135982869 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 43460

[startup+3.10139 s]
/proc/loadavg: 1.68 1.76 1.64 2/109 30279
/proc/meminfo: memFree=1506404/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=37392 CPUtime=5.05
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 24678 0 0 0 488 17 0 0 17 0 2 0 146216547 38289408 3854 1992294400 134512640 146736320 4287785920 18446744073709551615 137298815 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 9348 3854 1070 2985 0 5890 0
[pid=30275/tid=30279] ppid=30274 vsize=37392 CPUtime=2.02
/proc/30275/task/30279/stat : 30279 (pb_cplex) S 30274 30274 30091 0 -1 4202560 14630 0 0 0 195 7 0 0 17 0 2 0 146216627 38289408 3854 1992294400 134512640 146736320 4287785920 18446744073709551615 144580073 0 2 4096 16387 18446604437844427840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 46092

[startup+6.30068 s]
/proc/loadavg: 1.71 1.77 1.64 3/109 30279
/proc/meminfo: memFree=1503800/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=40356 CPUtime=10.56
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 37152 0 0 0 1028 28 0 0 17 0 2 0 146216547 41324544 4650 1992294400 134512640 146736320 4287785920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 10089 4650 1071 2985 0 6631 0
[pid=30275/tid=30279] ppid=30274 vsize=40356 CPUtime=4.73
/proc/30275/task/30279/stat : 30279 (pb_cplex) R 30274 30274 30091 0 -1 4202560 21788 0 0 0 460 13 0 0 16 0 2 0 146216627 41324544 4650 1992294400 134512640 146736320 4287785920 18446744073709551615 136015701 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.56
Current children cumulated vsize (KiB) 49056

[startup+12.7023 s]
/proc/loadavg: 1.65 1.75 1.64 3/109 30279
/proc/meminfo: memFree=1497848/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=46092 CPUtime=21.04
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 72201 0 0 0 2052 52 0 0 16 0 2 0 146216547 47198208 5885 1992294400 134512640 146736320 4287785920 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 11523 5885 1074 2985 0 8065 0
[pid=30275/tid=30279] ppid=30274 vsize=46092 CPUtime=9.69
/proc/30275/task/30279/stat : 30279 (pb_cplex) R 30274 30274 30091 0 -1 4202560 38087 0 0 0 944 25 0 0 16 0 2 0 146216627 47198208 5885 1992294400 134512640 146736320 4287785920 18446744073709551615 135850315 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) 54792

[startup+25.5014 s]
/proc/loadavg: 1.73 1.77 1.64 3/109 30279
/proc/meminfo: memFree=1487308/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=55828 CPUtime=42.29
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 118845 0 0 0 4140 89 0 0 16 0 2 0 146216547 57167872 8261 1992294400 134512640 146736320 4287785920 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 13957 8261 1074 2985 0 10499 0
[pid=30275/tid=30279] ppid=30274 vsize=55828 CPUtime=20.47
/proc/30275/task/30279/stat : 30279 (pb_cplex) R 30274 30274 30091 0 -1 4202560 63369 0 0 0 2001 46 0 0 16 0 2 0 146216627 57167872 8261 1992294400 134512640 146736320 4287785920 18446744073709551615 136016558 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.29
Current children cumulated vsize (KiB) 64528

[startup+51.1017 s]
/proc/loadavg: 1.69 1.75 1.64 2/109 30281
/proc/meminfo: memFree=1479372/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=64288 CPUtime=85.74
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 175073 0 0 0 8444 130 0 0 16 0 2 0 146216547 65830912 10444 1992294400 134512640 146736320 4287785920 18446744073709551615 135846449 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30275/statm: 16072 10444 1074 2985 0 12614 0
[pid=30275/tid=30279] ppid=30274 vsize=64288 CPUtime=40.87
/proc/30275/task/30279/stat : 30279 (pb_cplex) R 30274 30274 30091 0 -1 4202560 88613 0 0 0 4021 66 0 0 16 0 2 0 146216627 65830912 10444 1992294400 134512640 146736320 4287785920 18446744073709551615 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 85.74
Current children cumulated vsize (KiB) 72988

[startup+102.309 s]
/proc/loadavg: 1.88 1.79 1.65 2/109 30282
/proc/meminfo: memFree=1474412/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=69620 CPUtime=168.47
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 360307 0 0 0 16592 255 0 0 17 0 2 0 146216547 71290880 11461 1992294400 134512640 146736320 4287785920 18446744073709551615 139023068 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 17405 11461 1105 2985 0 13947 0
[pid=30275/tid=30282] ppid=30274 vsize=69620 CPUtime=14.05
/proc/30275/task/30282/stat : 30282 (pb_cplex) R 30274 30274 30091 0 -1 4202560 14613 0 0 0 1389 16 0 0 17 0 2 0 146225226 71290880 11461 1992294400 134512640 146736320 4287785920 18446744073709551615 138374181 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 168.47
Current children cumulated vsize (KiB) 78320

[startup+162.302 s]
/proc/loadavg: 1.90 1.80 1.66 3/109 30285
/proc/meminfo: memFree=1472800/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=71704 CPUtime=276.23
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 458944 0 0 0 27238 385 0 0 18 0 2 0 146216547 73424896 11833 1992294400 134512640 146736320 4287785920 18446744073709551615 135468677 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30275/statm: 17926 11833 1105 2985 0 14468 0
[pid=30275/tid=30283] ppid=30274 vsize=71704 CPUtime=39.67
/proc/30275/task/30283/stat : 30283 (pb_cplex) R 30274 30274 30091 0 -1 4202560 31691 0 0 0 3922 45 0 0 16 0 2 0 146228335 73424896 11833 1992294400 134512640 146736320 4287785920 18446744073709551615 137461301 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 276.23
Current children cumulated vsize (KiB) 80404

[startup+222.301 s]
/proc/loadavg: 1.93 1.81 1.67 3/109 30288
/proc/meminfo: memFree=1466972/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=77212 CPUtime=378.5
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 563248 0 0 0 37352 498 0 0 16 0 2 0 146216547 79065088 13263 1992294400 134512640 146736320 4287785920 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 19303 13263 1105 2985 0 15845 0
[pid=30275/tid=30286] ppid=30274 vsize=77212 CPUtime=45.45
/proc/30275/task/30286/stat : 30286 (pb_cplex) R 30274 30274 30091 0 -1 4202560 33549 0 0 0 4498 47 0 0 17 0 2 0 146233227 79065088 13263 1992294400 134512640 146736320 4287785920 18446744073709551615 137239970 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 378.5
Current children cumulated vsize (KiB) 85912

[startup+282.301 s]
/proc/loadavg: 1.71 1.77 1.66 4/109 30291
/proc/meminfo: memFree=1467468/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=76976 CPUtime=485.56
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 636133 0 0 0 47937 619 0 0 18 0 2 0 146216547 78823424 13277 1992294400 134512640 146736320 4287785920 18446744073709551615 135468684 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 19244 13277 1105 2985 0 15786 0
[pid=30275/tid=30289] ppid=30274 vsize=76976 CPUtime=13.22
/proc/30275/task/30289/stat : 30289 (pb_cplex) S 30274 30274 30091 0 -1 4202560 2102 0 0 0 1310 12 0 0 16 0 2 0 146243281 78823424 13277 1992294400 134512640 146736320 4287785920 18446744073709551615 144580073 0 2 4096 16387 18446604437844427840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 485.56
Current children cumulated vsize (KiB) 85676

[startup+342.301 s]
/proc/loadavg: 1.73 1.77 1.66 3/109 30291
/proc/meminfo: memFree=1466236/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30275] ppid=30274 vsize=77144 CPUtime=805.33
/proc/30275/stat : 30275 (pb_cplex) S 30274 30274 30091 0 -1 4202496 775575 0 0 0 79571 962 0 0 18 0 2 0 146216547 78995456 13345 1992294400 134512640 146736320 4287785920 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 19286 13345 1105 2985 0 15828 0
[pid=30275/tid=30294] ppid=30274 vsize=77144 CPUtime=34.34
/proc/30275/task/30294/stat : 30294 (pb_cplex) R 30274 30274 30091 0 -1 4202560 6012 0 0 0 3401 33 0 0 17 0 2 0 146258890 78995456 13345 1992294400 134512640 146736320 4287785920 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 805.33
Current children cumulated vsize (KiB) 85844

[startup+522.301 s]
/proc/loadavg: 1.84 1.79 1.68 3/109 30298
/proc/meminfo: memFree=1464872/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=78920 CPUtime=912.39
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 814499 0 0 0 90162 1077 0 0 17 0 2 0 146216547 80814080 13785 1992294400 134512640 146736320 4287785920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 19730 13785 1105 2985 0 16272 0
[pid=30275/tid=30294] ppid=30274 vsize=78920 CPUtime=87.47
/proc/30275/task/30294/stat : 30294 (pb_cplex) R 30274 30274 30091 0 -1 4202560 30350 0 0 0 8654 93 0 0 16 0 2 0 146258890 80814080 13785 1992294400 134512640 146736320 4287785920 18446744073709551615 139041156 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 912.39
Current children cumulated vsize (KiB) 87620

[startup+582.302 s]
/proc/loadavg: 1.90 1.81 1.70 2/109 30300
/proc/meminfo: memFree=1464128/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=79628 CPUtime=1018.97
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 850118 0 0 0 100711 1186 0 0 17 0 2 0 146216547 81539072 13975 1992294400 134512640 146736320 4287785920 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 19907 13975 1105 2985 0 16449 0
[pid=30275/tid=30294] ppid=30274 vsize=79628 CPUtime=140.66
/proc/30275/task/30294/stat : 30294 (pb_cplex) R 30274 30274 30091 0 -1 4202560 45146 0 0 0 13919 147 0 0 16 0 2 0 146258890 81539072 13975 1992294400 134512640 146736320 4287785920 18446744073709551615 135964341 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1018.97
Current children cumulated vsize (KiB) 88328

[startup+642.301 s]
/proc/loadavg: 1.94 1.84 1.71 3/109 30300
/proc/meminfo: memFree=1464376/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=79544 CPUtime=1125.13
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 874804 0 0 0 111217 1296 0 0 16 0 2 0 146216547 81453056 13927 1992294400 134512640 146736320 4287785920 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 19886 13927 1105 2985 0 16428 0
[pid=30275/tid=30294] ppid=30274 vsize=79544 CPUtime=193.5
/proc/30275/task/30294/stat : 30294 (pb_cplex) R 30274 30274 30091 0 -1 4202560 54286 0 0 0 19148 202 0 0 17 0 2 0 146258890 81453056 13927 1992294400 134512640 146736320 4287785920 18446744073709551615 135526786 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1125.13
Current children cumulated vsize (KiB) 88244

[startup+702.301 s]
/proc/loadavg: 1.80 1.82 1.72 3/109 30302
/proc/meminfo: memFree=1464128/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=79884 CPUtime=1231.37
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 903033 0 0 0 121731 1406 0 0 17 0 2 0 146216547 81801216 14030 1992294400 134512640 146736320 4287785920 18446744073709551615 139023104 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 19971 14030 1105 2985 0 16513 0
[pid=30275/tid=30294] ppid=30274 vsize=79884 CPUtime=246.2
/proc/30275/task/30294/stat : 30294 (pb_cplex) S 30274 30274 30091 0 -1 4202560 67712 0 0 0 24361 259 0 0 16 0 2 0 146258890 81801216 14030 1992294400 134512640 146736320 4287785920 18446744073709551615 144580073 0 2 4096 16387 18446604437844427840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1231.37
Current children cumulated vsize (KiB) 88584

[startup+762.31 s]
/proc/loadavg: 1.74 1.81 1.72 3/109 30305
/proc/meminfo: memFree=1461276/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=82604 CPUtime=1335.95
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 944837 0 0 0 132082 1513 0 0 17 0 2 0 146216547 84586496 14663 1992294400 134512640 146736320 4287785920 18446744073709551615 135526863 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 20651 14663 1105 2985 0 17193 0
[pid=30275/tid=30303] ppid=30274 vsize=82604 CPUtime=31.52
/proc/30275/task/30303/stat : 30303 (pb_cplex) R 30274 30274 30091 0 -1 4202560 8086 0 0 0 3121 31 0 0 16 0 2 0 146289084 84586496 14663 1992294400 134512640 146736320 4287785920 18446744073709551615 136656919 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1335.95
Current children cumulated vsize (KiB) 91304

[startup+822.301 s]
/proc/loadavg: 1.83 1.82 1.73 3/109 30307
/proc/meminfo: memFree=1461896/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=82308 CPUtime=1439.44
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 966074 0 0 0 142333 1611 0 0 17 0 2 0 146216547 84283392 14650 1992294400 134512640 146736320 4287785920 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 20577 14650 1105 2985 0 17119 0
[pid=30275/tid=30303] ppid=30274 vsize=82308 CPUtime=82.35
/proc/30275/task/30303/stat : 30303 (pb_cplex) S 30274 30274 30091 0 -1 4202560 19968 0 0 0 8156 79 0 0 16 0 2 0 146289084 84283392 14650 1992294400 134512640 146736320 4287785920 18446744073709551615 144580073 0 2 4096 16387 18446604437844427840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1439.44
Current children cumulated vsize (KiB) 91008

[startup+882.301 s]
/proc/loadavg: 1.75 1.79 1.72 3/109 30309
/proc/meminfo: memFree=1461524/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=82768 CPUtime=1543.32
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 986072 0 0 0 152620 1712 0 0 17 0 2 0 146216547 84754432 14739 1992294400 134512640 146736320 4287785920 18446744073709551615 139039585 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30275/statm: 20692 14739 1105 2985 0 17234 0
[pid=30275/tid=30303] ppid=30274 vsize=82768 CPUtime=133.6
/proc/30275/task/30303/stat : 30303 (pb_cplex) R 30274 30274 30091 0 -1 4202560 31569 0 0 0 13232 128 0 0 16 0 2 0 146289084 84754432 14739 1992294400 134512640 146736320 4287785920 18446744073709551615 135468661 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1543.32
Current children cumulated vsize (KiB) 91468

[startup+942.302 s]
/proc/loadavg: 1.67 1.77 1.72 2/109 30309
/proc/meminfo: memFree=1460408/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=83132 CPUtime=1648.45
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 1016752 0 0 0 163029 1816 0 0 16 0 2 0 146216547 85127168 14868 1992294400 134512640 146736320 4287785920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 20783 14868 1105 2985 0 17325 0
[pid=30275/tid=30303] ppid=30274 vsize=83132 CPUtime=185.59
/proc/30275/task/30303/stat : 30303 (pb_cplex) R 30274 30274 30091 0 -1 4202560 44022 0 0 0 18382 177 0 0 16 0 2 0 146289084 85127168 14868 1992294400 134512640 146736320 4287785920 18446744073709551615 137383778 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1648.45
Current children cumulated vsize (KiB) 91832

[startup+1002.3 s]
/proc/loadavg: 1.72 1.76 1.72 3/109 30311
/proc/meminfo: memFree=1457556/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=85960 CPUtime=1753.02
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 1040608 0 0 0 173382 1920 0 0 16 0 2 0 146216547 88023040 15584 1992294400 134512640 146736320 4287785920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30275/statm: 21490 15584 1123 2985 0 18032 0
[pid=30275/tid=30303] ppid=30274 vsize=85960 CPUtime=236.62
/proc/30275/task/30303/stat : 30303 (pb_cplex) R 30274 30274 30091 0 -1 4202560 60248 0 0 0 23432 230 0 0 16 0 2 0 146289084 88023040 15584 1992294400 134512640 146736320 4287785920 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1753.02
Current children cumulated vsize (KiB) 94660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1028.8 s]
/proc/loadavg: 1.91 1.80 1.73 3/109 30313
/proc/meminfo: memFree=1457928/2059040 swapFree=4139744/4192956
[pid=30274] ppid=30272 vsize=8700 CPUtime=0
/proc/30274/stat : 30274 (run) S 30272 30274 30091 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146216547 8908800 249 1992294400 4194304 4922060 140733815296272 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30274/statm: 2175 249 208 178 0 68 0
[pid=30275] ppid=30274 vsize=85492 CPUtime=1800.03
/proc/30275/stat : 30275 (pb_cplex) R 30274 30274 30091 0 -1 4202496 1049001 0 0 0 178042 1961 0 0 18 0 2 0 146216547 87543808 15483 1992294400 134512640 146736320 4287785920 18446744073709551615 135850301 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30275/statm: 21373 15483 1122 2985 0 17915 0
[pid=30275/tid=30303] ppid=30274 vsize=85492 CPUtime=259.73
/proc/30275/task/30303/stat : 30303 (pb_cplex) R 30274 30274 30091 0 -1 4202560 62606 0 0 0 25724 249 0 0 16 0 2 0 146289084 87543808 15483 1992294400 134512640 146736320 4287785920 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 94192

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1028.82
CPU time (s): 1800.03
CPU user time (s): 1780.42
CPU system time (s): 19.61
CPU usage (%): 174.961
Max. virtual memory (cumulated for all children) (KiB): 99656

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

runsolver used 1.9487 second user time and 5.53416 second system time

The end

Launcher Data

Begin job on node043 at 2010-07-02 07:40:41
IDJOB=2697040
IDBENCH=48074
IDSOLVER=1209
FILE ID=node043/2697040-1278049241
PBS_JOBID= 11198849
Free space on /tmp= 62288 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=107-P1=89-P2=97-P3=41-P4=137-P5=181-P6=11-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697040-1278049241/watcher-2697040-1278049241 -o /tmp/evaluation-result-2697040-1278049241/solver-2697040-1278049241 -C 1800 -W 2000 -M 1800  run HOME/instance-2697040-1278049241.opb

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

MD5SUM BENCH= 931666055852afe6f909d62fafedf38c
RANDOM SEED=506061219

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1518116 kB
Buffers:        133880 kB
Cached:         296924 kB
SwapCached:       6660 kB
Active:         164660 kB
Inactive:       279908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1518116 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           16624 kB
Writeback:           0 kB
AnonPages:       11984 kB
Mapped:          12100 kB
Slab:            74276 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183448 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-2697040-1278049241.opb

Free space on /tmp at the end= 62272 MiB
End job on node043 at 2010-07-02 07:57:50