Trace number 2696859

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 1061.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=73-P1=113-P2=59-P3=53-P4=29-B.opb
MD5SUM25501d4a2c2486afc31eecdd3e3f0e09
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 benchmark1.40579
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 variables84
Total number of constraints9
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 constraints9
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696859-1278047141.opb.
0.00/0.00	c Instance file HOME/instance-2696859-1278047141.opb
0.00/0.00	c File size is 14533 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
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:      280                                                 |
0.00/0.02	c |  Number Constraints:    401                                                 |
0.00/0.02	c ===============================================================================
1800.04/1061.91	c Remaining time 1799.99 sec.
1800.04/1061.91	c 
1800.04/1061.91	c *** INTERRUPTED ***
1800.04/1061.91	s UNKNOWN
1800.04/1061.91	c Total CPU time              : 1772.37 s
1800.04/1061.91	c Memory used           : 48.95 MB
1800.04/1061.91	c CPU time              : 1772.37 s
1800.04/1061.91	c 
1800.04/1061.91	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-2696859-1278047141/watcher-2696859-1278047141 -o /tmp/evaluation-result-2696859-1278047141/solver-2696859-1278047141 -C 1800 -W 2000 -M 1800 run HOME/instance-2696859-1278047141.opb 

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 303
/proc/meminfo: memFree=1307156/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) R 301 303 32738 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479636885 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0

[startup+0.098606 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 303
/proc/meminfo: memFree=1307156/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101606 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 303
/proc/meminfo: memFree=1307156/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302604 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 303
/proc/meminfo: memFree=1307156/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.7016 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 303
/proc/meminfo: memFree=1307156/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50159 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 310
/proc/meminfo: memFree=1300684/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=33288 CPUtime=2.3
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 9718 0 0 0 221 9 0 0 17 0 2 0 146009167 34086912 2949 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 8322 2949 1078 2985 0 4864 0
[pid=304/tid=310] ppid=303 vsize=33288 CPUtime=0.8
/proc/304/task/310/stat : 310 (pb_cplex) R 303 303 32738 0 -1 4202560 4004 0 0 0 78 2 0 0 17 0 2 0 146009225 34086912 2949 1992294400 134512640 146736320 4287245088 18446744073709551615 135451445 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 41988

[startup+3.10058 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 310
/proc/meminfo: memFree=1297212/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=34652 CPUtime=5.04
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 18049 0 0 0 487 17 0 0 16 0 2 0 146009167 35483648 3295 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 8663 3295 1074 2985 0 5205 0
[pid=304/tid=310] ppid=303 vsize=34652 CPUtime=2.32
/proc/304/task/310/stat : 310 (pb_cplex) R 303 303 32738 0 -1 4202560 8931 0 0 0 226 6 0 0 17 0 2 0 146009225 35483648 3295 1992294400 134512640 146736320 4287245088 18446744073709551615 135454010 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 43352

[startup+6.3041 s]
/proc/loadavg: 0.39 0.08 0.03 2/109 310
/proc/meminfo: memFree=1293244/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=40600 CPUtime=10.51
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 30827 0 0 0 1025 26 0 0 16 0 2 0 146009167 41574400 4588 1992294400 134512640 146736320 4287245088 18446744073709551615 139023093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 10150 4588 1092 2985 0 6692 0
[pid=304/tid=310] ppid=303 vsize=40600 CPUtime=5
/proc/304/task/310/stat : 310 (pb_cplex) R 303 303 32738 0 -1 4202560 10701 0 0 0 490 10 0 0 15 0 2 0 146009225 41574400 4588 1992294400 134512640 146736320 4287245088 18446744073709551615 136008441 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.51
Current children cumulated vsize (KiB) 49300

[startup+12.7008 s]
/proc/loadavg: 0.44 0.10 0.03 3/109 310
/proc/meminfo: memFree=1288904/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=43992 CPUtime=21.28
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 45915 0 0 0 2087 41 0 0 16 0 2 0 146009167 45047808 5445 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 10998 5445 1095 2985 0 7540 0
[pid=304/tid=310] ppid=303 vsize=43992 CPUtime=10.33
/proc/304/task/310/stat : 310 (pb_cplex) R 303 303 32738 0 -1 4202560 16919 0 0 0 1015 18 0 0 16 0 2 0 146009225 45047808 5445 1992294400 134512640 146736320 4287245088 18446744073709551615 135846419 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 52692

[startup+25.5022 s]
/proc/loadavg: 0.94 0.22 0.07 5/109 310
/proc/meminfo: memFree=1284192/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50124 CPUtime=43.63
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 71603 0 0 0 4290 73 0 0 22 0 2 0 146009167 51326976 7033 1992294400 134512640 146736320 4287245088 18446744073709551615 135443119 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12531 7033 1211 2985 0 9073 0
[pid=304/tid=310] ppid=303 vsize=50124 CPUtime=21.05
/proc/304/task/310/stat : 310 (pb_cplex) R 303 303 32738 0 -1 4202560 32446 0 0 0 2070 35 0 0 18 0 2 0 146009225 51326976 7033 1992294400 134512640 146736320 4287245088 18446744073709551615 137056754 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.63
Current children cumulated vsize (KiB) 58824

[startup+51.1019 s]
/proc/loadavg: 1.11 0.32 0.11 3/109 313
/proc/meminfo: memFree=1284440/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=48008 CPUtime=81.02
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 116074 0 0 0 7980 122 0 0 16 0 2 0 146009167 49160192 6464 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12002 6464 1126 2985 0 8544 0
[pid=304/tid=313] ppid=303 vsize=48008 CPUtime=11.38
/proc/304/task/313/stat : 313 (pb_cplex) R 303 303 32738 0 -1 4202560 10899 0 0 0 1120 18 0 0 16 0 2 0 146012956 49160192 6464 1992294400 134512640 146736320 4287245088 18446744073709551615 135526778 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.02
Current children cumulated vsize (KiB) 56708

[startup+102.309 s]
/proc/loadavg: 1.36 0.51 0.18 3/109 315
/proc/meminfo: memFree=1285308/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=48564 CPUtime=166.15
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 190070 0 0 0 16367 248 0 0 16 0 2 0 146009167 49729536 6418 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12141 6418 1126 2985 0 8683 0
[pid=304/tid=315] ppid=303 vsize=48564 CPUtime=22.75
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 30693 0 0 0 2240 35 0 0 16 0 2 0 146016737 49729536 6418 1992294400 134512640 146736320 4287245088 18446744073709551615 139044574 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 166.15
Current children cumulated vsize (KiB) 57264

[startup+162.302 s]
/proc/loadavg: 1.76 0.78 0.29 2/109 317
/proc/meminfo: memFree=1285060/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=48052 CPUtime=272.4
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 197916 0 0 0 26843 397 0 0 16 0 2 0 146009167 49205248 6390 1992294400 134512640 146736320 4287245088 18446744073709551615 139041156 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 12013 6390 1126 2985 0 8555 0
[pid=304/tid=315] ppid=303 vsize=48052 CPUtime=75.54
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 37657 0 0 0 7441 113 0 0 16 0 2 0 146016737 49205248 6390 1992294400 134512640 146736320 4287245088 18446744073709551615 135468677 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 272.4
Current children cumulated vsize (KiB) 56752

[startup+222.301 s]
/proc/loadavg: 1.78 0.97 0.39 2/109 319
/proc/meminfo: memFree=1285060/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=48052 CPUtime=379.71
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 202443 0 0 0 37406 565 0 0 17 0 2 0 146009167 49205248 6390 1992294400 134512640 146736320 4287245088 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 12013 6390 1126 2985 0 8555 0
[pid=304/tid=315] ppid=303 vsize=48052 CPUtime=128.79
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 41758 0 0 0 12681 198 0 0 16 0 2 0 146016737 49205248 6390 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 379.71
Current children cumulated vsize (KiB) 56752

[startup+282.302 s]
/proc/loadavg: 1.89 1.15 0.48 3/109 321
/proc/meminfo: memFree=1284936/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=48052 CPUtime=485.3
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 204403 0 0 0 47806 724 0 0 17 0 2 0 146009167 49205248 6401 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12013 6401 1126 2985 0 8555 0
[pid=304/tid=315] ppid=303 vsize=48052 CPUtime=181.17
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 42882 0 0 0 17841 276 0 0 16 0 2 0 146016737 49205248 6401 1992294400 134512640 146736320 4287245088 18446744073709551615 135453309 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 485.3
Current children cumulated vsize (KiB) 56752

[startup+342.302 s]
/proc/loadavg: 1.89 1.29 0.57 3/109 323
/proc/meminfo: memFree=1283944/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=49076 CPUtime=808.61
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 245523 0 0 0 79623 1238 0 0 17 0 2 0 146009167 50253824 6578 1992294400 134512640 146736320 4287245088 18446744073709551615 135450791 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 12269 6578 1126 2985 0 8811 0
[pid=304/tid=315] ppid=303 vsize=49076 CPUtime=340.42
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 65868 0 0 0 33517 525 0 0 17 0 2 0 146016737 50253824 6578 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 808.61
Current children cumulated vsize (KiB) 57776

[startup+522.302 s]
/proc/loadavg: 1.87 1.54 0.79 3/109 328
/proc/meminfo: memFree=1283200/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50100 CPUtime=915.68
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 265100 0 0 0 90162 1406 0 0 18 0 2 0 146009167 51302400 6766 1992294400 134512640 146736320 4287245088 18446744073709551615 135850714 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 12525 6766 1126 2985 0 9067 0
[pid=304/tid=315] ppid=303 vsize=50100 CPUtime=394.02
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 83040 0 0 0 38791 611 0 0 15 0 2 0 146016737 51302400 6766 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 915.68
Current children cumulated vsize (KiB) 58800

[startup+582.302 s]
/proc/loadavg: 1.77 1.58 0.85 3/109 330
/proc/meminfo: memFree=1283200/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50100 CPUtime=1022.98
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 271333 0 0 0 100724 1574 0 0 17 0 2 0 146009167 51302400 6772 1992294400 134512640 146736320 4287245088 18446744073709551615 135526446 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 12525 6772 1126 2985 0 9067 0
[pid=304/tid=315] ppid=303 vsize=50100 CPUtime=447.36
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 87631 0 0 0 44040 696 0 0 18 0 2 0 146016737 51302400 6772 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1022.98
Current children cumulated vsize (KiB) 58800

[startup+642.301 s]
/proc/loadavg: 1.99 1.67 0.92 3/109 332
/proc/meminfo: memFree=1283200/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50100 CPUtime=1131.52
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 277112 0 0 0 111411 1741 0 0 17 0 2 0 146009167 51302400 6771 1992294400 134512640 146736320 4287245088 18446744073709551615 135854511 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 12525 6771 1126 2985 0 9067 0
[pid=304/tid=315] ppid=303 vsize=50100 CPUtime=500.98
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 90678 0 0 0 49322 776 0 0 18 0 2 0 146016737 51302400 6771 1992294400 134512640 146736320 4287245088 18446744073709551615 135983228 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1131.52
Current children cumulated vsize (KiB) 58800

[startup+702.302 s]
/proc/loadavg: 2.05 1.74 0.99 3/109 332
/proc/meminfo: memFree=1283324/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50100 CPUtime=1239.04
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 293648 0 0 0 121988 1916 0 0 16 0 2 0 146009167 51302400 6772 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12525 6772 1126 2985 0 9067 0
[pid=304/tid=315] ppid=303 vsize=50100 CPUtime=554.39
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 94234 0 0 0 54581 858 0 0 16 0 2 0 146016737 51302400 6772 1992294400 134512640 146736320 4287245088 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1239.04
Current children cumulated vsize (KiB) 58800

[startup+762.309 s]
/proc/loadavg: 1.95 1.77 1.05 2/109 334
/proc/meminfo: memFree=1283200/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50100 CPUtime=1339.64
/proc/304/stat : 304 (pb_cplex) S 303 303 32738 0 -1 4202496 373881 0 0 0 131881 2083 0 0 17 0 2 0 146009167 51302400 6772 1992294400 134512640 146736320 4287245088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/304/statm: 12525 6772 1126 2985 0 9067 0
[pid=304/tid=315] ppid=303 vsize=50100 CPUtime=604.69
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 155459 0 0 0 59518 951 0 0 16 0 2 0 146016737 51302400 6772 1992294400 134512640 146736320 4287245088 18446744073709551615 135460648 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1339.64
Current children cumulated vsize (KiB) 58800

[startup+822.302 s]
/proc/loadavg: 1.89 1.79 1.10 3/109 336
/proc/meminfo: memFree=1283944/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=48364 CPUtime=1438.99
/proc/304/stat : 304 (pb_cplex) S 303 303 32738 0 -1 4202496 402238 0 0 0 141660 2239 0 0 17 0 2 0 146009167 49524736 6506 1992294400 134512640 146736320 4287245088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12091 6506 1126 2985 0 8633 0
[pid=304/tid=315] ppid=303 vsize=48364 CPUtime=654.24
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 171885 0 0 0 64393 1031 0 0 16 0 2 0 146016737 49524736 6506 1992294400 134512640 146736320 4287245088 18446744073709551615 135451440 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1438.99
Current children cumulated vsize (KiB) 57064

[startup+882.302 s]
/proc/loadavg: 1.86 1.80 1.14 4/109 338
/proc/meminfo: memFree=1283448/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=48816 CPUtime=1532.48
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 441256 0 0 0 150878 2370 0 0 16 0 2 0 146009167 49987584 6619 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12204 6619 1126 2985 0 8746 0
[pid=304/tid=315] ppid=303 vsize=48816 CPUtime=699.73
/proc/304/task/315/stat : 315 (pb_cplex) S 303 303 32738 0 -1 4202560 183933 0 0 0 68879 1094 0 0 16 0 2 0 146016737 49987584 6619 1992294400 134512640 146736320 4287245088 18446744073709551615 144580073 0 2 4096 16387 18446604437833873344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1532.48
Current children cumulated vsize (KiB) 57516

[startup+942.302 s]
/proc/loadavg: 1.46 1.70 1.15 2/109 340
/proc/meminfo: memFree=1282208/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50420 CPUtime=1625.54
/proc/304/stat : 304 (pb_cplex) S 303 303 32738 0 -1 4202496 485410 0 0 0 160036 2518 0 0 18 0 2 0 146009167 51630080 6950 1992294400 134512640 146736320 4287245088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12605 6950 1126 2985 0 9147 0
[pid=304/tid=315] ppid=303 vsize=50420 CPUtime=743.63
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 197870 0 0 0 73201 1162 0 0 17 0 2 0 146016737 51630080 6950 1992294400 134512640 146736320 4287245088 18446744073709551615 137177444 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.54
Current children cumulated vsize (KiB) 59120

[startup+1002.3 s]
/proc/loadavg: 1.52 1.68 1.18 2/109 340
/proc/meminfo: memFree=1282208/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=49548 CPUtime=1706.36
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 559637 0 0 0 168009 2627 0 0 16 0 2 0 146009167 50737152 6802 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12387 6802 1126 2985 0 8929 0
[pid=304/tid=315] ppid=303 vsize=49548 CPUtime=782.83
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 246417 0 0 0 77064 1219 0 0 16 0 2 0 146016737 50737152 6802 1992294400 134512640 146736320 4287245088 18446744073709551615 137334230 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.36
Current children cumulated vsize (KiB) 58248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1061.9 s]
/proc/loadavg: 1.56 1.66 1.20 4/109 342
/proc/meminfo: memFree=1282208/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50120 CPUtime=1800.04
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 598508 0 0 0 177235 2769 0 0 18 0 2 0 146009167 51322880 7088 1992294400 134512640 146736320 4287245088 18446744073709551615 135450810 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12530 7088 1126 2985 0 9072 0
[pid=304/tid=315] ppid=303 vsize=50120 CPUtime=826.56
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 252001 0 0 0 81373 1283 0 0 16 0 2 0 146016737 51322880 7088 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58820

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1061.9 s]
/proc/loadavg: 1.56 1.66 1.20 4/109 342
/proc/meminfo: memFree=1282208/2059040 swapFree=4139540/4192956
[pid=303] ppid=301 vsize=8700 CPUtime=0
/proc/303/stat : 303 (run) S 301 303 32738 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146009167 8908800 249 1992294400 4194304 4922060 140735629164512 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/303/statm: 2175 249 208 178 0 68 0
[pid=304] ppid=303 vsize=50120 CPUtime=1800.04
/proc/304/stat : 304 (pb_cplex) R 303 303 32738 0 -1 4202496 598508 0 0 0 177235 2769 0 0 18 0 2 0 146009167 51322880 7088 1992294400 134512640 146736320 4287245088 18446744073709551615 135450810 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/304/statm: 12530 7088 1126 2985 0 9072 0
[pid=304/tid=315] ppid=303 vsize=50120 CPUtime=826.56
/proc/304/task/315/stat : 315 (pb_cplex) R 303 303 32738 0 -1 4202560 252001 0 0 0 81373 1283 0 0 16 0 2 0 146016737 51322880 7088 1992294400 134512640 146736320 4287245088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58820

Child status: 0
Real time (s): 1061.92
CPU time (s): 1800.08
CPU user time (s): 1772.38
CPU system time (s): 27.7008
CPU usage (%): 169.512
Max. virtual memory (cumulated for all children) (KiB): 62492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.38
system time used= 27.7008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598883
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= 636919
involuntary context switches= 28235

runsolver used 2.38564 second user time and 5.2882 second system time

The end

Launcher Data

Begin job on node035 at 2010-07-02 07:05:42
IDJOB=2696859
IDBENCH=47893
IDSOLVER=1209
FILE ID=node035/2696859-1278047141
PBS_JOBID= 11198856
Free space on /tmp= 62392 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=73-P1=113-P2=59-P3=53-P4=29-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696859-1278047141/watcher-2696859-1278047141 -o /tmp/evaluation-result-2696859-1278047141/solver-2696859-1278047141 -C 1800 -W 2000 -M 1800  run HOME/instance-2696859-1278047141.opb

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

MD5SUM BENCH= 25501d4a2c2486afc31eecdd3e3f0e09
RANDOM SEED=1685767235

node035.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.219
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.43
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.219
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:       1309496 kB
Buffers:        148628 kB
Cached:         483820 kB
SwapCached:       7448 kB
Active:         226564 kB
Inactive:       420360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1309496 kB
SwapTotal:     4192956 kB
SwapFree:      4139540 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       12620 kB
Mapped:          11952 kB
Slab:            80700 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182600 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-2696859-1278047141.opb

Free space on /tmp at the end= 62376 MiB
End job on node035 at 2010-07-02 07:23:24