Trace number 2697023

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.16 1069.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
MD5SUMea08c66c9e8e41f4a763233d2f14489d
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.32149
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 variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697023-1278049175.opb.
0.00/0.00	c Instance file HOME/instance-2697023-1278049175.opb
0.00/0.00	c File size is 30042 bytes.
0.00/0.02	c Highest Coefficient sum: 523264
0.00/0.02	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.02         s                                      |
0.00/0.03	c |  Number Variables:      540                                                 |
0.00/0.03	c |  Number Constraints:    821                                                 |
0.00/0.03	c ===============================================================================
1800.16/1069.51	c Remaining time 1799.98 sec.
1800.16/1069.51	c 
1800.16/1069.51	c *** INTERRUPTED ***
1800.16/1069.51	s UNKNOWN
1800.16/1069.51	c Total CPU time              : 1778.73 s
1800.16/1069.51	c Memory used           : 95.98 MB
1800.16/1069.51	c CPU time              : 1778.73 s
1800.16/1069.51	c 
1800.16/1069.51	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-2697023-1278049175/watcher-2697023-1278049175 -o /tmp/evaluation-result-2697023-1278049175/solver-2697023-1278049175 -C 1800 -W 2000 -M 1800 run HOME/instance-2697023-1278049175.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.99 1.93 1.66 3/106 31658
/proc/meminfo: memFree=1294656/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) R 31656 31658 31302 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120533397 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0

[startup+0.0557079 s]
/proc/loadavg: 1.99 1.93 1.66 3/106 31658
/proc/meminfo: memFree=1294656/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100708 s]
/proc/loadavg: 1.99 1.93 1.66 3/106 31658
/proc/meminfo: memFree=1294656/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301705 s]
/proc/loadavg: 1.99 1.93 1.66 3/106 31658
/proc/meminfo: memFree=1294656/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701409 s]
/proc/loadavg: 1.99 1.93 1.66 3/106 31658
/proc/meminfo: memFree=1294656/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50149 s]
/proc/loadavg: 1.99 1.93 1.66 3/109 31663
/proc/meminfo: memFree=1286820/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=35684 CPUtime=2.17
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 13105 0 0 0 208 9 0 0 17 0 2 0 180521503 36540416 3232 1992294400 134512640 146736320 4289928752 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 8921 3245 1071 2985 0 5463 0
[pid=31659/tid=31663] ppid=31658 vsize=35684 CPUtime=0.66
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 8107 0 0 0 64 2 0 0 17 0 2 0 180521568 36540416 3255 1992294400 134512640 146736320 4289928752 18446744073709551615 136084819 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 44384

[startup+3.10166 s]
/proc/loadavg: 1.99 1.93 1.66 3/109 31663
/proc/meminfo: memFree=1283968/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=38512 CPUtime=4.93
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 24659 0 0 0 477 16 0 0 17 0 2 0 180521503 39436288 3992 1992294400 134512640 146736320 4289928752 18446744073709551615 135526870 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 9628 3992 1071 2985 0 6170 0
[pid=31659/tid=31663] ppid=31658 vsize=38512 CPUtime=2.02
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 14312 0 0 0 196 6 0 0 16 0 2 0 180521568 39436288 3992 1992294400 134512640 146736320 4289928752 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 47212

[startup+6.30099 s]
/proc/loadavg: 1.99 1.93 1.66 3/109 31663
/proc/meminfo: memFree=1279380/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=41500 CPUtime=10.38
/proc/31659/stat : 31659 (pb_cplex) S 31658 31658 31302 0 -1 4202496 38506 0 0 0 1008 30 0 0 16 0 2 0 180521503 42496000 4789 1992294400 134512640 146736320 4289928752 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 10375 4789 1071 2985 0 6917 0
[pid=31659/tid=31663] ppid=31658 vsize=41500 CPUtime=4.66
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 23822 0 0 0 453 13 0 0 16 0 2 0 180521568 42496000 4789 1992294400 134512640 146736320 4289928752 18446744073709551615 136016577 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 50200

[startup+12.7006 s]
/proc/loadavg: 1.99 1.93 1.66 2/109 31663
/proc/meminfo: memFree=1272436/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=49528 CPUtime=20.48
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 65787 0 0 0 1997 51 0 0 16 0 2 0 180521503 50716672 6504 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 12382 6504 1071 2985 0 8924 0
[pid=31659/tid=31663] ppid=31658 vsize=49528 CPUtime=9.39
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 34470 0 0 0 918 21 0 0 16 0 2 0 180521568 50716672 6504 1992294400 134512640 146736320 4289928752 18446744073709551615 139023058 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 58228

[startup+25.502 s]
/proc/loadavg: 1.99 1.93 1.66 3/109 31665
/proc/meminfo: memFree=1265740/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=60792 CPUtime=41.14
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 118827 0 0 0 4028 86 0 0 16 0 2 0 180521503 62251008 8788 1992294400 134512640 146736320 4289928752 18446744073709551615 139023063 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 15198 8788 1071 2985 0 11740 0
[pid=31659/tid=31663] ppid=31658 vsize=60792 CPUtime=19.8
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 66330 0 0 0 1939 41 0 0 16 0 2 0 180521568 62251008 8788 1992294400 134512640 146736320 4289928752 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.14
Current children cumulated vsize (KiB) 69492

[startup+51.1016 s]
/proc/loadavg: 1.86 1.90 1.66 3/109 31665
/proc/meminfo: memFree=1259664/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=63180 CPUtime=81.79
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 257101 0 0 0 8000 179 0 0 16 0 2 0 180521503 64696320 9670 1992294400 134512640 146736320 4289928752 18446744073709551615 136385262 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31659/statm: 15795 9670 1074 2985 0 12337 0
[pid=31659/tid=31663] ppid=31658 vsize=63180 CPUtime=41.01
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 149371 0 0 0 4007 94 0 0 16 0 2 0 180521568 64696320 9670 1992294400 134512640 146736320 4289928752 18446744073709551615 136008072 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 81.79
Current children cumulated vsize (KiB) 71880

[startup+102.31 s]
/proc/loadavg: 1.74 1.86 1.65 4/109 31667
/proc/meminfo: memFree=1243296/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=80556 CPUtime=157.5
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 384547 0 0 0 15486 264 0 0 16 0 2 0 180521503 82489344 13646 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 20139 13646 1099 2985 0 16681 0
[pid=31659/tid=31663] ppid=31658 vsize=80556 CPUtime=74.9
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 201684 0 0 0 7360 130 0 0 18 0 2 0 180521568 82489344 13646 1992294400 134512640 146736320 4289928752 18446744073709551615 136402275 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 157.5
Current children cumulated vsize (KiB) 89256

[startup+162.302 s]
/proc/loadavg: 1.79 1.84 1.66 2/109 31667
/proc/meminfo: memFree=1242800/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=80880 CPUtime=253.34
/proc/31659/stat : 31659 (pb_cplex) S 31658 31658 31302 0 -1 4202496 461822 0 0 0 24999 335 0 0 17 0 2 0 180521503 82821120 13711 1992294400 134512640 146736320 4289928752 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 20220 13711 1099 2985 0 16762 0
[pid=31659/tid=31663] ppid=31658 vsize=80880 CPUtime=123.59
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 241382 0 0 0 12192 167 0 0 16 0 2 0 180521568 82821120 13711 1992294400 134512640 146736320 4289928752 18446744073709551615 139046527 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 253.34
Current children cumulated vsize (KiB) 89580

[startup+222.302 s]
/proc/loadavg: 1.70 1.79 1.65 3/109 31669
/proc/meminfo: memFree=1243420/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=80520 CPUtime=347.53
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 554745 0 0 0 34346 407 0 0 16 0 2 0 180521503 82452480 13624 1992294400 134512640 146736320 4289928752 18446744073709551615 136008165 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31659/statm: 20130 13624 1099 2985 0 16672 0
[pid=31659/tid=31663] ppid=31658 vsize=80520 CPUtime=168.95
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 288001 0 0 0 16689 206 0 0 17 0 2 0 180521568 82452480 13624 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 347.53
Current children cumulated vsize (KiB) 89220

[startup+282.301 s]
/proc/loadavg: 1.83 1.80 1.65 2/109 31671
/proc/meminfo: memFree=1242924/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=80320 CPUtime=444.22
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 637031 0 0 0 43945 477 0 0 16 0 2 0 180521503 82247680 13722 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 20080 13722 1099 2985 0 16622 0
[pid=31659/tid=31663] ppid=31658 vsize=80320 CPUtime=217.72
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 332874 0 0 0 21529 243 0 0 17 0 2 0 180521568 82247680 13722 1992294400 134512640 146736320 4289928752 18446744073709551615 136015692 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 444.22
Current children cumulated vsize (KiB) 89020

[startup+342.301 s]
/proc/loadavg: 1.83 1.81 1.67 2/109 31673
/proc/meminfo: memFree=1242304/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=31659] ppid=31658 vsize=86100 CPUtime=959.35
/proc/31659/stat : 31659 (pb_cplex) S 31658 31658 31302 0 -1 4202496 1434387 0 0 0 94782 1153 0 0 16 0 2 0 180521503 88166400 15007 1992294400 134512640 146736320 4289928752 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31659/statm: 21525 15007 1116 2985 0 18067 0
[pid=31659/tid=31663] ppid=31658 vsize=86100 CPUtime=475
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 704432 0 0 0 46927 573 0 0 17 0 2 0 180521568 88166400 15007 1992294400 134512640 146736320 4289928752 18446744073709551615 135467851 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 959.35
Current children cumulated vsize (KiB) 94800

[startup+642.302 s]
/proc/loadavg: 1.67 1.70 1.64 3/109 31681
/proc/meminfo: memFree=1237344/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=86552 CPUtime=1064.71
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 1627515 0 0 0 105131 1340 0 0 16 0 2 0 180521503 88629248 15236 1992294400 134512640 146736320 4289928752 18446744073709551615 135526877 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 21638 15236 1119 2985 0 18180 0
[pid=31659/tid=31663] ppid=31658 vsize=86552 CPUtime=527.47
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 808733 0 0 0 52067 680 0 0 17 0 2 0 180521568 88629248 15236 1992294400 134512640 146736320 4289928752 18446744073709551615 138377167 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1064.71
Current children cumulated vsize (KiB) 95252

[startup+702.302 s]
/proc/loadavg: 1.68 1.69 1.64 3/109 31683
/proc/meminfo: memFree=1233252/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=91216 CPUtime=1168.05
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 1742330 0 0 0 115328 1477 0 0 16 0 2 0 180521503 93405184 16269 1992294400 134512640 146736320 4289928752 18446744073709551615 135850295 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 22804 16269 1119 2985 0 19346 0
[pid=31659/tid=31663] ppid=31658 vsize=91216 CPUtime=579.04
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 859931 0 0 0 57162 742 0 0 18 0 2 0 180521568 93405184 16269 1992294400 134512640 146736320 4289928752 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1168.05
Current children cumulated vsize (KiB) 99916

[startup+762.309 s]
/proc/loadavg: 1.81 1.72 1.65 3/109 31683
/proc/meminfo: memFree=1233872/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=90896 CPUtime=1270.27
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 1817035 0 0 0 125452 1575 0 0 17 0 2 0 180521503 93077504 16254 1992294400 134512640 146736320 4289928752 18446744073709551615 135526884 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31659/statm: 22724 16254 1119 2985 0 19266 0
[pid=31659/tid=31663] ppid=31658 vsize=90896 CPUtime=629.8
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 897838 0 0 0 62193 787 0 0 16 0 2 0 180521568 93077504 16254 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1270.27
Current children cumulated vsize (KiB) 99596

[startup+822.301 s]
/proc/loadavg: 1.93 1.76 1.66 3/109 31685
/proc/meminfo: memFree=1231888/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=91840 CPUtime=1375.89
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 1860163 0 0 0 135923 1666 0 0 16 0 2 0 180521503 94044160 16493 1992294400 134512640 146736320 4289928752 18446744073709551615 135454063 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 22960 16493 1119 2985 0 19502 0
[pid=31659/tid=31663] ppid=31658 vsize=91840 CPUtime=682.17
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 921151 0 0 0 67384 833 0 0 16 0 2 0 180521568 94044160 16493 1992294400 134512640 146736320 4289928752 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1375.89
Current children cumulated vsize (KiB) 100540

[startup+882.302 s]
/proc/loadavg: 1.76 1.76 1.67 3/109 31687
/proc/meminfo: memFree=1228912/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=94616 CPUtime=1477.59
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 1925381 0 0 0 145990 1769 0 0 16 0 2 0 180521503 96886784 17237 1992294400 134512640 146736320 4289928752 18446744073709551615 135525478 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 23654 17237 1124 2985 0 20196 0
[pid=31659/tid=31663] ppid=31658 vsize=94616 CPUtime=731.79
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 956607 0 0 0 72293 886 0 0 16 0 2 0 180521568 96886784 17237 1992294400 134512640 146736320 4289928752 18446744073709551615 135844448 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1477.59
Current children cumulated vsize (KiB) 103316

[startup+942.302 s]
/proc/loadavg: 1.77 1.77 1.67 3/109 31689
/proc/meminfo: memFree=1228912/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=94424 CPUtime=1580.36
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 2002020 0 0 0 156167 1869 0 0 16 0 2 0 180521503 96690176 17242 1992294400 134512640 146736320 4289928752 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 23606 17242 1119 2985 0 20148 0
[pid=31659/tid=31663] ppid=31658 vsize=94424 CPUtime=783.04
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 988619 0 0 0 77371 933 0 0 16 0 2 0 180521568 96690176 17242 1992294400 134512640 146736320 4289928752 18446744073709551615 135850292 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1580.36
Current children cumulated vsize (KiB) 103124

[startup+1002.3 s]
/proc/loadavg: 1.72 1.76 1.67 3/109 31691
/proc/meminfo: memFree=1228416/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=95452 CPUtime=1684.77
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 2109722 0 0 0 166475 2002 0 0 16 0 2 0 180521503 97742848 17472 1992294400 134512640 146736320 4289928752 18446744073709551615 135450630 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31659/statm: 23863 17472 1119 2985 0 20405 0
[pid=31659/tid=31663] ppid=31658 vsize=95452 CPUtime=834.19
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 1020498 0 0 0 82436 983 0 0 16 0 2 0 180521568 97742848 17472 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1684.77
Current children cumulated vsize (KiB) 104152

[startup+1062.3 s]
/proc/loadavg: 1.87 1.77 1.68 3/109 31691
/proc/meminfo: memFree=1226680/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=98164 CPUtime=1787.47
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 2206397 0 0 0 176621 2126 0 0 16 0 2 0 180521503 100519936 17986 1992294400 134512640 146736320 4289928752 18446744073709551615 135468521 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31659/statm: 24541 17986 1119 2985 0 21083 0
[pid=31659/tid=31663] ppid=31658 vsize=98164 CPUtime=885.83
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 1081270 0 0 0 87528 1055 0 0 16 0 2 0 180521568 100519936 17986 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.47
Current children cumulated vsize (KiB) 106864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1069.5 s]
/proc/loadavg: 1.89 1.78 1.68 3/109 31691
/proc/meminfo: memFree=1225936/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=98280 CPUtime=1800.16
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 2216064 0 0 0 177872 2144 0 0 16 0 2 0 180521503 100638720 18087 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 24570 18087 1119 2985 0 21112 0
[pid=31659/tid=31663] ppid=31658 vsize=98280 CPUtime=892.19
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 1089802 0 0 0 88151 1068 0 0 16 0 2 0 180521568 100638720 18087 1992294400 134512640 146736320 4289928752 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 106980

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

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

[startup+1069.5 s]
/proc/loadavg: 1.89 1.78 1.68 3/109 31691
/proc/meminfo: memFree=1225936/2059040 swapFree=4134900/4192956
[pid=31658] ppid=31656 vsize=8700 CPUtime=0
/proc/31658/stat : 31658 (run) S 31656 31658 31302 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 180521502 8908800 248 1992294400 4194304 4922060 140734485109264 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31658/statm: 2175 248 208 178 0 68 0
[pid=31659] ppid=31658 vsize=98280 CPUtime=1800.16
/proc/31659/stat : 31659 (pb_cplex) R 31658 31658 31302 0 -1 4202496 2216064 0 0 0 177872 2144 0 0 16 0 2 0 180521503 100638720 18087 1992294400 134512640 146736320 4289928752 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31659/statm: 24570 18087 1119 2985 0 21112 0
[pid=31659/tid=31663] ppid=31658 vsize=98280 CPUtime=892.19
/proc/31659/task/31663/stat : 31663 (pb_cplex) R 31658 31658 31302 0 -1 4202560 1089802 0 0 0 88151 1068 0 0 16 0 2 0 180521568 100638720 18087 1992294400 134512640 146736320 4289928752 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 106980

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1069.52
CPU time (s): 1800.16
CPU user time (s): 1778.72
CPU system time (s): 21.44
CPU usage (%): 168.315
Max. virtual memory (cumulated for all children) (KiB): 119020

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= 363
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= 4
involuntary context switches= 2

runsolver used 2.01869 second user time and 5.75113 second system time

The end

Launcher Data

Begin job on node002 at 2010-07-02 07:39:35
IDJOB=2697023
IDBENCH=48057
IDSOLVER=1209
FILE ID=node002/2697023-1278049175
PBS_JOBID= 11198880
Free space on /tmp= 62448 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=127-P2=53-P3=293-P4=199-P5=107-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697023-1278049175/watcher-2697023-1278049175 -o /tmp/evaluation-result-2697023-1278049175/solver-2697023-1278049175 -C 1800 -W 2000 -M 1800  run HOME/instance-2697023-1278049175.opb

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

MD5SUM BENCH= ea08c66c9e8e41f4a763233d2f14489d
RANDOM SEED=1326020476

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1295804 kB
Buffers:        199680 kB
Cached:         447260 kB
SwapCached:      11684 kB
Active:         310700 kB
Inactive:       350568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1295804 kB
SwapTotal:     4192956 kB
SwapFree:      4134900 kB
Dirty:           16728 kB
Writeback:           0 kB
AnonPages:       12288 kB
Mapped:           8524 kB
Slab:            80172 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 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-2697023-1278049175.opb

Free space on /tmp at the end= 62432 MiB
End job on node002 at 2010-07-02 07:57:27