Trace number 2696880

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.08 1032.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=47-P1=23-P2=47-P3=53-P4=59-P5=23-P6=37-P7=61-B.opb
MD5SUM9967eb2b89437d51526bdf8efb5c6065
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.08253
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 variables126
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)252
Sum of products size (including duplicates)504
Number of different products252
Sum of products size504

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696880-1278047145.opb.
0.00/0.00	c Instance file HOME/instance-2696880-1278047145.opb
0.00/0.00	c File size is 18837 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
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.01         s                                      |
0.00/0.02	c |  Number Variables:      378                                                 |
0.00/0.02	c |  Number Constraints:    519                                                 |
0.00/0.02	c ===============================================================================
1800.08/1032.01	c Remaining time 1799.98 sec.
1800.08/1032.01	c 
1800.08/1032.01	c *** INTERRUPTED ***
1800.08/1032.01	s UNKNOWN
1800.08/1032.01	c Total CPU time              : 1771.71 s
1800.08/1032.01	c Memory used           : 137.45 MB
1800.08/1032.01	c CPU time              : 1771.71 s
1800.08/1032.01	c 
1800.08/1032.01	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-2696880-1278047145/watcher-2696880-1278047145 -o /tmp/evaluation-result-2696880-1278047145/solver-2696880-1278047145 -C 1800 -W 2000 -M 1800 run HOME/instance-2696880-1278047145.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30469
/proc/meminfo: memFree=1439144/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) R 30467 30469 30436 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213539221 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0

[startup+0.0353841 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30469
/proc/meminfo: memFree=1439144/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101383 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30469
/proc/meminfo: memFree=1439144/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30138 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30469
/proc/meminfo: memFree=1439144/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701374 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30469
/proc/meminfo: memFree=1439144/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 30474
/proc/meminfo: memFree=1432548/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=33736 CPUtime=2.23
/proc/30470/stat : 30470 (pb_cplex) S 30469 30469 30436 0 -1 4202496 9651 0 0 0 214 9 0 0 16 0 2 0 146006705 34545664 2987 1992294400 134512640 146736320 4291660592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 8434 2987 1074 2985 0 4976 0
[pid=30470/tid=30474] ppid=30469 vsize=33736 CPUtime=0.78
/proc/30470/task/30474/stat : 30474 (pb_cplex) R 30469 30469 30436 0 -1 4202560 5436 0 0 0 74 4 0 0 17 0 2 0 146006765 34545664 2987 1992294400 134512640 146736320 4291660592 18446744073709551615 137083801 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 42436

[startup+3.10034 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 30474
/proc/meminfo: memFree=1430316/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=37476 CPUtime=4.88
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 17507 0 0 0 474 14 0 0 16 0 2 0 146006705 38375424 3940 1992294400 134512640 146736320 4291660592 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 9369 3940 1113 2985 0 5911 0
[pid=30470/tid=30474] ppid=30469 vsize=37476 CPUtime=2.25
/proc/30470/task/30474/stat : 30474 (pb_cplex) S 30469 30469 30436 0 -1 4202560 9005 0 0 0 218 7 0 0 18 0 2 0 146006765 38375424 3940 1992294400 134512640 146736320 4291660592 18446744073709551615 144580073 0 2 4096 16387 18446604437837732608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 46176

[startup+6.30129 s]
/proc/loadavg: 0.16 0.03 0.01 2/109 30474
/proc/meminfo: memFree=1426472/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=39352 CPUtime=10.11
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 26439 0 0 0 988 23 0 0 16 0 2 0 146006705 40296448 4354 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 9838 4354 1101 2985 0 6380 0
[pid=30470/tid=30474] ppid=30469 vsize=39352 CPUtime=4.88
/proc/30470/task/30474/stat : 30474 (pb_cplex) R 30469 30469 30436 0 -1 4202560 12329 0 0 0 477 11 0 0 16 0 2 0 146006765 40296448 4354 1992294400 134512640 146736320 4291660592 18446744073709551615 135845830 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.11
Current children cumulated vsize (KiB) 48052

[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.03 3/109 30476
/proc/meminfo: memFree=1421512/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=41160 CPUtime=21.06
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 40754 0 0 0 2071 35 0 0 17 0 2 0 146006705 42147840 5014 1992294400 134512640 146736320 4291660592 18446744073709551615 136015572 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 10290 5014 1074 2985 0 6832 0
[pid=30470/tid=30474] ppid=30469 vsize=41160 CPUtime=10.44
/proc/30470/task/30474/stat : 30474 (pb_cplex) R 30469 30469 30436 0 -1 4202560 18985 0 0 0 1028 16 0 0 16 0 2 0 146006765 42147840 5014 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.06
Current children cumulated vsize (KiB) 49860

[startup+25.502 s]
/proc/loadavg: 0.60 0.14 0.05 3/109 30476
/proc/meminfo: memFree=1417172/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=46124 CPUtime=42.58
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 65913 0 0 0 4198 60 0 0 17 0 2 0 146006705 47230976 6249 1992294400 134512640 146736320 4291660592 18446744073709551615 136008017 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 11531 6249 1074 2985 0 8073 0
[pid=30470/tid=30474] ppid=30469 vsize=46124 CPUtime=21
/proc/30470/task/30474/stat : 30474 (pb_cplex) S 30469 30469 30436 0 -1 4202560 31734 0 0 0 2072 28 0 0 16 0 2 0 146006765 47230976 6249 1992294400 134512640 146736320 4291660592 18446744073709551615 144580073 0 2 4096 16387 18446604437837732608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.58
Current children cumulated vsize (KiB) 54824

[startup+51.1016 s]
/proc/loadavg: 1.02 0.28 0.09 3/109 30476
/proc/meminfo: memFree=1412460/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=56832 CPUtime=88.07
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 128299 0 0 0 8699 108 0 0 25 0 2 0 146006705 58195968 8393 1992294400 134512640 146736320 4291660592 18446744073709551615 137176793 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 14208 8393 1099 2985 0 10750 0
[pid=30470/tid=30474] ppid=30469 vsize=56832 CPUtime=43.5
/proc/30470/task/30474/stat : 30474 (pb_cplex) R 30469 30469 30436 0 -1 4202560 69473 0 0 0 4295 55 0 0 25 0 2 0 146006765 58195968 8393 1992294400 134512640 146736320 4291660592 18446744073709551615 135405195 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.07
Current children cumulated vsize (KiB) 65532

[startup+102.31 s]
/proc/loadavg: 1.39 0.50 0.18 4/109 30479
/proc/meminfo: memFree=1410848/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=53740 CPUtime=179.03
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 226729 0 0 0 17656 247 0 0 16 0 2 0 146006705 55029760 8016 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 13435 8016 1099 2985 0 9977 0
[pid=30470/tid=30477] ppid=30469 vsize=53740 CPUtime=39.24
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 40844 0 0 0 3859 65 0 0 18 0 2 0 146012626 55029760 8016 1992294400 134512640 146736320 4291660592 18446744073709551615 136402275 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 62440

[startup+162.302 s]
/proc/loadavg: 1.52 0.71 0.27 3/109 30481
/proc/meminfo: memFree=1400432/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=66056 CPUtime=282.47
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 330380 0 0 0 27813 434 0 0 16 0 2 0 146006705 67641344 10922 1992294400 134512640 146736320 4291660592 18446744073709551615 135453309 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 16514 10922 1135 2985 0 13056 0
[pid=30470/tid=30477] ppid=30469 vsize=66056 CPUtime=91.43
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 92992 0 0 0 8984 159 0 0 16 0 2 0 146012626 67641344 10922 1992294400 134512640 146736320 4291660592 18446744073709551615 139023073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 74756

[startup+222.302 s]
/proc/loadavg: 1.48 0.85 0.34 3/109 30481
/proc/meminfo: memFree=1392248/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=72980 CPUtime=383.99
/proc/30470/stat : 30470 (pb_cplex) S 30469 30469 30436 0 -1 4202496 412978 0 0 0 37794 605 0 0 17 0 2 0 146006705 74731520 12509 1992294400 134512640 146736320 4291660592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 18245 12509 1120 2985 0 14787 0
[pid=30470/tid=30477] ppid=30469 vsize=72980 CPUtime=140.04
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 136848 0 0 0 13760 244 0 0 16 0 2 0 146012626 74731520 12509 1992294400 134512640 146736320 4291660592 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 383.99
Current children cumulated vsize (KiB) 81680

[startup+282.302 s]
/proc/loadavg: 1.52 0.98 0.42 3/109 30483
/proc/meminfo: memFree=1386172/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=78848 CPUtime=485.08
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 460610 0 0 0 47741 767 0 0 16 0 2 0 146006705 80740352 13987 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 19712 13987 1120 2985 0 16254 0
[pid=30470/tid=30477] ppid=30469 vsize=78848 CPUtime=189.95
/proc/30470/task/30477/stat : 30477 (pb_cplex) S 30469 30469 30436 0 -1 4202560 168772 0 0 0 18669 326 0 0 16 0 2 0 146012626 80740352 13987 1992294400 134512640 146736320 4291660592 18446744073709551615 144580073 0 2 4096 16387 18446604437837732608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 485.08
Current children cumulated vsize (KiB) 87548

[startup+342.301 s]
/proc/loadavg: 1.76 1.15 0.51 3/109 30485
/proc/meminfo: memFree=1373524/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30470] ppid=30469 vsize=117920 CPUtime=796.82
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 637779 0 0 0 78349 1333 0 0 17 0 2 0 146006705 120750080 23023 1992294400 134512640 146736320 4291660592 18446744073709551615 136001716 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30470/statm: 29480 23023 1120 2985 0 26022 0
[pid=30470/tid=30477] ppid=30469 vsize=117920 CPUtime=341.36
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 249975 0 0 0 33537 599 0 0 15 0 2 0 146012626 120750080 23023 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 796.82
Current children cumulated vsize (KiB) 126620

[startup+522.301 s]
/proc/loadavg: 1.78 1.44 0.73 3/109 30489
/proc/meminfo: memFree=1350088/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=117448 CPUtime=903.7
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 645762 0 0 0 88891 1479 0 0 18 0 2 0 146006705 120266752 22998 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 29362 22998 1120 2985 0 25904 0
[pid=30470/tid=30477] ppid=30469 vsize=117448 CPUtime=394.57
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 255393 0 0 0 38781 676 0 0 17 0 2 0 146012626 120266752 22998 1992294400 134512640 146736320 4291660592 18446744073709551615 136365642 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 903.7
Current children cumulated vsize (KiB) 126148

[startup+582.302 s]
/proc/loadavg: 1.74 1.49 0.79 3/109 30491
/proc/meminfo: memFree=1348724/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=119492 CPUtime=1010.03
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 665358 0 0 0 99369 1634 0 0 16 0 2 0 146006705 122359808 23272 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 29873 23272 1120 2985 0 26415 0
[pid=30470/tid=30477] ppid=30469 vsize=119492 CPUtime=446.93
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 266689 0 0 0 43938 755 0 0 16 0 2 0 146012626 122359808 23272 1992294400 134512640 146736320 4291660592 18446744073709551615 135526330 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1010.03
Current children cumulated vsize (KiB) 128192

[startup+642.301 s]
/proc/loadavg: 1.73 1.53 0.85 3/109 30493
/proc/meminfo: memFree=1346120/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=121968 CPUtime=1115.66
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 695026 0 0 0 109764 1802 0 0 16 0 2 0 146006705 124895232 23979 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 30492 23979 1120 2985 0 27034 0
[pid=30470/tid=30477] ppid=30469 vsize=121968 CPUtime=499.25
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 282670 0 0 0 49086 839 0 0 16 0 2 0 146012626 124895232 23979 1992294400 134512640 146736320 4291660592 18446744073709551615 135520864 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1115.66
Current children cumulated vsize (KiB) 130668

[startup+702.301 s]
/proc/loadavg: 1.71 1.57 0.90 3/109 30495
/proc/meminfo: memFree=1343640/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=125160 CPUtime=1221.05
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 714556 0 0 0 120149 1956 0 0 16 0 2 0 146006705 128163840 24619 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 31290 24619 1120 2985 0 27832 0
[pid=30470/tid=30477] ppid=30469 vsize=125160 CPUtime=551.62
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 290626 0 0 0 54248 914 0 0 16 0 2 0 146012626 128163840 24619 1992294400 134512640 146736320 4291660592 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1221.05
Current children cumulated vsize (KiB) 133860

[startup+762.309 s]
/proc/loadavg: 1.71 1.60 0.95 2/109 30497
/proc/meminfo: memFree=1340292/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=129260 CPUtime=1327.39
/proc/30470/stat : 30470 (pb_cplex) S 30469 30469 30436 0 -1 4202496 741736 0 0 0 130626 2113 0 0 16 0 2 0 146006705 132362240 25484 1992294400 134512640 146736320 4291660592 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 32315 25484 1120 2985 0 28857 0
[pid=30470/tid=30477] ppid=30469 vsize=129260 CPUtime=604.03
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 303429 0 0 0 59411 992 0 0 16 0 2 0 146012626 132362240 25484 1992294400 134512640 146736320 4291660592 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1327.39
Current children cumulated vsize (KiB) 137960

[startup+822.301 s]
/proc/loadavg: 1.61 1.60 0.99 3/109 30497
/proc/meminfo: memFree=1335704/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=133092 CPUtime=1432.57
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 766189 0 0 0 140983 2274 0 0 16 0 2 0 146006705 136286208 26543 1992294400 134512640 146736320 4291660592 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 33273 26543 1120 2985 0 29815 0
[pid=30470/tid=30477] ppid=30469 vsize=133092 CPUtime=655.35
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 314312 0 0 0 64463 1072 0 0 16 0 2 0 146012626 136286208 26543 1992294400 134512640 146736320 4291660592 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1432.57
Current children cumulated vsize (KiB) 141792

[startup+882.301 s]
/proc/loadavg: 1.82 1.66 1.05 3/109 30499
/proc/meminfo: memFree=1334216/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=134648 CPUtime=1537.71
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 784562 0 0 0 151339 2432 0 0 16 0 2 0 146006705 137879552 26886 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 33662 26886 1120 2985 0 30204 0
[pid=30470/tid=30477] ppid=30469 vsize=134648 CPUtime=707.15
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 322344 0 0 0 69560 1155 0 0 16 0 2 0 146012626 137879552 26886 1992294400 134512640 146736320 4291660592 18446744073709551615 136363460 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1537.71
Current children cumulated vsize (KiB) 143348

[startup+942.301 s]
/proc/loadavg: 1.83 1.69 1.10 3/109 30501
/proc/meminfo: memFree=1330124/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=138584 CPUtime=1643.44
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 801558 0 0 0 161742 2602 0 0 16 0 2 0 146006705 141910016 27876 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 34646 27876 1120 2985 0 31188 0
[pid=30470/tid=30477] ppid=30469 vsize=138584 CPUtime=759.17
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 330555 0 0 0 74679 1238 0 0 16 0 2 0 146012626 141910016 27876 1992294400 134512640 146736320 4291660592 18446744073709551615 139028303 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1643.44
Current children cumulated vsize (KiB) 147284

[startup+1002.3 s]
/proc/loadavg: 1.83 1.71 1.14 3/109 30503
/proc/meminfo: memFree=1329132/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=140816 CPUtime=1748.28
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 826756 0 0 0 172063 2765 0 0 16 0 2 0 146006705 144195584 28283 1992294400 134512640 146736320 4291660592 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 35204 28283 1120 2985 0 31746 0
[pid=30470/tid=30477] ppid=30469 vsize=140816 CPUtime=810.58
/proc/30470/task/30477/stat : 30477 (pb_cplex) R 30469 30469 30436 0 -1 4202560 343964 0 0 0 79740 1318 0 0 16 0 2 0 146012626 144195584 28283 1992294400 134512640 146736320 4291660592 18446744073709551615 136001974 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1748.28
Current children cumulated vsize (KiB) 149516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1032 s]
/proc/loadavg: 1.90 1.74 1.16 3/109 30503
/proc/meminfo: memFree=1328884/2059040 swapFree=4139764/4192956
[pid=30469] ppid=30467 vsize=8700 CPUtime=0
/proc/30469/stat : 30469 (run) S 30467 30469 30436 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006705 8908800 249 1992294400 4194304 4922060 140733194971344 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30469/statm: 2175 249 208 178 0 68 0
[pid=30470] ppid=30469 vsize=140748 CPUtime=1800.08
/proc/30470/stat : 30470 (pb_cplex) R 30469 30469 30436 0 -1 4202496 833182 0 0 0 177170 2838 0 0 16 0 2 0 146006705 144125952 28304 1992294400 134512640 146736320 4291660592 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30470/statm: 35187 28304 1120 2985 0 31729 0
[pid=30470/tid=30477] ppid=30469 vsize=140748 CPUtime=835.99
/proc/30470/task/30477/stat : 30477 (pb_cplex) S 30469 30469 30436 0 -1 4202560 347049 0 0 0 82244 1355 0 0 16 0 2 0 146012626 144125952 28304 1992294400 134512640 146736320 4291660592 18446744073709551615 144580073 0 2 4096 16387 18446604437837732608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 149448

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 30469 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.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1032.02
CPU time (s): 1800.08
CPU user time (s): 1771.7
CPU system time (s): 28.38
CPU usage (%): 174.423
Max. virtual memory (cumulated for all children) (KiB): 153620

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 2.11668 second user time and 5.20321 second system time

The end

Launcher Data

Begin job on node045 at 2010-07-02 07:05:45
IDJOB=2696880
IDBENCH=47914
IDSOLVER=1209
FILE ID=node045/2696880-1278047145
PBS_JOBID= 11198847
Free space on /tmp= 62488 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=47-P1=23-P2=47-P3=53-P4=59-P5=23-P6=37-P7=61-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696880-1278047145/watcher-2696880-1278047145 -o /tmp/evaluation-result-2696880-1278047145/solver-2696880-1278047145 -C 1800 -W 2000 -M 1800  run HOME/instance-2696880-1278047145.opb

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

MD5SUM BENCH= 9967eb2b89437d51526bdf8efb5c6065
RANDOM SEED=1985801389

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1441668 kB
Buffers:        144584 kB
Cached:         368880 kB
SwapCached:       6716 kB
Active:         223968 kB
Inactive:       303160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1441668 kB
SwapTotal:     4192956 kB
SwapFree:      4139764 kB
Dirty:           16644 kB
Writeback:           0 kB
AnonPages:       11864 kB
Mapped:          12048 kB
Slab:            68412 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181664 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-2696880-1278047145.opb

Free space on /tmp at the end= 62472 MiB
End job on node045 at 2010-07-02 07:22:59