Trace number 2696990

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.05 1055.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=19-P2=137-P3=191-P4=223-B.opb
MD5SUM9b762ab9d310cdc754a8481e0a3342a1
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.89785
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 variables96
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 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)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696990-1278048289.opb.
0.00/0.00	c Instance file HOME/instance-2696990-1278048289.opb
0.00/0.00	c File size is 18984 bytes.
0.00/0.01	c Highest Coefficient sum: 130560
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.01         s                                      |
0.00/0.02	c |  Number Variables:      352                                                 |
0.00/0.02	c |  Number Constraints:    521                                                 |
0.00/0.02	c ===============================================================================
1800.05/1055.21	c Remaining time 1799.99 sec.
1800.05/1055.21	c 
1800.05/1055.21	c *** INTERRUPTED ***
1800.05/1055.21	s UNKNOWN
1800.05/1055.21	c Total CPU time              : 1778.23 s
1800.05/1055.21	c Memory used           : 137.34 MB
1800.05/1055.21	c CPU time              : 1778.23 s
1800.05/1055.21	c 
1800.05/1055.21	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-2696990-1278048289/watcher-2696990-1278048289 -o /tmp/evaluation-result-2696990-1278048289/solver-2696990-1278048289 -C 1800 -W 2000 -M 1800 run HOME/instance-2696990-1278048289.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.82 1.61 1.13 3/106 25302
/proc/meminfo: memFree=1382604/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) R 25300 25302 25142 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158868885 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0

[startup+0.017214 s]
/proc/loadavg: 1.82 1.61 1.13 3/106 25302
/proc/meminfo: memFree=1382604/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102277 s]
/proc/loadavg: 1.82 1.61 1.13 3/106 25302
/proc/meminfo: memFree=1382604/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301258 s]
/proc/loadavg: 1.82 1.61 1.13 3/106 25302
/proc/meminfo: memFree=1382604/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700293 s]
/proc/loadavg: 1.82 1.61 1.13 3/106 25302
/proc/meminfo: memFree=1382604/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50137 s]
/proc/loadavg: 1.82 1.61 1.13 3/109 25309
/proc/meminfo: memFree=1375636/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=32852 CPUtime=2.23
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 9282 0 0 0 215 8 0 0 17 0 2 0 180415356 33640448 2697 1992294400 134512640 146736320 4287787840 18446744073709551615 136400574 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 8213 2699 1070 2985 0 4755 0
[pid=25303/tid=25309] ppid=25302 vsize=32852 CPUtime=0.7
/proc/25303/task/25309/stat : 25309 (pb_cplex) R 25302 25302 25142 0 -1 4202560 5165 0 0 0 68 2 0 0 17 0 2 0 180415419 33640448 2699 1992294400 134512640 146736320 4287787840 18446744073709551615 137366887 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 41552

[startup+3.10154 s]
/proc/loadavg: 1.76 1.60 1.13 3/109 25309
/proc/meminfo: memFree=1374272/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=35964 CPUtime=5.11
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 19822 0 0 0 493 18 0 0 17 0 2 0 180415356 36827136 3473 1992294400 134512640 146736320 4287787840 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 8991 3473 1074 2985 0 5533 0
[pid=25303/tid=25309] ppid=25302 vsize=35964 CPUtime=2.1
/proc/25303/task/25309/stat : 25309 (pb_cplex) R 25302 25302 25142 0 -1 4202560 11218 0 0 0 202 8 0 0 17 0 2 0 180415419 36827136 3473 1992294400 134512640 146736320 4287787840 18446744073709551615 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 44664

[startup+6.30186 s]
/proc/loadavg: 1.76 1.60 1.13 2/109 25309
/proc/meminfo: memFree=1369808/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=38808 CPUtime=10.62
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 42667 0 0 0 1026 36 0 0 17 0 2 0 180415356 39739392 4272 1992294400 134512640 146736320 4287787840 18446744073709551615 137174008 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 9702 4272 1074 2985 0 6244 0
[pid=25303/tid=25309] ppid=25302 vsize=38808 CPUtime=4.82
/proc/25303/task/25309/stat : 25309 (pb_cplex) R 25302 25302 25142 0 -1 4202560 21044 0 0 0 467 15 0 0 16 0 2 0 180415419 39739392 4272 1992294400 134512640 146736320 4287787840 18446744073709551615 136384858 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 47508

[startup+12.7015 s]
/proc/loadavg: 1.72 1.60 1.14 3/109 25309
/proc/meminfo: memFree=1360880/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=44676 CPUtime=20.67
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 55203 0 0 0 2017 50 0 0 17 0 2 0 180415356 45748224 5513 1992294400 134512640 146736320 4287787840 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25303/statm: 11169 5513 1074 2985 0 7711 0
[pid=25303/tid=25309] ppid=25302 vsize=44676 CPUtime=9.23
/proc/25303/task/25309/stat : 25309 (pb_cplex) S 25302 25302 25142 0 -1 4202560 27176 0 0 0 901 22 0 0 16 0 2 0 180415419 45748224 5513 1992294400 134512640 146736320 4287787840 18446744073709551615 144580073 0 2 4096 16387 18446604437831454784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.67
Current children cumulated vsize (KiB) 53376

[startup+25.5018 s]
/proc/loadavg: 1.69 1.59 1.14 2/109 25309
/proc/meminfo: memFree=1359144/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=49760 CPUtime=41.31
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 96323 0 0 0 4049 82 0 0 16 0 2 0 180415356 50954240 6802 1992294400 134512640 146736320 4287787840 18446744073709551615 139028313 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 12440 6802 1074 2985 0 8982 0
[pid=25303/tid=25309] ppid=25302 vsize=49760 CPUtime=19.01
/proc/25303/task/25309/stat : 25309 (pb_cplex) R 25302 25302 25142 0 -1 4202560 48398 0 0 0 1863 38 0 0 17 0 2 0 180415419 50954240 6802 1992294400 134512640 146736320 4287787840 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.31
Current children cumulated vsize (KiB) 58460

[startup+51.1013 s]
/proc/loadavg: 1.65 1.59 1.15 2/109 25311
/proc/meminfo: memFree=1354184/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=52144 CPUtime=81.23
/proc/25303/stat : 25303 (pb_cplex) S 25302 25302 25142 0 -1 4202496 205528 0 0 0 7979 144 0 0 25 0 2 0 180415356 53395456 7357 1992294400 134512640 146736320 4287787840 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 13036 7357 1119 2985 0 9578 0
[pid=25303/tid=25309] ppid=25302 vsize=52144 CPUtime=40.33
/proc/25303/task/25309/stat : 25309 (pb_cplex) R 25302 25302 25142 0 -1 4202560 117844 0 0 0 3959 74 0 0 25 0 2 0 180415419 53395456 7357 1992294400 134512640 146736320 4287787840 18446744073709551615 137366894 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 81.23
Current children cumulated vsize (KiB) 60844

[startup+102.31 s]
/proc/loadavg: 1.74 1.63 1.19 2/109 25312
/proc/meminfo: memFree=1349968/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=59428 CPUtime=164.72
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 294167 0 0 0 16235 237 0 0 18 0 2 0 180415356 60854272 8993 1992294400 134512640 146736320 4287787840 18446744073709551615 136017766 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25303/statm: 14857 8993 1120 2985 0 11399 0
[pid=25303/tid=25312] ppid=25302 vsize=59428 CPUtime=39.74
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 40970 0 0 0 3929 45 0 0 16 0 2 0 180420607 60854272 8993 1992294400 134512640 146736320 4287787840 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 164.72
Current children cumulated vsize (KiB) 68128

[startup+162.302 s]
/proc/loadavg: 1.86 1.69 1.23 3/109 25314
/proc/meminfo: memFree=1348604/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=63880 CPUtime=271.46
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 427241 0 0 0 26758 388 0 0 18 0 2 0 180415356 65413120 9855 1992294400 134512640 146736320 4287787840 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25303/statm: 15970 9855 1120 2985 0 12512 0
[pid=25303/tid=25312] ppid=25302 vsize=63880 CPUtime=92.49
/proc/25303/task/25312/stat : 25312 (pb_cplex) S 25302 25302 25142 0 -1 4202560 98023 0 0 0 9134 115 0 0 16 0 2 0 180420607 65413120 9855 1992294400 134512640 146736320 4287787840 18446744073709551615 144580073 0 2 4096 16387 18446604437831454784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 271.46
Current children cumulated vsize (KiB) 72580

[startup+222.302 s]
/proc/loadavg: 1.88 1.71 1.27 3/109 25316
/proc/meminfo: memFree=1344388/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=64648 CPUtime=372.86
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 558705 0 0 0 36753 533 0 0 16 0 2 0 180415356 66199552 10332 1992294400 134512640 146736320 4287787840 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 16162 10332 1120 2985 0 12704 0
[pid=25303/tid=25312] ppid=25302 vsize=64648 CPUtime=143.93
/proc/25303/task/25312/stat : 25312 (pb_cplex) S 25302 25302 25142 0 -1 4202560 168124 0 0 0 14202 191 0 0 16 0 2 0 180420607 66199552 10332 1992294400 134512640 146736320 4287787840 18446744073709551615 144580073 0 2 4096 16387 18446604437831454784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 372.86
Current children cumulated vsize (KiB) 73348

[startup+282.302 s]
/proc/loadavg: 1.80 1.70 1.29 3/109 25318
/proc/meminfo: memFree=1343768/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=65264 CPUtime=473.93
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 648395 0 0 0 46727 666 0 0 16 0 2 0 180415356 66830336 10565 1992294400 134512640 146736320 4287787840 18446744073709551615 135450781 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 16316 10565 1120 2985 0 12858 0
[pid=25303/tid=25312] ppid=25302 vsize=65264 CPUtime=192.67
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 213319 0 0 0 19011 256 0 0 16 0 2 0 180420607 66830336 10565 1992294400 134512640 146736320 4287787840 18446744073709551615 136000315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 473.93
Current children cumulated vsize (KiB) 73964

[startup+342.302 s]
/proc/loadavg: 1.72 1.69 1.31 4/109 25320
/proc/meminfo: memFree=1336328/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=25303] ppid=25302 vsize=82136 CPUtime=774.7
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 817399 0 0 0 76463 1007 0 0 16 0 2 0 180415356 84107264 14579 1992294400 134512640 146736320 4287787840 18446744073709551615 136002752 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25303/statm: 20534 14579 1120 2985 0 17076 0
[pid=25303/tid=25312] ppid=25302 vsize=82136 CPUtime=339.86
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 302478 0 0 0 33561 425 0 0 16 0 2 0 180420607 84107264 14579 1992294400 134512640 146736320 4287787840 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 774.7
Current children cumulated vsize (KiB) 90836

[startup+522.302 s]
/proc/loadavg: 1.82 1.77 1.40 2/109 25324
/proc/meminfo: memFree=1325664/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=84644 CPUtime=874.25
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 863965 0 0 0 86312 1113 0 0 16 0 2 0 180415356 86675456 15131 1992294400 134512640 146736320 4287787840 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 21161 15131 1120 2985 0 17703 0
[pid=25303/tid=25312] ppid=25302 vsize=84644 CPUtime=388.5
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 325062 0 0 0 38373 477 0 0 16 0 2 0 180420607 86675456 15131 1992294400 134512640 146736320 4287787840 18446744073709551615 136015732 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 874.25
Current children cumulated vsize (KiB) 93344

[startup+582.302 s]
/proc/loadavg: 1.78 1.76 1.42 3/109 25326
/proc/meminfo: memFree=1320332/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=89628 CPUtime=975.7
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 939907 0 0 0 96333 1237 0 0 16 0 2 0 180415356 91779072 16320 1992294400 134512640 146736320 4287787840 18446744073709551615 136402273 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25303/statm: 22407 16320 1123 2985 0 18949 0
[pid=25303/tid=25312] ppid=25302 vsize=89628 CPUtime=438.01
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 369991 0 0 0 43260 541 0 0 17 0 2 0 180420607 91779072 16320 1992294400 134512640 146736320 4287787840 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 975.7
Current children cumulated vsize (KiB) 98328

[startup+642.301 s]
/proc/loadavg: 1.60 1.71 1.42 2/109 25328
/proc/meminfo: memFree=1316116/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=95568 CPUtime=1077.88
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 989441 0 0 0 106433 1355 0 0 16 0 2 0 180415356 97861632 17666 1992294400 134512640 146736320 4287787840 18446744073709551615 136400502 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 23892 17666 1126 2985 0 20434 0
[pid=25303/tid=25312] ppid=25302 vsize=95568 CPUtime=488.49
/proc/25303/task/25312/stat : 25312 (pb_cplex) S 25302 25302 25142 0 -1 4202560 403406 0 0 0 48244 605 0 0 16 0 2 0 180420607 97861632 17666 1992294400 134512640 146736320 4287787840 18446744073709551615 144580073 0 2 4096 16387 18446604437831454784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1077.88
Current children cumulated vsize (KiB) 104268

[startup+702.301 s]
/proc/loadavg: 1.70 1.71 1.44 3/109 25328
/proc/meminfo: memFree=1309544/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=101148 CPUtime=1182.18
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 1032533 0 0 0 116736 1482 0 0 16 0 2 0 180415356 103575552 19137 1992294400 134512640 146736320 4287787840 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 25287 19137 1123 2985 0 21829 0
[pid=25303/tid=25312] ppid=25302 vsize=101148 CPUtime=539.44
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 427584 0 0 0 53277 667 0 0 16 0 2 0 180420607 103575552 19137 1992294400 134512640 146736320 4287787840 18446744073709551615 136002911 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 109848

[startup+762.309 s]
/proc/loadavg: 1.81 1.73 1.46 2/109 25330
/proc/meminfo: memFree=1302972/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=107872 CPUtime=1287.22
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 1061789 0 0 0 127118 1604 0 0 17 0 2 0 180415356 110460928 20751 1992294400 134512640 146736320 4287787840 18446744073709551615 136389768 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25303/statm: 26968 20751 1123 2985 0 23510 0
[pid=25303/tid=25312] ppid=25302 vsize=107872 CPUtime=591.1
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 440679 0 0 0 58384 726 0 0 16 0 2 0 180420607 110460928 20751 1992294400 134512640 146736320 4287787840 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1287.22
Current children cumulated vsize (KiB) 116572

[startup+822.301 s]
/proc/loadavg: 1.81 1.74 1.48 3/109 25332
/proc/meminfo: memFree=1295284/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=116316 CPUtime=1391.82
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 1098118 0 0 0 137459 1723 0 0 17 0 2 0 180415356 119107584 22692 1992294400 134512640 146736320 4287787840 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 29079 22692 1123 2985 0 25621 0
[pid=25303/tid=25312] ppid=25302 vsize=116316 CPUtime=642.69
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 457521 0 0 0 63485 784 0 0 16 0 2 0 180420607 119107584 22692 1992294400 134512640 146736320 4287787840 18446744073709551615 136017505 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1391.82
Current children cumulated vsize (KiB) 125016

[startup+882.301 s]
/proc/loadavg: 1.70 1.72 1.48 3/109 25334
/proc/meminfo: memFree=1288216/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=123136 CPUtime=1496.89
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 1129277 0 0 0 147850 1839 0 0 16 0 2 0 180415356 126091264 24325 1992294400 134512640 146736320 4287787840 18446744073709551615 135468076 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 30784 24325 1123 2985 0 27326 0
[pid=25303/tid=25312] ppid=25302 vsize=123136 CPUtime=694.89
/proc/25303/task/25312/stat : 25312 (pb_cplex) S 25302 25302 25142 0 -1 4202560 470125 0 0 0 68646 843 0 0 16 0 2 0 180420607 126091264 24325 1992294400 134512640 146736320 4287787840 18446744073709551615 144580073 0 2 4096 16387 18446604437831454784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1496.89
Current children cumulated vsize (KiB) 131836

[startup+942.301 s]
/proc/loadavg: 1.90 1.77 1.51 3/109 25336
/proc/meminfo: memFree=1284992/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=127924 CPUtime=1602.65
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 1170659 0 0 0 158296 1969 0 0 16 0 2 0 180415356 130994176 25349 1992294400 134512640 146736320 4287787840 18446744073709551615 135450791 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 31981 25349 1123 2985 0 28523 0
[pid=25303/tid=25312] ppid=25302 vsize=127924 CPUtime=747.58
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 485845 0 0 0 73854 904 0 0 16 0 2 0 180420607 130994176 25349 1992294400 134512640 146736320 4287787840 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1602.65
Current children cumulated vsize (KiB) 136624

[startup+1002.3 s]
/proc/loadavg: 2.01 1.82 1.55 3/109 25336
/proc/meminfo: memFree=1278544/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=133996 CPUtime=1707.56
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 1190964 0 0 0 168670 2086 0 0 16 0 2 0 180415356 137211904 26852 1992294400 134512640 146736320 4287787840 18446744073709551615 135443330 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 33499 26852 1123 2985 0 30041 0
[pid=25303/tid=25312] ppid=25302 vsize=133996 CPUtime=799.44
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 495291 0 0 0 78983 961 0 0 16 0 2 0 180420607 137211904 26852 1992294400 134512640 146736320 4287787840 18446744073709551615 139023093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1707.56
Current children cumulated vsize (KiB) 142696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1055.2 s]
/proc/loadavg: 1.89 1.82 1.56 4/109 25338
/proc/meminfo: memFree=1271972/2059040 swapFree=4134216/4192956
[pid=25302] ppid=25300 vsize=8700 CPUtime=0
/proc/25302/stat : 25302 (run) S 25300 25302 25142 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 180415356 8908800 249 1992294400 4194304 4922060 140734743032896 18446744073709551615 230158867589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25302/statm: 2175 249 208 178 0 68 0
[pid=25303] ppid=25302 vsize=140632 CPUtime=1800.05
/proc/25303/stat : 25303 (pb_cplex) R 25302 25302 25142 0 -1 4202496 1208539 0 0 0 177822 2183 0 0 16 0 2 0 180415356 144007168 28409 1992294400 134512640 146736320 4287787840 18446744073709551615 135850292 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25303/statm: 35158 28409 1124 2985 0 31700 0
[pid=25303/tid=25312] ppid=25302 vsize=140632 CPUtime=844.89
/proc/25303/task/25312/stat : 25312 (pb_cplex) R 25302 25302 25142 0 -1 4202560 504113 0 0 0 83480 1009 0 0 16 0 2 0 180420607 144007168 28409 1992294400 134512640 146736320 4287787840 18446744073709551615 139028294 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 149332

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

Real time (s): 1055.22
CPU time (s): 1800.05
CPU user time (s): 1778.22
CPU system time (s): 21.83
CPU usage (%): 170.585
Max. virtual memory (cumulated for all children) (KiB): 152112

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= 366
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.12868 second user time and 5.36318 second system time

The end

Launcher Data

Begin job on node017 at 2010-07-02 07:24:49
IDJOB=2696990
IDBENCH=48024
IDSOLVER=1209
FILE ID=node017/2696990-1278048289
PBS_JOBID= 11198867
Free space on /tmp= 62300 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=149-P1=19-P2=137-P3=191-P4=223-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696990-1278048289/watcher-2696990-1278048289 -o /tmp/evaluation-result-2696990-1278048289/solver-2696990-1278048289 -C 1800 -W 2000 -M 1800  run HOME/instance-2696990-1278048289.opb

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

MD5SUM BENCH= 9b762ab9d310cdc754a8481e0a3342a1
RANDOM SEED=723323900

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1383628 kB
Buffers:        150868 kB
Cached:         414772 kB
SwapCached:      12088 kB
Active:         263620 kB
Inactive:       316892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1383628 kB
SwapTotal:     4192956 kB
SwapFree:      4134216 kB
Dirty:           16744 kB
Writeback:           0 kB
AnonPages:       13204 kB
Mapped:           8440 kB
Slab:            73100 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183616 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-2696990-1278048289.opb

Free space on /tmp at the end= 62284 MiB
End job on node017 at 2010-07-02 07:42:27