Trace number 2696908

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 1038.33

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=23-P1=11-P2=13-P3=17-P4=19-P5=53-P6=67-P7=29-P8=7-B.opb
MD5SUM7950e484ba213c1be7d5b467b494899c
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.562914
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 variables144
Total number of constraints17
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 constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696908-1278047147.opb.
0.00/0.00	c Instance file HOME/instance-2696908-1278047147.opb
0.00/0.00	c File size is 21534 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.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:      432                                                 |
0.00/0.01	c |  Number Constraints:    593                                                 |
0.00/0.01	c ===============================================================================
1800.18/1038.32	c Remaining time 1799.99 sec.
1800.18/1038.32	c 
1800.18/1038.32	c *** INTERRUPTED ***
1800.18/1038.32	s UNKNOWN
1800.18/1038.32	c Total CPU time              : 1763.15 s
1800.18/1038.32	c Memory used           : 142.32 MB
1800.18/1038.32	c CPU time              : 1763.15 s
1800.18/1038.32	c 
1800.18/1038.32	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-2696908-1278047147/watcher-2696908-1278047147 -o /tmp/evaluation-result-2696908-1278047147/solver-2696908-1278047147 -C 1800 -W 2000 -M 1800 run HOME/instance-2696908-1278047147.opb 

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 27082
/proc/meminfo: memFree=1352184/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) R 27080 27082 27049 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917701013 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0

[startup+0.092896 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 27082
/proc/meminfo: memFree=1352184/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100896 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 27082
/proc/meminfo: memFree=1352184/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304671 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 27082
/proc/meminfo: memFree=1352184/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701401 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 27082
/proc/meminfo: memFree=1352184/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5015 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 27087
/proc/meminfo: memFree=1344348/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=34704 CPUtime=2.21
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 11218 0 0 0 212 9 0 0 17 0 2 0 180318401 35536896 3037 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 8676 3037 1070 2985 0 5218 0
[pid=27083/tid=27087] ppid=27082 vsize=34704 CPUtime=0.65
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 4869 0 0 0 63 2 0 0 17 0 2 0 180318472 35536896 3037 1992294400 134512640 146736320 4289164496 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 43404

[startup+3.10168 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 27087
/proc/meminfo: memFree=1342240/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=37632 CPUtime=4.94
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 21927 0 0 0 477 17 0 0 16 0 2 0 180318401 38535168 3725 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 9408 3725 1070 2985 0 5950 0
[pid=27083/tid=27087] ppid=27082 vsize=37632 CPUtime=1.99
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 10704 0 0 0 192 7 0 0 16 0 2 0 180318472 38535168 3725 1992294400 134512640 146736320 4289164496 18446744073709551615 135999617 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 46332

[startup+6.30105 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 27087
/proc/meminfo: memFree=1339884/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=39492 CPUtime=10.23
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 40244 0 0 0 993 30 0 0 17 0 2 0 180318401 40439808 4160 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 9873 4160 1071 2985 0 6415 0
[pid=27083/tid=27087] ppid=27082 vsize=39492 CPUtime=4.38
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 21908 0 0 0 423 15 0 0 16 0 2 0 180318472 40439808 4160 1992294400 134512640 146736320 4289164496 18446744073709551615 137381157 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 48192

[startup+12.7018 s]
/proc/loadavg: 0.23 0.05 0.02 3/109 27087
/proc/meminfo: memFree=1336412/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=43080 CPUtime=21.06
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 65915 0 0 0 2059 47 0 0 16 0 2 0 180318401 44113920 5082 1992294400 134512640 146736320 4289164496 18446744073709551615 136388119 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 10770 5082 1073 2985 0 7312 0
[pid=27083/tid=27087] ppid=27082 vsize=43080 CPUtime=9.7
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 35083 0 0 0 947 23 0 0 16 0 2 0 180318472 44113920 5082 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.06
Current children cumulated vsize (KiB) 51780

[startup+25.5013 s]
/proc/loadavg: 0.55 0.13 0.04 3/109 27087
/proc/meminfo: memFree=1332444/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=49540 CPUtime=42.8
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 109915 0 0 0 4198 82 0 0 16 0 2 0 180318401 50728960 6429 1992294400 134512640 146736320 4289164496 18446744073709551615 136016558 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 12385 6429 1074 2985 0 8927 0
[pid=27083/tid=27087] ppid=27082 vsize=49540 CPUtime=20.78
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 58027 0 0 0 2037 41 0 0 18 0 2 0 180318472 50728960 6429 1992294400 134512640 146736320 4289164496 18446744073709551615 135854532 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.8
Current children cumulated vsize (KiB) 58240

[startup+51.1012 s]
/proc/loadavg: 1.04 0.28 0.09 3/109 27089
/proc/meminfo: memFree=1325748/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=52936 CPUtime=86.64
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 193153 0 0 0 8522 142 0 0 16 0 2 0 180318401 54206464 7471 1992294400 134512640 146736320 4289164496 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 13234 7471 1074 2985 0 9776 0
[pid=27083/tid=27087] ppid=27082 vsize=52936 CPUtime=43.06
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 100945 0 0 0 4234 72 0 0 16 0 2 0 180318472 54206464 7471 1992294400 134512640 146736320 4289164496 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.64
Current children cumulated vsize (KiB) 61636

[startup+102.309 s]
/proc/loadavg: 1.49 0.51 0.18 3/109 27089
/proc/meminfo: memFree=1324260/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=54032 CPUtime=170.46
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 250773 0 0 0 16839 207 0 0 16 0 2 0 180318401 55328768 7784 1992294400 134512640 146736320 4289164496 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 13508 7784 1082 2985 0 10050 0
[pid=27083/tid=27087] ppid=27082 vsize=54032 CPUtime=82.33
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 122593 0 0 0 8133 100 0 0 17 0 2 0 180318472 55328768 7784 1992294400 134512640 146736320 4289164496 18446744073709551615 135526409 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 170.46
Current children cumulated vsize (KiB) 62732

[startup+162.301 s]
/proc/loadavg: 1.69 0.75 0.28 3/109 27091
/proc/meminfo: memFree=1316944/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=62160 CPUtime=274.34
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 397532 0 0 0 27041 393 0 0 17 0 2 0 180318401 63651840 9638 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 15540 9638 1082 2985 0 12082 0
[pid=27083/tid=27087] ppid=27082 vsize=62160 CPUtime=134.5
/proc/27083/task/27087/stat : 27087 (pb_cplex) S 27082 27082 27049 0 -1 4202560 220118 0 0 0 13239 211 0 0 16 0 2 0 180318472 63651840 9638 1992294400 134512640 146736320 4289164496 18446744073709551615 144580073 0 2 4096 16387 18446604437822668992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 274.34
Current children cumulated vsize (KiB) 70860

[startup+222.301 s]
/proc/loadavg: 1.81 0.96 0.38 2/109 27093
/proc/meminfo: memFree=1315456/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=63132 CPUtime=380.04
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 462421 0 0 0 37452 552 0 0 17 0 2 0 180318401 64647168 10060 1992294400 134512640 146736320 4289164496 18446744073709551615 135468528 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 15783 10060 1100 2985 0 12325 0
[pid=27083/tid=27087] ppid=27082 vsize=63132 CPUtime=186.96
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 249961 0 0 0 18407 289 0 0 16 0 2 0 180318472 64647168 10060 1992294400 134512640 146736320 4289164496 18446744073709551615 135468718 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 380.04
Current children cumulated vsize (KiB) 71832

[startup+282.301 s]
/proc/loadavg: 1.68 1.07 0.45 2/109 27095
/proc/meminfo: memFree=1310744/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=68136 CPUtime=482.54
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 788068 0 0 0 47426 828 0 0 16 0 2 0 180318401 69771264 11208 1992294400 134512640 146736320 4289164496 18446744073709551615 135526788 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 17034 11208 1100 2985 0 13576 0
[pid=27083/tid=27087] ppid=27082 vsize=68136 CPUtime=236.79
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 426800 0 0 0 23243 436 0 0 16 0 2 0 180318472 69771264 11208 1992294400 134512640 146736320 4289164496 18446744073709551615 135850323 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 482.54
Current children cumulated vsize (KiB) 76836

[startup+342.301 s]
/proc/loadavg: 1.58 1.16 0.52 2/109 27095
/proc/meminfo: memFree=1301196/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=27083] ppid=27082 vsize=106600 CPUtime=895.48
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 1994484 0 0 0 87534 2014 0 0 16 0 2 0 180318401 109158400 20370 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 26650 20370 1100 2985 0 23192 0
[pid=27083/tid=27087] ppid=27082 vsize=106600 CPUtime=438.81
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1019661 0 0 0 42857 1024 0 0 16 0 2 0 180318472 109158400 20370 1992294400 134512640 146736320 4289164496 18446744073709551615 135846898 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 895.48
Current children cumulated vsize (KiB) 115300

[startup+582.302 s]
/proc/loadavg: 2.00 1.63 0.85 3/109 27106
/proc/meminfo: memFree=1270188/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=110648 CPUtime=1001.89
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 2019843 0 0 0 98046 2143 0 0 17 0 2 0 180318401 113303552 21210 1992294400 134512640 146736320 4289164496 18446744073709551615 136001468 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 27662 21210 1100 2985 0 24204 0
[pid=27083/tid=27087] ppid=27082 vsize=110648 CPUtime=491.34
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1025404 0 0 0 48052 1082 0 0 16 0 2 0 180318472 113303552 21210 1992294400 134512640 146736320 4289164496 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 119348

[startup+642.302 s]
/proc/loadavg: 1.90 1.67 0.91 3/109 27106
/proc/meminfo: memFree=1267212/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=114740 CPUtime=1108.36
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 2111144 0 0 0 108524 2312 0 0 17 0 2 0 180318401 117493760 22001 1992294400 134512640 146736320 4289164496 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 28685 22001 1100 2985 0 25227 0
[pid=27083/tid=27087] ppid=27082 vsize=114740 CPUtime=544.07
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1075005 0 0 0 53241 1166 0 0 16 0 2 0 180318472 117493760 22001 1992294400 134512640 146736320 4289164496 18446744073709551615 136015725 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1108.36
Current children cumulated vsize (KiB) 123440

[startup+702.302 s]
/proc/loadavg: 1.92 1.71 0.97 3/109 27108
/proc/meminfo: memFree=1261136/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=120744 CPUtime=1213.3
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 2218271 0 0 0 118822 2508 0 0 16 0 2 0 180318401 123641856 23642 1992294400 134512640 146736320 4289164496 18446744073709551615 135237155 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 30186 23642 1100 2985 0 26728 0
[pid=27083/tid=27087] ppid=27082 vsize=120744 CPUtime=595.76
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1137106 0 0 0 58304 1272 0 0 16 0 2 0 180318472 123641856 23642 1992294400 134512640 146736320 4289164496 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1213.3
Current children cumulated vsize (KiB) 129444

[startup+762.309 s]
/proc/loadavg: 1.97 1.76 1.03 3/109 27110
/proc/meminfo: memFree=1255432/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=126772 CPUtime=1318.94
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 2332526 0 0 0 129188 2706 0 0 16 0 2 0 180318401 129814528 24940 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 31693 24940 1100 2985 0 28235 0
[pid=27083/tid=27087] ppid=27082 vsize=126772 CPUtime=647.96
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1201747 0 0 0 63423 1373 0 0 16 0 2 0 180318472 129814528 24940 1992294400 134512640 146736320 4289164496 18446744073709551615 135525534 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1318.94
Current children cumulated vsize (KiB) 135472

[startup+822.301 s]
/proc/loadavg: 2.04 1.82 1.09 3/109 27112
/proc/meminfo: memFree=1245024/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=132356 CPUtime=1423.89
/proc/27083/stat : 27083 (pb_cplex) S 27082 27082 27049 0 -1 4202496 2448208 0 0 0 139484 2905 0 0 16 0 2 0 180318401 135532544 26479 1992294400 134512640 146736320 4289164496 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 33089 26479 1100 2985 0 29631 0
[pid=27083/tid=27087] ppid=27082 vsize=132356 CPUtime=699.48
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1241521 0 0 0 68493 1455 0 0 16 0 2 0 180318472 135532544 26479 1992294400 134512640 146736320 4289164496 18446744073709551615 135854513 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1423.89
Current children cumulated vsize (KiB) 141056

[startup+882.301 s]
/proc/loadavg: 1.96 1.83 1.14 2/109 27114
/proc/meminfo: memFree=1243908/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=137980 CPUtime=1527.34
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 2685390 0 0 0 149568 3166 0 0 16 0 2 0 180318401 141291520 27916 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 34495 27916 1100 2985 0 31037 0
[pid=27083/tid=27087] ppid=27082 vsize=137980 CPUtime=750.16
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1382090 0 0 0 73419 1597 0 0 16 0 2 0 180318472 141291520 27916 1992294400 134512640 146736320 4289164496 18446744073709551615 136384861 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1527.34
Current children cumulated vsize (KiB) 146680

[startup+942.301 s]
/proc/loadavg: 1.92 1.84 1.19 3/109 27114
/proc/meminfo: memFree=1240312/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=142200 CPUtime=1632.04
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 2839093 0 0 0 159822 3382 0 0 15 0 2 0 180318401 145612800 28797 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 35550 28797 1100 2985 0 32092 0
[pid=27083/tid=27087] ppid=27082 vsize=142200 CPUtime=801.84
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1451791 0 0 0 78488 1696 0 0 16 0 2 0 180318472 145612800 28797 1992294400 134512640 146736320 4289164496 18446744073709551615 135983177 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1632.04
Current children cumulated vsize (KiB) 150900

[startup+1002.3 s]
/proc/loadavg: 1.85 1.84 1.22 3/109 27116
/proc/meminfo: memFree=1236840/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=145436 CPUtime=1737.1
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 2939498 0 0 0 170130 3580 0 0 16 0 2 0 180318401 148926464 29562 1992294400 134512640 146736320 4289164496 18446744073709551615 135526330 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27083/statm: 36359 29562 1100 2985 0 32901 0
[pid=27083/tid=27087] ppid=27082 vsize=145436 CPUtime=853.3
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1497430 0 0 0 83542 1788 0 0 16 0 2 0 180318472 148926464 29562 1992294400 134512640 146736320 4289164496 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1737.1
Current children cumulated vsize (KiB) 154136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1038.3 s]
/proc/loadavg: 1.83 1.84 1.25 3/109 27118
/proc/meminfo: memFree=1236096/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=145728 CPUtime=1800.18
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 3017305 0 0 0 176313 3705 0 0 16 0 2 0 180318401 149225472 29692 1992294400 134512640 146736320 4289164496 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 36432 29692 1100 2985 0 32974 0
[pid=27083/tid=27087] ppid=27082 vsize=145728 CPUtime=885.65
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1539078 0 0 0 86714 1851 0 0 16 0 2 0 180318472 149225472 29692 1992294400 134512640 146736320 4289164496 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 154428

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

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

[startup+1038.3 s]
/proc/loadavg: 1.83 1.84 1.25 3/109 27118
/proc/meminfo: memFree=1236096/2059040 swapFree=4138796/4192956
[pid=27082] ppid=27080 vsize=8700 CPUtime=0
/proc/27082/stat : 27082 (run) S 27080 27082 27049 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180318401 8908800 249 1992294400 4194304 4922060 140737407964944 18446744073709551615 272917699717 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27082/statm: 2175 249 208 178 0 68 0
[pid=27083] ppid=27082 vsize=145728 CPUtime=1800.18
/proc/27083/stat : 27083 (pb_cplex) R 27082 27082 27049 0 -1 4202496 3017305 0 0 0 176313 3705 0 0 16 0 2 0 180318401 149225472 29692 1992294400 134512640 146736320 4289164496 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27083/statm: 36432 29692 1100 2985 0 32974 0
[pid=27083/tid=27087] ppid=27082 vsize=145728 CPUtime=885.65
/proc/27083/task/27087/stat : 27087 (pb_cplex) R 27082 27082 27049 0 -1 4202560 1539078 0 0 0 86714 1851 0 0 16 0 2 0 180318472 149225472 29692 1992294400 134512640 146736320 4289164496 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 154428

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1038.33
CPU time (s): 1800.18
CPU user time (s): 1763.13
CPU system time (s): 37.05
CPU usage (%): 173.373
Max. virtual memory (cumulated for all children) (KiB): 160816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 1.9927 second user time and 5.57715 second system time

The end

Launcher Data

Begin job on node006 at 2010-07-02 07:05:47
IDJOB=2696908
IDBENCH=47942
IDSOLVER=1209
FILE ID=node006/2696908-1278047147
PBS_JOBID= 11198876
Free space on /tmp= 62552 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=23-P1=11-P2=13-P3=17-P4=19-P5=53-P6=67-P7=29-P8=7-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696908-1278047147/watcher-2696908-1278047147 -o /tmp/evaluation-result-2696908-1278047147/solver-2696908-1278047147 -C 1800 -W 2000 -M 1800  run HOME/instance-2696908-1278047147.opb

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

MD5SUM BENCH= 7950e484ba213c1be7d5b467b494899c
RANDOM SEED=1843472080

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1354896 kB
Buffers:        177732 kB
Cached:         418904 kB
SwapCached:       8168 kB
Active:         156692 kB
Inactive:       455036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1354896 kB
SwapTotal:     4192956 kB
SwapFree:      4138796 kB
Dirty:           16852 kB
Writeback:           0 kB
AnonPages:       13180 kB
Mapped:          11460 kB
Slab:            70544 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183836 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-2696908-1278047147.opb

Free space on /tmp at the end= 62536 MiB
End job on node006 at 2010-07-02 07:23:08