Trace number 2697006

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.06 1050.53

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
MD5SUM83b6f70c71dbcf261c00790940be437e
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 benchmark6.31304
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 variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697006-1278048609.opb.
0.00/0.00	c Instance file HOME/instance-2697006-1278048609.opb
0.00/0.00	c File size is 33487 bytes.
0.00/0.02	c Highest Coefficient sum: 130560
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:      616                                                 |
0.00/0.03	c |  Number Constraints:    911                                                 |
0.00/0.03	c ===============================================================================
1800.06/1050.52	c Remaining time 1799.98 sec.
1800.06/1050.52	c 
1800.06/1050.52	c *** INTERRUPTED ***
1800.06/1050.52	s UNKNOWN
1800.06/1050.52	c Total CPU time              : 1774.2 s
1800.06/1050.52	c Memory used           : 138.99 MB
1800.06/1050.52	c CPU time              : 1774.2 s
1800.06/1050.52	c 
1800.06/1050.52	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-2697006-1278048609/watcher-2697006-1278048609 -o /tmp/evaluation-result-2697006-1278048609/solver-2697006-1278048609 -C 1800 -W 2000 -M 1800 run HOME/instance-2697006-1278048609.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.91 1.87 1.46 3/106 29842
/proc/meminfo: memFree=1494244/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) R 29840 29842 29536 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058989461 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0

[startup+0.02038 s]
/proc/loadavg: 1.91 1.87 1.46 3/106 29842
/proc/meminfo: memFree=1494244/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.106089 s]
/proc/loadavg: 1.91 1.87 1.46 3/106 29842
/proc/meminfo: memFree=1494244/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300084 s]
/proc/loadavg: 1.91 1.87 1.46 3/106 29842
/proc/meminfo: memFree=1494244/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700075 s]
/proc/loadavg: 1.91 1.87 1.46 3/106 29842
/proc/meminfo: memFree=1494244/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50006 s]
/proc/loadavg: 1.91 1.87 1.46 2/109 29847
/proc/meminfo: memFree=1485788/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=34248 CPUtime=2.01
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 10328 0 0 0 192 9 0 0 17 0 2 0 146152853 35069952 3212 1992294400 134512640 146736320 4287232288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29843/statm: 8562 3212 1071 2985 0 5104 0
[pid=29843/tid=29847] ppid=29842 vsize=34248 CPUtime=0.42
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 760 0 0 0 41 1 0 0 17 0 2 0 146152945 35069952 3212 1992294400 134512640 146736320 4287232288 18446744073709551615 136687402 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 42948

[startup+3.10102 s]
/proc/loadavg: 1.84 1.86 1.45 3/109 29847
/proc/meminfo: memFree=1484300/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=37740 CPUtime=4.8
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 25449 0 0 0 462 18 0 0 16 0 2 0 146152853 38645760 4000 1992294400 134512640 146736320 4287232288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29843/statm: 9435 4000 1071 2985 0 5977 0
[pid=29843/tid=29847] ppid=29842 vsize=37740 CPUtime=1.83
/proc/29843/task/29847/stat : 29847 (pb_cplex) S 29842 29842 29536 0 -1 4202560 11783 0 0 0 176 7 0 0 16 0 2 0 146152945 38645760 4000 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 18446604437839901696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 46440

[startup+6.30097 s]
/proc/loadavg: 1.84 1.86 1.45 2/109 29847
/proc/meminfo: memFree=1478844/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=40504 CPUtime=10.15
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 39257 0 0 0 985 30 0 0 16 0 2 0 146152853 41476096 4703 1992294400 134512640 146736320 4287232288 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 10126 4703 1071 2985 0 6668 0
[pid=29843/tid=29847] ppid=29842 vsize=40504 CPUtime=4.42
/proc/29843/task/29847/stat : 29847 (pb_cplex) S 29842 29842 29536 0 -1 4202560 20441 0 0 0 428 14 0 0 16 0 2 0 146152945 41476096 4703 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 18446604437839901696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 49204

[startup+12.7016 s]
/proc/loadavg: 1.86 1.86 1.46 2/109 29847
/proc/meminfo: memFree=1475248/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=47600 CPUtime=20.59
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 51881 0 0 0 2016 43 0 0 16 0 2 0 146152853 48742400 6281 1992294400 134512640 146736320 4287232288 18446744073709551615 136384858 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 11900 6281 1074 2985 0 8442 0
[pid=29843/tid=29847] ppid=29842 vsize=47600 CPUtime=9.42
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 28521 0 0 0 920 22 0 0 16 0 2 0 146152945 48742400 6281 1992294400 134512640 146736320 4287232288 18446744073709551615 139044554 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 56300

[startup+25.5008 s]
/proc/loadavg: 1.81 1.85 1.46 2/109 29847
/proc/meminfo: memFree=1472396/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=46100 CPUtime=41.32
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 94891 0 0 0 4061 71 0 0 18 0 2 0 146152853 47206400 6143 1992294400 134512640 146736320 4287232288 18446744073709551615 136400623 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29843/statm: 11525 6143 1074 2985 0 8067 0
[pid=29843/tid=29847] ppid=29842 vsize=46100 CPUtime=19.91
/proc/29843/task/29847/stat : 29847 (pb_cplex) S 29842 29842 29536 0 -1 4202560 45526 0 0 0 1957 34 0 0 16 0 2 0 146152945 47206400 6143 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 18446604437839901696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.32
Current children cumulated vsize (KiB) 54800

[startup+51.1011 s]
/proc/loadavg: 1.87 1.86 1.47 2/109 29847
/proc/meminfo: memFree=1467684/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=63660 CPUtime=83.38
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 197908 0 0 0 8200 138 0 0 16 0 2 0 146152853 65187840 9343 1992294400 134512640 146736320 4287232288 18446744073709551615 136384857 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 15915 9343 1074 2985 0 12457 0
[pid=29843/tid=29847] ppid=29842 vsize=63660 CPUtime=41.16
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 96706 0 0 0 4048 68 0 0 18 0 2 0 146152945 65187840 9343 1992294400 134512640 146736320 4287232288 18446744073709551615 139023088 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.38
Current children cumulated vsize (KiB) 72360

[startup+102.309 s]
/proc/loadavg: 1.90 1.86 1.49 2/109 29849
/proc/meminfo: memFree=1460492/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=61956 CPUtime=169.62
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 428393 0 0 0 16676 286 0 0 22 0 2 0 146152853 63442944 9463 1992294400 134512640 146736320 4287232288 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 15489 9463 1074 2985 0 12031 0
[pid=29843/tid=29847] ppid=29842 vsize=61956 CPUtime=82.85
/proc/29843/task/29847/stat : 29847 (pb_cplex) S 29842 29842 29536 0 -1 4202560 205541 0 0 0 8145 140 0 0 16 0 2 0 146152945 63442944 9463 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 18446604437839901696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 169.62
Current children cumulated vsize (KiB) 70656

[startup+162.301 s]
/proc/loadavg: 2.00 1.90 1.53 3/109 29854
/proc/meminfo: memFree=1451440/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=69316 CPUtime=266.11
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 597162 0 0 0 26207 404 0 0 17 0 2 0 146152853 70979584 11420 1992294400 134512640 146736320 4287232288 18446744073709551615 135526788 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 17329 11420 1095 2985 0 13871 0
[pid=29843/tid=29847] ppid=29842 vsize=69316 CPUtime=129.79
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 278106 0 0 0 12785 194 0 0 17 0 2 0 146152945 70979584 11420 1992294400 134512640 146736320 4287232288 18446744073709551615 137368695 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 266.11
Current children cumulated vsize (KiB) 78016

[startup+222.301 s]
/proc/loadavg: 2.23 1.97 1.57 4/109 29856
/proc/meminfo: memFree=1447720/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=73076 CPUtime=373.74
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 776915 0 0 0 36831 543 0 0 18 0 2 0 146152853 74829824 12447 1992294400 134512640 146736320 4287232288 18446744073709551615 135850173 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29843/statm: 18269 12447 1095 2985 0 14811 0
[pid=29843/tid=29847] ppid=29842 vsize=73076 CPUtime=182.84
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 381021 0 0 0 18008 276 0 0 16 0 2 0 146152945 74829824 12447 1992294400 134512640 146736320 4287232288 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 373.74
Current children cumulated vsize (KiB) 81776

[startup+282.302 s]
/proc/loadavg: 1.72 1.88 1.56 3/109 29858
/proc/meminfo: memFree=1442636/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=78948 CPUtime=476.62
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 1007138 0 0 0 46962 700 0 0 16 0 2 0 146152853 80842752 13752 1992294400 134512640 146736320 4287232288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 19737 13752 1116 2985 0 16279 0
[pid=29843/tid=29847] ppid=29842 vsize=78948 CPUtime=233.35
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 515660 0 0 0 22970 365 0 0 16 0 2 0 146152945 80842752 13752 1992294400 134512640 146736320 4287232288 18446744073709551615 135454079 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 476.62
Current children cumulated vsize (KiB) 87648

[startup+342.301 s]
/proc/loadavg: 1.61 1.82 1.56 2/109 29858
/proc/meminfo: memFree=1439536/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=29843] ppid=29842 vsize=97576 CPUtime=883.09
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 1702525 0 0 0 87024 1285 0 0 16 0 2 0 146152853 99917824 18240 1992294400 134512640 146736320 4287232288 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29843/statm: 24394 18240 1116 2985 0 20936 0
[pid=29843/tid=29847] ppid=29842 vsize=97576 CPUtime=431.54
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 863324 0 0 0 42488 666 0 0 16 0 2 0 146152945 99917824 18240 1992294400 134512640 146736320 4287232288 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 883.09
Current children cumulated vsize (KiB) 106276

[startup+582.301 s]
/proc/loadavg: 1.72 1.75 1.58 4/109 29866
/proc/meminfo: memFree=1420440/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=101316 CPUtime=988.43
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 1850857 0 0 0 97415 1428 0 0 16 0 2 0 146152853 103747584 19223 1992294400 134512640 146736320 4287232288 18446744073709551615 139027397 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 25329 19223 1116 2985 0 21871 0
[pid=29843/tid=29847] ppid=29842 vsize=101316 CPUtime=483.53
/proc/29843/task/29847/stat : 29847 (pb_cplex) S 29842 29842 29536 0 -1 4202560 933967 0 0 0 47616 737 0 0 16 0 2 0 146152945 103747584 19223 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 18446604437839901696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 988.43
Current children cumulated vsize (KiB) 110016

[startup+642.301 s]
/proc/loadavg: 1.87 1.79 1.60 2/109 29866
/proc/meminfo: memFree=1414984/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=106628 CPUtime=1091.67
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 1991440 0 0 0 107598 1569 0 0 16 0 2 0 146152853 109187072 20563 1992294400 134512640 146736320 4287232288 18446744073709551615 135969536 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 26657 20563 1116 2985 0 23199 0
[pid=29843/tid=29847] ppid=29842 vsize=106628 CPUtime=533.88
/proc/29843/task/29847/stat : 29847 (pb_cplex) S 29842 29842 29536 0 -1 4202560 979020 0 0 0 52597 791 0 0 16 0 2 0 146152945 109187072 20563 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 18446604437839901696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1091.67
Current children cumulated vsize (KiB) 115328

[startup+702.301 s]
/proc/loadavg: 1.76 1.78 1.61 3/109 29868
/proc/meminfo: memFree=1406056/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=111792 CPUtime=1195.27
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 2118304 0 0 0 117832 1695 0 0 15 0 2 0 146152853 114475008 21834 1992294400 134512640 146736320 4287232288 18446744073709551615 135233162 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 27948 21834 1116 2985 0 24490 0
[pid=29843/tid=29847] ppid=29842 vsize=111792 CPUtime=584.15
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1031355 0 0 0 57565 850 0 0 16 0 2 0 146152945 114475008 21834 1992294400 134512640 146736320 4287232288 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1195.27
Current children cumulated vsize (KiB) 120492

[startup+762.309 s]
/proc/loadavg: 1.94 1.83 1.64 3/109 29870
/proc/meminfo: memFree=1404196/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=117752 CPUtime=1299.46
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 2271740 0 0 0 128101 1845 0 0 17 0 2 0 146152853 120578048 23293 1992294400 134512640 146736320 4287232288 18446744073709551615 135468700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29843/statm: 29438 23293 1116 2985 0 25980 0
[pid=29843/tid=29847] ppid=29842 vsize=117752 CPUtime=634.79
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1123480 0 0 0 62538 941 0 0 16 0 2 0 146152945 120578048 23286 1992294400 134512640 146736320 4287232288 18446744073709551615 144798020 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1299.46
Current children cumulated vsize (KiB) 126452

[startup+822.302 s]
/proc/loadavg: 1.82 1.81 1.64 2/109 29872
/proc/meminfo: memFree=1400104/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=121940 CPUtime=1405.12
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 2451787 0 0 0 138494 2018 0 0 16 0 2 0 146152853 124866560 24261 1992294400 134512640 146736320 4287232288 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 30485 24261 1116 2985 0 27027 0
[pid=29843/tid=29847] ppid=29842 vsize=121940 CPUtime=686.77
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1212453 0 0 0 67646 1031 0 0 16 0 2 0 146152945 124866560 24261 1992294400 134512640 146736320 4287232288 18446744073709551615 135454073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1405.12
Current children cumulated vsize (KiB) 130640

[startup+882.301 s]
/proc/loadavg: 1.94 1.85 1.66 3/109 29874
/proc/meminfo: memFree=1394152/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=127872 CPUtime=1508.32
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 2624439 0 0 0 148652 2180 0 0 16 0 2 0 146152853 130940928 25713 1992294400 134512640 146736320 4287232288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 31968 25713 1116 2985 0 28510 0
[pid=29843/tid=29847] ppid=29842 vsize=127872 CPUtime=736.97
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1327008 0 0 0 72566 1131 0 0 16 0 2 0 146152945 130940928 25713 1992294400 134512640 146736320 4287232288 18446744073709551615 136006288 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1508.32
Current children cumulated vsize (KiB) 136572

[startup+942.302 s]
/proc/loadavg: 1.81 1.83 1.66 3/109 29874
/proc/meminfo: memFree=1389316/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=132604 CPUtime=1611.18
/proc/29843/stat : 29843 (pb_cplex) S 29842 29842 29536 0 -1 4202496 2717759 0 0 0 158815 2303 0 0 17 0 2 0 146152853 135786496 26949 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 33151 26949 1116 2985 0 29693 0
[pid=29843/tid=29847] ppid=29842 vsize=132604 CPUtime=787.52
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1368027 0 0 0 77561 1191 0 0 16 0 2 0 146152945 135786496 26949 1992294400 134512640 146736320 4287232288 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.18
Current children cumulated vsize (KiB) 141304

[startup+1002.3 s]
/proc/loadavg: 1.76 1.80 1.65 3/109 29876
/proc/meminfo: memFree=1384728/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=138644 CPUtime=1715
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 2861050 0 0 0 169053 2447 0 0 16 0 2 0 146152853 141971456 28322 1992294400 134512640 146736320 4287232288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 34661 28322 1116 2985 0 31203 0
[pid=29843/tid=29847] ppid=29842 vsize=138644 CPUtime=838.29
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1465388 0 0 0 82542 1287 0 0 16 0 2 0 146152945 141971456 28322 1992294400 134512640 146736320 4287232288 18446744073709551615 136853039 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 147344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1050.51 s]
/proc/loadavg: 1.88 1.82 1.67 3/109 29878
/proc/meminfo: memFree=1380512/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=142320 CPUtime=1800.06
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 3018019 0 0 0 177419 2587 0 0 16 0 2 0 146152853 145735680 29214 1992294400 134512640 146736320 4287232288 18446744073709551615 136676165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 35580 29214 1116 2985 0 32122 0
[pid=29843/tid=29847] ppid=29842 vsize=142320 CPUtime=880.41
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1566305 0 0 0 86666 1375 0 0 17 0 2 0 146152945 145735680 29214 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 151020

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

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

[startup+1050.51 s]
/proc/loadavg: 1.88 1.82 1.67 3/109 29878
/proc/meminfo: memFree=1380512/2059040 swapFree=4139848/4192956
[pid=29842] ppid=29840 vsize=8700 CPUtime=0
/proc/29842/stat : 29842 (run) S 29840 29842 29536 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146152852 8908800 249 1992294400 4194304 4922060 140735366669792 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29842/statm: 2175 249 208 178 0 68 0
[pid=29843] ppid=29842 vsize=142320 CPUtime=1800.06
/proc/29843/stat : 29843 (pb_cplex) R 29842 29842 29536 0 -1 4202496 3018019 0 0 0 177419 2587 0 0 16 0 2 0 146152853 145735680 29214 1992294400 134512640 146736320 4287232288 18446744073709551615 136676165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29843/statm: 35580 29214 1116 2985 0 32122 0
[pid=29843/tid=29847] ppid=29842 vsize=142320 CPUtime=880.41
/proc/29843/task/29847/stat : 29847 (pb_cplex) R 29842 29842 29536 0 -1 4202560 1566305 0 0 0 86666 1375 0 0 17 0 2 0 146152945 145735680 29214 1992294400 134512640 146736320 4287232288 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 151020

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1050.53
CPU time (s): 1800.06
CPU user time (s): 1774.19
CPU system time (s): 25.87
CPU usage (%): 171.348
Max. virtual memory (cumulated for all children) (KiB): 163860

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= 365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 2.03169 second user time and 5.60915 second system time

The end

Launcher Data

Begin job on node048 at 2010-07-02 07:30:09
IDJOB=2697006
IDBENCH=48040
IDSOLVER=1209
FILE ID=node048/2697006-1278048609
PBS_JOBID= 11198845
Free space on /tmp= 62488 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697006-1278048609/watcher-2697006-1278048609 -o /tmp/evaluation-result-2697006-1278048609/solver-2697006-1278048609 -C 1800 -W 2000 -M 1800  run HOME/instance-2697006-1278048609.opb

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

MD5SUM BENCH= 83b6f70c71dbcf261c00790940be437e
RANDOM SEED=1541938973

node048.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.212
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.42
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.212
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1495020 kB
Buffers:        136796 kB
Cached:         322616 kB
SwapCached:       6632 kB
Active:         136972 kB
Inactive:       336104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1495020 kB
SwapTotal:     4192956 kB
SwapFree:      4139848 kB
Dirty:           16892 kB
Writeback:           0 kB
AnonPages:       11852 kB
Mapped:          12052 kB
Slab:            68896 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182432 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-2697006-1278048609.opb

Free space on /tmp at the end= 62472 MiB
End job on node048 at 2010-07-02 07:47:42