Trace number 3721361

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 NameAnswerCPU timeWall clock time
PB07: minisat+ 1.14? (TO) 1800.02 1800.31

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM9a5e6e5ac9dd04defb35f28c3f495740
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark229.381
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables86
Total number of constraints2
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 constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 2 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: #
0.00/0.00	c   -- Clauses(.)/Splits(s): (none)
0.00/0.00	c ---[   0]---> Adder-cost: 1393   maxlim: 21733991   bits: 26/25
138.96/139.06	c ==================================[MINISAT+]==================================
138.96/139.06	c | Conflicts | Original         | Learnt                           | Progress |
138.96/139.06	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
138.96/139.06	c ==============================================================================
138.96/139.06	c |         0 |    9509    33889 |    3169       0        0     nan |  0.000 % |
138.96/139.07	c |       102 |    9493    33837 |    3485     100      797     8.0 |  4.072 % |
138.96/139.07	c |       252 |    9493    33837 |    3834     250     2875    11.5 |  4.072 % |
138.96/139.08	c |       478 |    9485    33811 |    4217     475     5872    12.4 |  4.139 % |
138.96/139.09	c |       815 |    9485    33811 |    4639     812    14647    18.0 |  4.139 % |
139.06/139.11	c |      1322 |    9469    33759 |    5103    1317    28291    21.5 |  4.272 % |
139.06/139.15	c |      2083 |    9469    33759 |    5614    2078    53480    25.7 |  4.272 % |
139.06/139.19	c |      3222 |    9469    33759 |    6175    3217    91164    28.3 |  4.272 % |
139.26/139.30	c |      4933 |    9469    33759 |    6793    4928   189977    38.6 |  4.272 % |
139.46/139.51	c |      7498 |    9453    33707 |    7472    3856   167733    43.5 |  4.406 % |
139.76/139.80	c |     11342 |    9453    33707 |    8219    7700   376279    48.9 |  4.406 % |
140.26/140.32	c |     17110 |    9453    33707 |    9041    4565   290135    63.6 |  4.406 % |
141.06/141.16	c |     25762 |    9453    33707 |    9945    8426   560920    66.6 |  4.406 % |
142.26/142.32	c |     38736 |    9453    33707 |   10940    5681   248510    43.7 |  4.406 % |
144.16/144.20	c |     58198 |    9453    33707 |   12034    7847   420851    53.6 |  4.406 % |
147.96/148.01	c |     87391 |    9453    33707 |   13237   11810   857683    72.6 |  4.406 % |
153.76/153.81	c |    131180 |    9445    33681 |   14561    7414   560647    75.6 |  4.473 % |
161.67/161.72	c |    196864 |    9445    33681 |   16017   13090   582026    44.5 |  4.473 % |
175.36/175.47	c |    295390 |    9445    33681 |   17619   12404   885792    71.4 |  4.473 % |
197.06/197.19	c |    443180 |    9445    33681 |   19381   16501   784873    47.6 |  4.473 % |
230.75/230.83	c |    664867 |    9436    33650 |   21319   10572   447049    42.3 |  4.539 % |
286.64/286.70	c |    997392 |    9436    33650 |   23451   19001   970958    51.1 |  4.539 % |
361.52/361.67	c |   1496182 |    9436    33650 |   25796   18958   952217    50.2 |  4.539 % |
479.60/479.73	c |   2244365 |    9436    33650 |   28376   23877  1318683    55.2 |  4.539 % |
674.08/674.22	c |   3366639 |    9436    33650 |   31213   27585  1360088    49.3 |  4.539 % |
985.73/985.94	c |   5050053 |    9421    33597 |   34335   20468  1035436    50.6 |  4.606 % |
1491.45/1491.77	c |   7575169 |    9421    33597 |   37768   21503  1065317    49.5 |  4.606 % |
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED ***
1800.01/1800.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3721361-1338555374/watcher-3721361-1338555374 -o /tmp/evaluation-result-3721361-1338555374/solver-3721361-1338555374 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721361-1338555374.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 15828
/proc/meminfo: memFree=28183696/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=1264 CPUtime=0 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 321666014 1294336 129 33554432000 134512640 135395479 4292850560 4292821936 134810531 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 316 129 86 216 0 98 0

[startup+0.0107461 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 15828
/proc/meminfo: memFree=28183696/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=1264 CPUtime=0 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 203 0 0 0 0 0 0 0 20 0 1 0 321666014 1294336 160 33554432000 134512640 135395479 4292850560 4292822416 134667183 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 316 160 86 216 0 98 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1264

[startup+0.100209 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 15828
/proc/meminfo: memFree=28183696/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=3232 CPUtime=0.09 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 710 0 0 0 9 0 0 0 20 0 1 0 321666014 3309568 625 33554432000 134512640 135395479 4292850560 4292822844 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 808 625 86 216 0 590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3232

[startup+0.300192 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 15828
/proc/meminfo: memFree=28183696/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=7520 CPUtime=0.29 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 2025 0 0 0 29 0 0 0 20 0 1 0 321666014 7700480 1692 33554432000 134512640 135395479 4292850560 4292825148 135007864 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 1880 1692 86 216 0 1662 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7520

[startup+0.700215 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 15828
/proc/meminfo: memFree=28183696/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=14908 CPUtime=0.69 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 4227 0 0 0 69 0 0 0 20 0 1 0 321666014 15265792 3564 33554432000 134512640 135395479 4292850560 4292825404 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 3727 3565 86 216 0 3509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14908

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 15829
/proc/meminfo: memFree=28160620/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=28896 CPUtime=1.49 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 7353 0 0 0 148 1 0 0 20 0 1 0 321666014 29589504 7053 33554432000 134512640 135395479 4292850560 4292822348 134809063 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 7224 7053 86 216 0 7006 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28896

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 15829
/proc/meminfo: memFree=28147352/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=54104 CPUtime=3.09 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 12929 0 0 0 307 2 0 0 20 0 1 0 321666014 55402496 13355 33554432000 134512640 135395479 4292850560 4292824732 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 13526 13355 86 216 0 13308 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54104

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 15829
/proc/meminfo: memFree=28090764/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=105700 CPUtime=6.29 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 23881 0 0 0 623 6 0 0 20 0 1 0 321666014 108236800 26269 33554432000 134512640 135395479 4292850560 4292824508 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 26425 26269 86 216 0 26207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105700

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 15829
/proc/meminfo: memFree=27997432/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=196752 CPUtime=12.69 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 41666 0 0 0 1259 10 0 0 20 0 1 0 321666014 201474048 49001 33554432000 134512640 135395479 4292850560 4292823484 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 49188 49002 86 216 0 48970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 196752

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 15829
/proc/meminfo: memFree=27829140/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=357732 CPUtime=25.49 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 72024 0 0 0 2533 16 0 0 20 0 1 0 321666014 366317568 89253 33554432000 134512640 135395479 4292850560 4292826428 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 89433 89253 86 216 0 89215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 357732

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 15829
/proc/meminfo: memFree=27774784/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408812 CPUtime=51.08 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105888 0 0 0 5087 21 0 0 20 0 1 0 321666014 418623488 102026 33554432000 134512640 135395479 4292850560 4292846228 135005282 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102203 102026 89 216 0 101985 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 408812

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 15829
/proc/meminfo: memFree=27774108/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408812 CPUtime=102.28 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105888 0 0 0 10207 21 0 0 20 0 1 0 321666014 418623488 102026 33554432000 134512640 135395479 4292850560 4292845836 135005840 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102203 102026 89 216 0 101985 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 408812

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 15829
/proc/meminfo: memFree=27773764/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=162.26 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105923 0 0 0 16205 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580888 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 408808

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 15830
/proc/meminfo: memFree=27774288/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=222.25 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105923 0 0 0 22204 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580980 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 408808

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 15833
/proc/meminfo: memFree=27774308/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=282.24 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105929 0 0 0 28203 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580744 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 408808

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 15856
/proc/meminfo: memFree=27774212/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=342.23 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105930 0 0 0 34202 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848880 134573128 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 408808

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 15856
/proc/meminfo: memFree=27774460/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=402.21 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 40200 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580806 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 408808

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 15856
/proc/meminfo: memFree=27774460/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=462.21 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 46200 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134581436 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 408808

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 15857
/proc/meminfo: memFree=27774584/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=522.2 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 52199 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134581053 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 408808

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 15857
/proc/meminfo: memFree=27774584/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=582.19 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 58198 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134581436 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 408808

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/178 15910
/proc/meminfo: memFree=27568508/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=882.14 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 88193 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580783 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 408808

[startup+942.3 s]
/proc/loadavg: 2.04 2.03 1.93 3/177 15910
/proc/meminfo: memFree=27550688/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=942.13 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 94192 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 408808

[startup+1002.3 s]
/proc/loadavg: 2.05 2.04 1.94 3/177 15910
/proc/meminfo: memFree=27531248/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1002.12 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 100191 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580980 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 408808

[startup+1062.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 15910
/proc/meminfo: memFree=27531180/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1062.11 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 106190 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 408808

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 1.94 3/177 15911
/proc/meminfo: memFree=27533164/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1122.11 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 112190 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580973 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 408808

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 15911
/proc/meminfo: memFree=27532792/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1182.1 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 118189 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580973 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 408808

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 15911
/proc/meminfo: memFree=27505140/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1242.09 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 124188 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580756 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 408808

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 15911
/proc/meminfo: memFree=27505140/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1302.08 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 130187 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580856 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 408808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 15911
/proc/meminfo: memFree=27505264/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1362.07 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 136186 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848892 134580244 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 408808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 15911
/proc/meminfo: memFree=27490020/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1422.07 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 142186 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848608 134584006 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 408808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15915
/proc/meminfo: memFree=27490004/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1482.05 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 148184 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848528 134576672 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 408808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 15915
/proc/meminfo: memFree=27490012/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1542.04 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 154183 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848880 134573010 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 408808

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/177 15915
/proc/meminfo: memFree=27490032/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1602.03 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 160182 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580768 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 408808

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 15915
/proc/meminfo: memFree=27490156/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1662.02 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 166181 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580801 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 408808

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 15915
/proc/meminfo: memFree=27490156/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1722.01 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 172180 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 408808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 15916
/proc/meminfo: memFree=27489908/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1782.01 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 178180 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 408808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 15916
/proc/meminfo: memFree=27490156/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1800.01 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 179980 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134581436 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 408808

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

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 15916
/proc/meminfo: memFree=27490156/32873844 swapFree=7116/7116
[pid=15828] ppid=15826 vsize=408808 CPUtime=1800.01 cores=1,3,5,7
/proc/15828/stat : 15828 (minisat+) R 15826 15828 15453 0 -1 4202496 105931 0 0 0 179980 21 0 0 20 0 1 0 321666014 418619392 102060 33554432000 134512640 135395479 4292850560 4292848912 134581436 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/15828/statm: 102202 102060 123 216 0 101984 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 408808

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.8
CPU system time (s): 0.219966
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 493176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.219966
maximum resident set size= 492456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105932
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= 10
involuntary context switches= 1878

runsolver used 3.15152 second user time and 8.84465 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-01 14:56:14
IDJOB=3721361
IDBENCH=2564
IDSOLVER=2306
FILE ID=node108/3721361-1338555374
RUNJOBID= node108-1338552592-15470
PBS_JOBID= 14635886
Free space on /tmp= 71480 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob8.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721361-1338555374/watcher-3721361-1338555374 -o /tmp/evaluation-result-3721361-1338555374/solver-3721361-1338555374 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721361-1338555374.opb            

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9a5e6e5ac9dd04defb35f28c3f495740
RANDOM SEED=2076642256

node108.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28184340 kB
Buffers:          296772 kB
Cached:          3378260 kB
SwapCached:           52 kB
Active:          2016252 kB
Inactive:        1875128 kB
Active(anon):     203964 kB
Inactive(anon):    13036 kB
Active(file):    1812288 kB
Inactive(file):  1862092 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108544 kB
Dirty:              2800 kB
Writeback:             0 kB
AnonPages:        220812 kB
Mapped:            14692 kB
Shmem:               172 kB
Slab:             662080 kB
SReclaimable:     103596 kB
SUnreclaim:       558484 kB
KernelStack:        1488 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     327628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721361-1338555374.opb

Free space on /tmp at the end= 71480 MiB
End job on node108 at 2012-06-01 15:26:17