Trace number 2696924

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.18 1170.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=47-P1=43-P2=113-P3=61-B.opb
MD5SUMaca556d38b23293c39a313a437063f67
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.097984
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 variables63
Total number of constraints7
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 constraints7
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)147
Sum of products size (including duplicates)294
Number of different products147
Sum of products size294

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696924-1278047646.opb.
0.00/0.00	c Instance file HOME/instance-2696924-1278047646.opb
0.00/0.00	c File size is 10836 bytes.
0.00/0.00	c Highest Coefficient sum: 32512
0.00/0.00	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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      210                                                 |
0.00/0.01	c |  Number Constraints:    301                                                 |
0.00/0.01	c ===============================================================================
1800.14/1170.61	c Remaining time 1799.99 sec.
1800.14/1170.61	c 
1800.14/1170.61	c *** INTERRUPTED ***
1800.14/1170.61	s UNKNOWN
1800.14/1170.61	c Total CPU time              : 1765.04 s
1800.14/1170.61	c Memory used           : 39.83 MB
1800.14/1170.61	c CPU time              : 1765.04 s
1800.14/1170.61	c 
1800.14/1170.61	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-2696924-1278047646/watcher-2696924-1278047646 -o /tmp/evaluation-result-2696924-1278047646/solver-2696924-1278047646 -C 1800 -W 2000 -M 1800 run HOME/instance-2696924-1278047646.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.83 1.50 0.76 3/105 535
/proc/meminfo: memFree=1651148/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) R 533 535 398 0 -1 4202496 348 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595514261 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0

[startup+0.077088 s]
/proc/loadavg: 1.83 1.50 0.76 3/105 535
/proc/meminfo: memFree=1651148/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10305 s]
/proc/loadavg: 1.83 1.50 0.76 3/105 535
/proc/meminfo: memFree=1651148/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.307531 s]
/proc/loadavg: 1.83 1.50 0.76 3/105 535
/proc/meminfo: memFree=1651148/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.747293 s]
/proc/loadavg: 1.83 1.50 0.76 3/105 535
/proc/meminfo: memFree=1651148/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50173 s]
/proc/loadavg: 1.83 1.50 0.76 3/108 542
/proc/meminfo: memFree=1645048/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=33600 CPUtime=2.4
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 8986 0 0 0 230 10 0 0 17 0 2 0 146058357 34406400 2957 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 8400 2957 1072 2985 0 4942 0
[pid=536/tid=542] ppid=535 vsize=33600 CPUtime=0.92
/proc/536/task/542/stat : 542 (pb_cplex) R 535 535 398 0 -1 4202560 2491 0 0 0 90 2 0 0 18 0 2 0 146058402 34406400 2957 1992294400 134512640 146736320 4293808048 18446744073709551615 135846455 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 42300

[startup+3.10091 s]
/proc/loadavg: 1.84 1.51 0.77 3/108 542
/proc/meminfo: memFree=1641816/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=35768 CPUtime=5.24
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 20416 0 0 0 508 16 0 0 17 0 2 0 146058357 36626432 3448 1992294400 134512640 146736320 4293808048 18446744073709551615 136364656 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 8942 3448 1071 2985 0 5484 0
[pid=536/tid=542] ppid=535 vsize=35768 CPUtime=2.35
/proc/536/task/542/stat : 542 (pb_cplex) R 535 535 398 0 -1 4202560 11058 0 0 0 228 7 0 0 17 0 2 0 146058402 36626432 3448 1992294400 134512640 146736320 4293808048 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 44468

[startup+6.30127 s]
/proc/loadavg: 1.84 1.51 0.77 3/108 542
/proc/meminfo: memFree=1636236/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40160 CPUtime=10.75
/proc/536/stat : 536 (pb_cplex) S 535 535 398 0 -1 4202496 31482 0 0 0 1048 27 0 0 16 0 2 0 146058357 41123840 4543 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 10040 4543 1071 2985 0 6582 0
[pid=536/tid=542] ppid=535 vsize=40160 CPUtime=5.24
/proc/536/task/542/stat : 542 (pb_cplex) R 535 535 398 0 -1 4202560 17553 0 0 0 510 14 0 0 18 0 2 0 146058402 41123840 4543 1992294400 134512640 146736320 4293808048 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 48860

[startup+12.701 s]
/proc/loadavg: 1.85 1.52 0.78 3/108 542
/proc/meminfo: memFree=1634012/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=42148 CPUtime=21.8
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 46965 0 0 0 2136 44 0 0 16 0 2 0 146058357 43159552 5039 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 10537 5039 1071 2985 0 7079 0
[pid=536/tid=542] ppid=535 vsize=42148 CPUtime=10.75
/proc/536/task/542/stat : 542 (pb_cplex) R 535 535 398 0 -1 4202560 23723 0 0 0 1053 22 0 0 16 0 2 0 146058402 43159552 5039 1992294400 134512640 146736320 4293808048 18446744073709551615 136018935 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (KiB) 50848

[startup+25.5014 s]
/proc/loadavg: 1.88 1.54 0.80 2/108 544
/proc/meminfo: memFree=1638352/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=38648 CPUtime=42.84
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 64676 0 0 0 4208 76 0 0 16 0 2 0 146058357 39575552 4110 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 9662 4110 1103 2985 0 6204 0
[pid=536/tid=544] ppid=535 vsize=38648 CPUtime=4.12
/proc/536/task/544/stat : 544 (pb_cplex) R 535 535 398 0 -1 4202560 2349 0 0 0 406 6 0 0 16 0 2 0 146060434 39575552 4110 1992294400 134512640 146736320 4293808048 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.84
Current children cumulated vsize (KiB) 47348

[startup+51.1012 s]
/proc/loadavg: 1.84 1.56 0.82 3/108 544
/proc/meminfo: memFree=1635252/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40884 CPUtime=87.43
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 100925 0 0 0 8602 141 0 0 18 0 2 0 146058357 41865216 4717 1992294400 134512640 146736320 4293808048 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10221 4717 1125 2985 0 6763 0
[pid=536/tid=544] ppid=535 vsize=40884 CPUtime=26.23
/proc/536/task/544/stat : 544 (pb_cplex) R 535 535 398 0 -1 4202560 18310 0 0 0 2583 40 0 0 17 0 2 0 146060434 41865216 4717 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.43
Current children cumulated vsize (KiB) 49584

[startup+102.309 s]
/proc/loadavg: 1.87 1.61 0.88 2/108 546
/proc/meminfo: memFree=1634880/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=41664 CPUtime=179.93
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 137749 0 0 0 17705 288 0 0 17 0 2 0 146058357 42663936 4921 1992294400 134512640 146736320 4293808048 18446744073709551615 135999248 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10416 4921 1125 2985 0 6958 0
[pid=536/tid=544] ppid=535 vsize=41664 CPUtime=72.91
/proc/536/task/544/stat : 544 (pb_cplex) R 535 535 398 0 -1 4202560 41568 0 0 0 7177 114 0 0 18 0 2 0 146060434 42663936 4921 1992294400 134512640 146736320 4293808048 18446744073709551615 136364179 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 179.93
Current children cumulated vsize (KiB) 50364

[startup+162.301 s]
/proc/loadavg: 1.90 1.66 0.94 3/108 548
/proc/meminfo: memFree=1634508/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=41528 CPUtime=284.11
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 173631 0 0 0 27956 455 0 0 17 0 2 0 146058357 42524672 4885 1992294400 134512640 146736320 4293808048 18446744073709551615 135846468 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 10382 4885 1126 2985 0 6924 0
[pid=536/tid=544] ppid=535 vsize=41528 CPUtime=123.41
/proc/536/task/544/stat : 544 (pb_cplex) R 535 535 398 0 -1 4202560 54776 0 0 0 12148 193 0 0 16 0 2 0 146060434 42524672 4885 1992294400 134512640 146736320 4293808048 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 284.11
Current children cumulated vsize (KiB) 50228

[startup+222.301 s]
/proc/loadavg: 1.82 1.69 1.00 2/108 548
/proc/meminfo: memFree=1633020/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=44284 CPUtime=385.89
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 213592 0 0 0 37975 614 0 0 16 0 2 0 146058357 45346816 5429 1992294400 134512640 146736320 4293808048 18446744073709551615 135525292 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 11071 5429 1139 2985 0 7613 0
[pid=536/tid=544] ppid=535 vsize=44284 CPUtime=174.03
/proc/536/task/544/stat : 544 (pb_cplex) S 535 535 398 0 -1 4202560 74507 0 0 0 17130 273 0 0 17 0 2 0 146060434 45346816 5429 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 2 4096 16387 18446604437831823744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 385.89
Current children cumulated vsize (KiB) 52984

[startup+282.302 s]
/proc/loadavg: 1.73 1.69 1.04 3/108 550
/proc/meminfo: memFree=1634012/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=42180 CPUtime=484.93
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 271678 0 0 0 47723 770 0 0 17 0 2 0 146058357 43192320 5067 1992294400 134512640 146736320 4293808048 18446744073709551615 136015687 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 10545 5067 1126 2985 0 7087 0
[pid=536/tid=544] ppid=535 vsize=42180 CPUtime=224.93
/proc/536/task/544/stat : 544 (pb_cplex) R 535 535 398 0 -1 4202560 111342 0 0 0 22140 353 0 0 16 0 2 0 146060434 43192320 5067 1992294400 134512640 146736320 4293808048 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 484.93
Current children cumulated vsize (KiB) 50880

[startup+342.301 s]
/proc/loadavg: 1.71 1.69 1.07 3/108 552
/proc/meminfo: memFree=1633516/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40416 CPUtime=856.88
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 641606 0 0 0 84233 1455 0 0 16 0 2 0 146058357 41385984 4638 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10104 4638 1126 2985 0 6646 0
[pid=536/tid=558] ppid=535 vsize=40416 CPUtime=81.37
/proc/536/task/558/stat : 558 (pb_cplex) S 535 535 398 0 -1 4202560 152362 0 0 0 7965 172 0 0 16 0 2 0 146098055 41385984 4638 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 2 4096 16387 18446604437831823744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 856.88
Current children cumulated vsize (KiB) 49116

[startup+582.302 s]
/proc/loadavg: 1.46 1.58 1.16 2/108 562
/proc/meminfo: memFree=1634632/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=43016 CPUtime=936.15
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 890587 0 0 0 91967 1648 0 0 17 0 2 0 146058357 44048384 5154 1992294400 134512640 146736320 4293808048 18446744073709551615 137298842 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10754 5154 1130 2985 0 7296 0
[pid=536/tid=558] ppid=535 vsize=43016 CPUtime=123.63
/proc/536/task/558/stat : 558 (pb_cplex) S 535 535 398 0 -1 4202560 293732 0 0 0 12084 279 0 0 18 0 2 0 146098055 44048384 5154 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 2 4096 16387 18446604437831823744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 936.15
Current children cumulated vsize (KiB) 51716

[startup+642.302 s]
/proc/loadavg: 1.50 1.55 1.18 2/108 564
/proc/meminfo: memFree=1635996/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40456 CPUtime=1023.41
/proc/536/stat : 536 (pb_cplex) S 535 535 398 0 -1 4202496 1017321 0 0 0 100516 1825 0 0 16 0 2 0 146058357 41426944 4628 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10114 4628 1126 2985 0 6656 0
[pid=536/tid=558] ppid=535 vsize=40456 CPUtime=168.24
/proc/536/task/558/stat : 558 (pb_cplex) R 535 535 398 0 -1 4202560 374826 0 0 0 16449 375 0 0 16 0 2 0 146098055 41426944 4633 1992294400 134512640 146736320 4293808048 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1023.41
Current children cumulated vsize (KiB) 49156

[startup+702.302 s]
/proc/loadavg: 1.58 1.57 1.20 3/108 566
/proc/meminfo: memFree=1635500/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=41208 CPUtime=1111.38
/proc/536/stat : 536 (pb_cplex) S 535 535 398 0 -1 4202496 1183461 0 0 0 109111 2027 0 0 16 0 2 0 146058357 42196992 4775 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10302 4775 1126 2985 0 6844 0
[pid=536/tid=558] ppid=535 vsize=41208 CPUtime=214.36
/proc/536/task/558/stat : 558 (pb_cplex) R 535 535 398 0 -1 4202560 466959 0 0 0 20959 477 0 0 16 0 2 0 146098055 42196992 4775 1992294400 134512640 146736320 4293808048 18446744073709551615 139023053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1111.38
Current children cumulated vsize (KiB) 49908

[startup+762.31 s]
/proc/loadavg: 1.46 1.54 1.22 3/108 568
/proc/meminfo: memFree=1635996/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=39600 CPUtime=1198.85
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 1347662 0 0 0 117662 2223 0 0 16 0 2 0 146058357 40550400 4460 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 9900 4460 1126 2985 0 6442 0
[pid=536/tid=558] ppid=535 vsize=39600 CPUtime=260.05
/proc/536/task/558/stat : 558 (pb_cplex) R 535 535 398 0 -1 4202560 565394 0 0 0 25423 582 0 0 16 0 2 0 146098055 40550400 4460 1992294400 134512640 146736320 4293808048 18446744073709551615 135983228 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1198.85
Current children cumulated vsize (KiB) 48300

[startup+822.301 s]
/proc/loadavg: 1.30 1.48 1.21 2/108 568
/proc/meminfo: memFree=1635004/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40624 CPUtime=1280.93
/proc/536/stat : 536 (pb_cplex) S 535 535 398 0 -1 4202496 1510829 0 0 0 125698 2395 0 0 16 0 2 0 146058357 41598976 4612 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10156 4612 1127 2985 0 6698 0
[pid=536/tid=558] ppid=535 vsize=40624 CPUtime=304.81
/proc/536/task/558/stat : 558 (pb_cplex) R 535 535 398 0 -1 4202560 685038 0 0 0 29799 682 0 0 17 0 2 0 146098055 41598976 4612 1992294400 134512640 146736320 4293808048 18446744073709551615 139044576 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1280.93
Current children cumulated vsize (KiB) 49324

[startup+882.302 s]
/proc/loadavg: 1.69 1.55 1.25 3/108 570
/proc/meminfo: memFree=1635872/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=39600 CPUtime=1382.92
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 1606254 0 0 0 135654 2638 0 0 18 0 2 0 146058357 40550400 4475 1992294400 134512640 146736320 4293808048 18446744073709551615 144797937 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 9900 4475 1127 2985 0 6442 0
[pid=536/tid=558] ppid=535 vsize=39600 CPUtime=355
/proc/536/task/558/stat : 558 (pb_cplex) R 535 535 398 0 -1 4202560 732462 0 0 0 34701 799 0 0 17 0 2 0 146098055 40550400 4475 1992294400 134512640 146736320 4293808048 18446744073709551615 135526330 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1382.92
Current children cumulated vsize (KiB) 48300

[startup+942.302 s]
/proc/loadavg: 1.65 1.56 1.27 3/108 572
/proc/meminfo: memFree=1635624/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40700 CPUtime=1476.37
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 1716996 0 0 0 144790 2847 0 0 16 0 2 0 146058357 41676800 4716 1992294400 134512640 146736320 4293808048 18446744073709551615 136737275 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 10175 4716 1127 2985 0 6717 0
[pid=536/tid=558] ppid=535 vsize=40700 CPUtime=400.81
/proc/536/task/558/stat : 558 (pb_cplex) S 535 535 398 0 -1 4202560 798057 0 0 0 39176 905 0 0 16 0 2 0 146098055 41676800 4716 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 2 4096 16387 18446604437831823744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1476.37
Current children cumulated vsize (KiB) 49400

[startup+1002.3 s]
/proc/loadavg: 1.75 1.59 1.30 3/108 574
/proc/meminfo: memFree=1635748/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=41208 CPUtime=1563.31
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 1807214 0 0 0 153304 3027 0 0 18 0 2 0 146058357 42196992 4769 1992294400 134512640 146736320 4293808048 18446744073709551615 136015701 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/536/statm: 10302 4769 1127 2985 0 6844 0
[pid=536/tid=558] ppid=535 vsize=41208 CPUtime=438.93
/proc/536/task/558/stat : 558 (pb_cplex) S 535 535 398 0 -1 4202560 834858 0 0 0 42901 992 0 0 16 0 2 0 146098055 42196992 4769 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 2 4096 16387 18446604437831823744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1563.31
Current children cumulated vsize (KiB) 49908

[startup+1062.3 s]
/proc/loadavg: 1.68 1.60 1.32 3/108 576
/proc/meminfo: memFree=1635376/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40184 CPUtime=1646.59
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 1973289 0 0 0 161455 3204 0 0 16 0 2 0 146058357 41148416 4631 1992294400 134512640 146736320 4293808048 18446744073709551615 144716444 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10046 4631 1127 2985 0 6588 0
[pid=536/tid=558] ppid=535 vsize=40184 CPUtime=478.35
/proc/536/task/558/stat : 558 (pb_cplex) S 535 535 398 0 -1 4202560 904172 0 0 0 46760 1075 0 0 16 0 2 0 146098055 41148416 4631 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 2 4096 16387 18446604437831823744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1646.59
Current children cumulated vsize (KiB) 48884

[startup+1122.3 s]
/proc/loadavg: 1.44 1.54 1.31 2/108 579
/proc/meminfo: memFree=1634624/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=41088 CPUtime=1730.7
/proc/536/stat : 536 (pb_cplex) S 535 535 398 0 -1 4202496 2089761 0 0 0 169708 3362 0 0 16 0 2 0 146058357 42074112 4846 1992294400 134512640 146736320 4293808048 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10272 4846 1127 2985 0 6814 0
[pid=536/tid=558] ppid=535 vsize=41088 CPUtime=521.4
/proc/536/task/558/stat : 558 (pb_cplex) R 535 535 398 0 -1 4202560 943034 0 0 0 50992 1148 0 0 17 0 2 0 146098055 42074112 4846 1992294400 134512640 146736320 4293808048 18446744073709551615 136015584 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.7
Current children cumulated vsize (KiB) 49788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1170.6 s]
/proc/loadavg: 1.52 1.53 1.32 2/108 581
/proc/meminfo: memFree=1634748/2059040 swapFree=4136052/4192956
[pid=535] ppid=533 vsize=8700 CPUtime=0
/proc/535/stat : 535 (run) S 533 535 398 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146058356 8908800 248 1992294400 4194304 4922060 140733890503184 18446744073709551615 219595512965 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/535/statm: 2175 248 208 178 0 68 0
[pid=536] ppid=535 vsize=40784 CPUtime=1800.14
/proc/536/stat : 536 (pb_cplex) R 535 535 398 0 -1 4202496 2200968 0 0 0 176502 3512 0 0 17 0 2 0 146058357 41762816 4804 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/536/statm: 10196 4804 1127 2985 0 6738 0
[pid=536/tid=558] ppid=535 vsize=40784 CPUtime=556.1
/proc/536/task/558/stat : 558 (pb_cplex) R 535 535 398 0 -1 4202560 997319 0 0 0 54387 1223 0 0 16 0 2 0 146098055 41762816 4804 1992294400 134512640 146736320 4293808048 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 49484

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

Child status: 0
Real time (s): 1170.62
CPU time (s): 1800.18
CPU user time (s): 1765.05
CPU system time (s): 35.1307
CPU usage (%): 153.78
Max. virtual memory (cumulated for all children) (KiB): 54944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.05
system time used= 35.1307
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2201342
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= 716079
involuntary context switches= 29053

runsolver used 2.19766 second user time and 5.87011 second system time

The end

Launcher Data

Begin job on node086 at 2010-07-02 07:14:06
IDJOB=2696924
IDBENCH=47958
IDSOLVER=1209
FILE ID=node086/2696924-1278047646
PBS_JOBID= 11198829
Free space on /tmp= 62232 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=47-P1=43-P2=113-P3=61-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696924-1278047646/watcher-2696924-1278047646 -o /tmp/evaluation-result-2696924-1278047646/solver-2696924-1278047646 -C 1800 -W 2000 -M 1800  run HOME/instance-2696924-1278047646.opb

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

MD5SUM BENCH= aca556d38b23293c39a313a437063f67
RANDOM SEED=268490833

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1651924 kB
Buffers:         82944 kB
Cached:         219300 kB
SwapCached:      10276 kB
Active:         109688 kB
Inactive:       206148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1651924 kB
SwapTotal:     4192956 kB
SwapFree:      4136052 kB
Dirty:           16772 kB
Writeback:           0 kB
AnonPages:       11940 kB
Mapped:           8388 kB
Slab:            69552 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182164 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-2696924-1278047646.opb

Free space on /tmp at the end= 62216 MiB
End job on node086 at 2010-07-02 07:33:37