J. Taroni 2018

In this notebook, we’ll train a PLIER model on the systemic lupus erythematosis (SLE) whole blood (WB) compendium we processed in greenelab/rheum-plier-data/sle-wb and do some exploratory data analysis.

Functions and directory set up

library(AnnotationDbi)
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: ‘BiocGenerics’

The following objects are masked from ‘package:parallel’:

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ, clusterExport, clusterMap, parApply, parCapply,
    parLapply, parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from ‘package:stats’:

    IQR, mad, sd, var, xtabs

The following objects are masked from ‘package:base’:

    anyDuplicated, append, as.data.frame, cbind, colMeans, colnames, colSums, do.call, duplicated, eval, evalq,
    Filter, Find, get, grep, grepl, intersect, is.unsorted, lapply, lengths, Map, mapply, match, mget, order,
    paste, pmax, pmax.int, pmin, pmin.int, Position, rank, rbind, Reduce, rowMeans, rownames, rowSums, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which, which.max, which.min

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: IRanges
Loading required package: S4Vectors

Attaching package: ‘S4Vectors’

The following object is masked from ‘package:base’:

    expand.grid
`%>%` <- dplyr::`%>%`
# custom functions
source(file.path("util", "plier_util.R"))
# plot and result directory setup for this notebook
plot.dir <- file.path("plots", "05")
dir.create(plot.dir, recursive = TRUE, showWarnings = FALSE)
results.dir <- file.path("results", "05")
dir.create(results.dir, recursive = TRUE, showWarnings = FALSE)

Load SLE WB data

exprs.file <- file.path("data", "expression_data", 
                        "SLE_WB_all_microarray_QN_zto_before.pcl")
exprs.df <- readr::read_tsv(exprs.file)
Parsed with column specification:
cols(
  .default = col_double(),
  Gene = col_integer()
)
See spec(...) for full column specifications.

|                                                                                                                        |   0%
|                                                                                                                        |   0%
|                                                                                                                        |   0%
|                                                                                                                        |   0%
|                                                                                                                        |   0%
|                                                                                                                        |   0%
|                                                                                                                |   0%    1 MB
|                                                                                                                |   0%    1 MB
|                                                                                                                |   0%    1 MB
|                                                                                                                |   0%    1 MB
|                                                                                                                |   0%    1 MB
|                                                                                                                |   0%    2 MB
|                                                                                                                |   0%    2 MB
|                                                                                                                |   0%    2 MB
|                                                                                                                |   0%    2 MB
|                                                                                                                |   0%    2 MB
|                                                                                                                |   0%    2 MB
|                                                                                                                |   0%    3 MB
|                                                                                                                |   0%    3 MB
|                                                                                                                |   0%    3 MB
|                                                                                                                |   0%    3 MB
|                                                                                                                |   0%    3 MB
|=                                                                                                               |   0%    3 MB
|=                                                                                                               |   0%    4 MB
|=                                                                                                               |   0%    4 MB
|=                                                                                                               |   1%    4 MB
|=                                                                                                               |   1%    4 MB
|=                                                                                                               |   1%    4 MB
|=                                                                                                               |   1%    4 MB
|=                                                                                                               |   1%    5 MB
|=                                                                                                               |   1%    5 MB
|=                                                                                                               |   1%    5 MB
|=                                                                                                               |   1%    5 MB
|=                                                                                                               |   1%    5 MB
|=                                                                                                               |   1%    5 MB
|=                                                                                                               |   1%    6 MB
|=                                                                                                               |   1%    6 MB
|=                                                                                                               |   1%    6 MB
|=                                                                                                               |   1%    6 MB
|=                                                                                                               |   1%    6 MB
|=                                                                                                               |   1%    6 MB
|=                                                                                                               |   1%    7 MB
|=                                                                                                               |   1%    7 MB
|=                                                                                                               |   1%    7 MB
|=                                                                                                               |   1%    7 MB
|==                                                                                                              |   1%    7 MB
|==                                                                                                              |   1%    7 MB
|==                                                                                                              |   1%    8 MB
|==                                                                                                              |   1%    8 MB
|==                                                                                                              |   1%    8 MB
|==                                                                                                              |   1%    8 MB
|==                                                                                                              |   2%    8 MB
|==                                                                                                              |   2%    8 MB
|==                                                                                                              |   2%    9 MB
|==                                                                                                              |   2%    9 MB
|==                                                                                                              |   2%    9 MB
|==                                                                                                              |   2%    9 MB
|==                                                                                                              |   2%    9 MB
|==                                                                                                              |   2%    9 MB
|==                                                                                                              |   2%   10 MB
|==                                                                                                              |   2%   10 MB
|==                                                                                                              |   2%   10 MB
|==                                                                                                              |   2%   10 MB
|==                                                                                                              |   2%   10 MB
|==                                                                                                              |   2%   10 MB
|==                                                                                                              |   2%   11 MB
|==                                                                                                              |   2%   11 MB
|==                                                                                                              |   2%   11 MB
|===                                                                                                             |   2%   11 MB
|===                                                                                                             |   2%   11 MB
|===                                                                                                             |   2%   11 MB
|===                                                                                                             |   2%   11 MB
|===                                                                                                             |   2%   12 MB
|===                                                                                                             |   2%   12 MB
|===                                                                                                             |   2%   12 MB
|===                                                                                                             |   2%   12 MB
|===                                                                                                             |   2%   12 MB
|===                                                                                                             |   3%   12 MB
|===                                                                                                             |   3%   13 MB
|===                                                                                                             |   3%   13 MB
|===                                                                                                             |   3%   13 MB
|===                                                                                                             |   3%   13 MB
|===                                                                                                             |   3%   13 MB
|===                                                                                                             |   3%   13 MB
|===                                                                                                             |   3%   14 MB
|===                                                                                                             |   3%   14 MB
|===                                                                                                             |   3%   14 MB
|===                                                                                                             |   3%   14 MB
|===                                                                                                             |   3%   14 MB
|===                                                                                                             |   3%   14 MB
|===                                                                                                             |   3%   15 MB
|====                                                                                                            |   3%   15 MB
|====                                                                                                            |   3%   15 MB
|====                                                                                                            |   3%   15 MB
|====                                                                                                            |   3%   15 MB
|====                                                                                                            |   3%   15 MB
|====                                                                                                            |   3%   16 MB
|====                                                                                                            |   3%   16 MB
|====                                                                                                            |   3%   16 MB
|====                                                                                                            |   3%   16 MB
|====                                                                                                            |   3%   16 MB
|====                                                                                                            |   3%   17 MB
|====                                                                                                            |   4%   17 MB
|====                                                                                                            |   4%   17 MB
|====                                                                                                            |   4%   17 MB
|====                                                                                                            |   4%   17 MB
|====                                                                                                            |   4%   17 MB
|====                                                                                                            |   4%   18 MB
|====                                                                                                            |   4%   18 MB
|====                                                                                                            |   4%   18 MB
|====                                                                                                            |   4%   18 MB
|====                                                                                                            |   4%   18 MB
|====                                                                                                            |   4%   18 MB
|=====                                                                                                           |   4%   19 MB
|=====                                                                                                           |   4%   19 MB
|=====                                                                                                           |   4%   19 MB
|=====                                                                                                           |   4%   19 MB
|=====                                                                                                           |   4%   19 MB
|=====                                                                                                           |   4%   19 MB
|=====                                                                                                           |   4%   20 MB
|=====                                                                                                           |   4%   20 MB
|=====                                                                                                           |   4%   20 MB
|=====                                                                                                           |   4%   20 MB
|=====                                                                                                           |   4%   20 MB
|=====                                                                                                           |   4%   20 MB
|=====                                                                                                           |   4%   21 MB
|=====                                                                                                           |   4%   21 MB
|=====                                                                                                           |   4%   21 MB
|=====                                                                                                           |   5%   21 MB
|=====                                                                                                           |   5%   21 MB
|=====                                                                                                           |   5%   21 MB
|=====                                                                                                           |   5%   22 MB
|=====                                                                                                           |   5%   22 MB
|=====                                                                                                           |   5%   22 MB
|=====                                                                                                           |   5%   22 MB
|=====                                                                                                           |   5%   22 MB
|======                                                                                                          |   5%   22 MB
|======                                                                                                          |   5%   23 MB
|======                                                                                                          |   5%   23 MB
|======                                                                                                          |   5%   23 MB
|======                                                                                                          |   5%   23 MB
|======                                                                                                          |   5%   23 MB
|======                                                                                                          |   5%   23 MB
|======                                                                                                          |   5%   24 MB
|======                                                                                                          |   5%   24 MB
|======                                                                                                          |   5%   24 MB
|======                                                                                                          |   5%   24 MB
|======                                                                                                          |   5%   24 MB
|======                                                                                                          |   5%   24 MB
|======                                                                                                          |   5%   25 MB
|======                                                                                                          |   5%   25 MB
|======                                                                                                          |   5%   25 MB
|======                                                                                                          |   5%   25 MB
|======                                                                                                          |   6%   25 MB
|======                                                                                                          |   6%   25 MB
|======                                                                                                          |   6%   26 MB
|======                                                                                                          |   6%   26 MB
|======                                                                                                          |   6%   26 MB
|=======                                                                                                         |   6%   26 MB
|=======                                                                                                         |   6%   26 MB
|=======                                                                                                         |   6%   26 MB
|=======                                                                                                         |   6%   27 MB
|=======                                                                                                         |   6%   27 MB
|=======                                                                                                         |   6%   27 MB
|=======                                                                                                         |   6%   27 MB
|=======                                                                                                         |   6%   27 MB
|=======                                                                                                         |   6%   27 MB
|=======                                                                                                         |   6%   28 MB
|=======                                                                                                         |   6%   28 MB
|=======                                                                                                         |   6%   28 MB
|=======                                                                                                         |   6%   28 MB
|=======                                                                                                         |   6%   28 MB
|=======                                                                                                         |   6%   28 MB
|=======                                                                                                         |   6%   29 MB
|=======                                                                                                         |   6%   29 MB
|=======                                                                                                         |   6%   29 MB
|=======                                                                                                         |   6%   29 MB
|=======                                                                                                         |   6%   29 MB
|=======                                                                                                         |   6%   29 MB
|=======                                                                                                         |   7%   30 MB
|=======                                                                                                         |   7%   30 MB
|========                                                                                                        |   7%   30 MB
|========                                                                                                        |   7%   30 MB
|========                                                                                                        |   7%   30 MB
|========                                                                                                        |   7%   30 MB
|========                                                                                                        |   7%   30 MB
|========                                                                                                        |   7%   31 MB
|========                                                                                                        |   7%   31 MB
|========                                                                                                        |   7%   31 MB
|========                                                                                                        |   7%   31 MB
|========                                                                                                        |   7%   31 MB
|========                                                                                                        |   7%   31 MB
|========                                                                                                        |   7%   32 MB
|========                                                                                                        |   7%   32 MB
|========                                                                                                        |   7%   32 MB
|========                                                                                                        |   7%   32 MB
|========                                                                                                        |   7%   32 MB
|========                                                                                                        |   7%   32 MB
|========                                                                                                        |   7%   33 MB
|========                                                                                                        |   7%   33 MB
|========                                                                                                        |   7%   33 MB
|========                                                                                                        |   7%   33 MB
|========                                                                                                        |   7%   33 MB
|========                                                                                                        |   7%   33 MB
|========                                                                                                        |   7%   34 MB
|=========                                                                                                       |   7%   34 MB
|=========                                                                                                       |   8%   34 MB
|=========                                                                                                       |   8%   34 MB
|=========                                                                                                       |   8%   34 MB
|=========                                                                                                       |   8%   34 MB
|=========                                                                                                       |   8%   35 MB
|=========                                                                                                       |   8%   35 MB
|=========                                                                                                       |   8%   35 MB
|=========                                                                                                       |   8%   35 MB
|=========                                                                                                       |   8%   35 MB
|=========                                                                                                       |   8%   35 MB
|=========                                                                                                       |   8%   36 MB
|=========                                                                                                       |   8%   36 MB
|=========                                                                                                       |   8%   36 MB
|=========                                                                                                       |   8%   36 MB
|=========                                                                                                       |   8%   36 MB
|=========                                                                                                       |   8%   36 MB
|=========                                                                                                       |   8%   37 MB
|=========                                                                                                       |   8%   37 MB
|=========                                                                                                       |   8%   37 MB
|=========                                                                                                       |   8%   37 MB
|=========                                                                                                       |   8%   37 MB
|=========                                                                                                       |   8%   37 MB
|==========                                                                                                      |   8%   38 MB
|==========                                                                                                      |   8%   38 MB
|==========                                                                                                      |   8%   38 MB
|==========                                                                                                      |   8%   38 MB
|==========                                                                                                      |   9%   38 MB
|==========                                                                                                      |   9%   38 MB
|==========                                                                                                      |   9%   39 MB
|==========                                                                                                      |   9%   39 MB
|==========                                                                                                      |   9%   39 MB
|==========                                                                                                      |   9%   39 MB
|==========                                                                                                      |   9%   39 MB
|==========                                                                                                      |   9%   39 MB
|==========                                                                                                      |   9%   40 MB
|==========                                                                                                      |   9%   40 MB
|==========                                                                                                      |   9%   40 MB
|==========                                                                                                      |   9%   40 MB
|==========                                                                                                      |   9%   40 MB
|==========                                                                                                      |   9%   40 MB
|==========                                                                                                      |   9%   41 MB
|==========                                                                                                      |   9%   41 MB
|==========                                                                                                      |   9%   41 MB
|==========                                                                                                      |   9%   41 MB
|==========                                                                                                      |   9%   41 MB
|===========                                                                                                     |   9%   41 MB
|===========                                                                                                     |   9%   41 MB
|===========                                                                                                     |   9%   42 MB
|===========                                                                                                     |   9%   42 MB
|===========                                                                                                     |   9%   42 MB
|===========                                                                                                     |   9%   42 MB
|===========                                                                                                     |   9%   42 MB
|===========                                                                                                     |  10%   42 MB
|===========                                                                                                     |  10%   43 MB
|===========                                                                                                     |  10%   43 MB
|===========                                                                                                     |  10%   43 MB
|===========                                                                                                     |  10%   43 MB
|===========                                                                                                     |  10%   43 MB
|===========                                                                                                     |  10%   43 MB
|===========                                                                                                     |  10%   44 MB
|===========                                                                                                     |  10%   44 MB
|===========                                                                                                     |  10%   44 MB
|===========                                                                                                     |  10%   44 MB
|===========                                                                                                     |  10%   44 MB
|===========                                                                                                     |  10%   44 MB
|===========                                                                                                     |  10%   45 MB
|===========                                                                                                     |  10%   45 MB
|===========                                                                                                     |  10%   45 MB
|============                                                                                                    |  10%   45 MB
|============                                                                                                    |  10%   45 MB
|============                                                                                                    |  10%   45 MB
|============                                                                                                    |  10%   46 MB
|============                                                                                                    |  10%   46 MB
|============                                                                                                    |  10%   46 MB
|============                                                                                                    |  10%   46 MB
|============                                                                                                    |  10%   46 MB
|============                                                                                                    |  10%   46 MB
|============                                                                                                    |  10%   47 MB
|============                                                                                                    |  11%   47 MB
|============                                                                                                    |  11%   47 MB
|============                                                                                                    |  11%   47 MB
|============                                                                                                    |  11%   47 MB
|============                                                                                                    |  11%   47 MB
|============                                                                                                    |  11%   47 MB
|============                                                                                                    |  11%   48 MB
|============                                                                                                    |  11%   48 MB
|============                                                                                                    |  11%   48 MB
|============                                                                                                    |  11%   48 MB
|============                                                                                                    |  11%   48 MB
|============                                                                                                    |  11%   49 MB
|============                                                                                                    |  11%   49 MB
|=============                                                                                                   |  11%   49 MB
|=============                                                                                                   |  11%   49 MB
|=============                                                                                                   |  11%   49 MB
|=============                                                                                                   |  11%   49 MB
|=============                                                                                                   |  11%   49 MB
|=============                                                                                                   |  11%   50 MB
|=============                                                                                                   |  11%   50 MB
|=============                                                                                                   |  11%   50 MB
|=============                                                                                                   |  11%   50 MB
|=============                                                                                                   |  11%   50 MB
|=============                                                                                                   |  11%   50 MB
|=============                                                                                                   |  11%   51 MB
|=============                                                                                                   |  11%   51 MB
|=============                                                                                                   |  12%   51 MB
|=============                                                                                                   |  12%   51 MB
|=============                                                                                                   |  12%   51 MB
|=============                                                                                                   |  12%   52 MB
|=============                                                                                                   |  12%   52 MB
|=============                                                                                                   |  12%   52 MB
|=============                                                                                                   |  12%   52 MB
|=============                                                                                                   |  12%   52 MB
|=============                                                                                                   |  12%   52 MB
|=============                                                                                                   |  12%   52 MB
|==============                                                                                                  |  12%   53 MB
|==============                                                                                                  |  12%   53 MB
|==============                                                                                                  |  12%   53 MB
|==============                                                                                                  |  12%   53 MB
|==============                                                                                                  |  12%   53 MB
|==============                                                                                                  |  12%   53 MB
|==============                                                                                                  |  12%   54 MB
|==============                                                                                                  |  12%   54 MB
|==============                                                                                                  |  12%   54 MB
|==============                                                                                                  |  12%   54 MB
|==============                                                                                                  |  12%   54 MB
|==============                                                                                                  |  12%   54 MB
|==============                                                                                                  |  12%   55 MB
|==============                                                                                                  |  12%   55 MB
|==============                                                                                                  |  12%   55 MB
|==============                                                                                                  |  12%   55 MB
|==============                                                                                                  |  13%   55 MB
|==============                                                                                                  |  13%   55 MB
|==============                                                                                                  |  13%   56 MB
|==============                                                                                                  |  13%   56 MB
|==============                                                                                                  |  13%   56 MB
|==============                                                                                                  |  13%   56 MB
|==============                                                                                                  |  13%   56 MB
|==============                                                                                                  |  13%   56 MB
|===============                                                                                                 |  13%   56 MB
|===============                                                                                                 |  13%   57 MB
|===============                                                                                                 |  13%   57 MB
|===============                                                                                                 |  13%   57 MB
|===============                                                                                                 |  13%   57 MB
|===============                                                                                                 |  13%   57 MB
|===============                                                                                                 |  13%   57 MB
|===============                                                                                                 |  13%   58 MB
|===============                                                                                                 |  13%   58 MB
|===============                                                                                                 |  13%   58 MB
|===============                                                                                                 |  13%   58 MB
|===============                                                                                                 |  13%   58 MB
|===============                                                                                                 |  13%   59 MB
|===============                                                                                                 |  13%   59 MB
|===============                                                                                                 |  13%   59 MB
|===============                                                                                                 |  13%   59 MB
|===============                                                                                                 |  13%   59 MB
|===============                                                                                                 |  13%   59 MB
|===============                                                                                                 |  13%   59 MB
|===============                                                                                                 |  14%   60 MB
|===============                                                                                                 |  14%   60 MB
|===============                                                                                                 |  14%   60 MB
|===============                                                                                                 |  14%   60 MB
|================                                                                                                |  14%   60 MB
|================                                                                                                |  14%   60 MB
|================                                                                                                |  14%   61 MB
|================                                                                                                |  14%   61 MB
|================                                                                                                |  14%   61 MB
|================                                                                                                |  14%   61 MB
|================                                                                                                |  14%   61 MB
|================                                                                                                |  14%   61 MB
|================                                                                                                |  14%   62 MB
|================                                                                                                |  14%   62 MB
|================                                                                                                |  14%   62 MB
|================                                                                                                |  14%   62 MB
|================                                                                                                |  14%   62 MB
|================                                                                                                |  14%   62 MB
|================                                                                                                |  14%   63 MB
|================                                                                                                |  14%   63 MB
|================                                                                                                |  14%   63 MB
|================                                                                                                |  14%   63 MB
|================                                                                                                |  14%   63 MB
|================                                                                                                |  14%   63 MB
|================                                                                                                |  14%   64 MB
|================                                                                                                |  15%   64 MB
|================                                                                                                |  15%   64 MB
|=================                                                                                               |  15%   64 MB
|=================                                                                                               |  15%   64 MB
|=================                                                                                               |  15%   64 MB
|=================                                                                                               |  15%   65 MB
|=================                                                                                               |  15%   65 MB
|=================                                                                                               |  15%   65 MB
|=================                                                                                               |  15%   65 MB
|=================                                                                                               |  15%   65 MB
|=================                                                                                               |  15%   65 MB
|=================                                                                                               |  15%   66 MB
|=================                                                                                               |  15%   66 MB
|=================                                                                                               |  15%   66 MB
|=================                                                                                               |  15%   66 MB
|=================                                                                                               |  15%   66 MB
|=================                                                                                               |  15%   66 MB
|=================                                                                                               |  15%   67 MB
|=================                                                                                               |  15%   67 MB
|=================                                                                                               |  15%   67 MB
|=================                                                                                               |  15%   67 MB
|=================                                                                                               |  15%   67 MB
|=================                                                                                               |  15%   67 MB
|=================                                                                                               |  15%   68 MB
|=================                                                                                               |  15%   68 MB
|==================                                                                                              |  15%   68 MB
|==================                                                                                              |  16%   68 MB
|==================                                                                                              |  16%   68 MB
|==================                                                                                              |  16%   68 MB
|==================                                                                                              |  16%   69 MB
|==================                                                                                              |  16%   69 MB
|==================                                                                                              |  16%   69 MB
|==================                                                                                              |  16%   69 MB
|==================                                                                                              |  16%   69 MB
|==================                                                                                              |  16%   69 MB
|==================                                                                                              |  16%   69 MB
|==================                                                                                              |  16%   70 MB
|==================                                                                                              |  16%   70 MB
|==================                                                                                              |  16%   70 MB
|==================                                                                                              |  16%   70 MB
|==================                                                                                              |  16%   70 MB
|==================                                                                                              |  16%   70 MB
|==================                                                                                              |  16%   71 MB
|==================                                                                                              |  16%   71 MB
|==================                                                                                              |  16%   71 MB
|==================                                                                                              |  16%   71 MB
|==================                                                                                              |  16%   71 MB
|==================                                                                                              |  16%   71 MB
|===================                                                                                             |  16%   72 MB
|===================                                                                                             |  16%   72 MB
|===================                                                                                             |  16%   72 MB
|===================                                                                                             |  16%   72 MB
|===================                                                                                             |  16%   72 MB
|===================                                                                                             |  17%   72 MB
|===================                                                                                             |  17%   73 MB
|===================                                                                                             |  17%   73 MB
|===================                                                                                             |  17%   73 MB
|===================                                                                                             |  17%   73 MB
|===================                                                                                             |  17%   73 MB
|===================                                                                                             |  17%   73 MB
|===================                                                                                             |  17%   74 MB
|===================                                                                                             |  17%   74 MB
|===================                                                                                             |  17%   74 MB
|===================                                                                                             |  17%   74 MB
|===================                                                                                             |  17%   74 MB
|===================                                                                                             |  17%   74 MB
|===================                                                                                             |  17%   74 MB
|===================                                                                                             |  17%   75 MB
|===================                                                                                             |  17%   75 MB
|===================                                                                                             |  17%   75 MB
|===================                                                                                             |  17%   75 MB
|===================                                                                                             |  17%   75 MB
|====================                                                                                            |  17%   75 MB
|====================                                                                                            |  17%   76 MB
|====================                                                                                            |  17%   76 MB
|====================                                                                                            |  17%   76 MB
|====================                                                                                            |  17%   76 MB
|====================                                                                                            |  17%   76 MB
|====================                                                                                            |  17%   76 MB
|====================                                                                                            |  17%   77 MB
|====================                                                                                            |  18%   77 MB
|====================                                                                                            |  18%   77 MB
|====================                                                                                            |  18%   77 MB
|====================                                                                                            |  18%   77 MB
|====================                                                                                            |  18%   77 MB
|====================                                                                                            |  18%   78 MB
|====================                                                                                            |  18%   78 MB
|====================                                                                                            |  18%   78 MB
|====================                                                                                            |  18%   78 MB
|====================                                                                                            |  18%   78 MB
|====================                                                                                            |  18%   78 MB
|====================                                                                                            |  18%   79 MB
|====================                                                                                            |  18%   79 MB
|====================                                                                                            |  18%   79 MB
|====================                                                                                            |  18%   79 MB
|=====================                                                                                           |  18%   79 MB
|=====================                                                                                           |  18%   79 MB
|=====================                                                                                           |  18%   80 MB
|=====================                                                                                           |  18%   80 MB
|=====================                                                                                           |  18%   80 MB
|=====================                                                                                           |  18%   80 MB
|=====================                                                                                           |  18%   80 MB
|=====================                                                                                           |  18%   80 MB
|=====================                                                                                           |  18%   81 MB
|=====================                                                                                           |  18%   81 MB
|=====================                                                                                           |  18%   81 MB
|=====================                                                                                           |  19%   81 MB
|=====================                                                                                           |  19%   81 MB
|=====================                                                                                           |  19%   81 MB
|=====================                                                                                           |  19%   82 MB
|=====================                                                                                           |  19%   82 MB
|=====================                                                                                           |  19%   82 MB
|=====================                                                                                           |  19%   82 MB
|=====================                                                                                           |  19%   82 MB
|=====================                                                                                           |  19%   82 MB
|=====================                                                                                           |  19%   83 MB
|=====================                                                                                           |  19%   83 MB
|=====================                                                                                           |  19%   83 MB
|======================                                                                                          |  19%   83 MB
|======================                                                                                          |  19%   83 MB
|======================                                                                                          |  19%   83 MB
|======================                                                                                          |  19%   84 MB
|======================                                                                                          |  19%   84 MB
|======================                                                                                          |  19%   84 MB
|======================                                                                                          |  19%   84 MB
|======================                                                                                          |  19%   84 MB
|======================                                                                                          |  19%   84 MB
|======================                                                                                          |  19%   84 MB
|======================                                                                                          |  19%   85 MB
|======================                                                                                          |  19%   85 MB
|======================                                                                                          |  19%   85 MB
|======================                                                                                          |  19%   85 MB
|======================                                                                                          |  20%   85 MB
|======================                                                                                          |  20%   85 MB
|======================                                                                                          |  20%   86 MB
|======================                                                                                          |  20%   86 MB
|======================                                                                                          |  20%   86 MB
|======================                                                                                          |  20%   86 MB
|======================                                                                                          |  20%   86 MB
|======================                                                                                          |  20%   86 MB
|======================                                                                                          |  20%   87 MB
|=======================                                                                                         |  20%   87 MB
|=======================                                                                                         |  20%   87 MB
|=======================                                                                                         |  20%   87 MB
|=======================                                                                                         |  20%   87 MB
|=======================                                                                                         |  20%   87 MB
|=======================                                                                                         |  20%   88 MB
|=======================                                                                                         |  20%   88 MB
|=======================                                                                                         |  20%   88 MB
|=======================                                                                                         |  20%   88 MB
|=======================                                                                                         |  20%   88 MB
|=======================                                                                                         |  20%   88 MB
|=======================                                                                                         |  20%   89 MB
|=======================                                                                                         |  20%   89 MB
|=======================                                                                                         |  20%   89 MB
|=======================                                                                                         |  20%   89 MB
|=======================                                                                                         |  20%   89 MB
|=======================                                                                                         |  20%   89 MB
|=======================                                                                                         |  21%   90 MB
|=======================                                                                                         |  21%   90 MB
|=======================                                                                                         |  21%   90 MB
|=======================                                                                                         |  21%   90 MB
|=======================                                                                                         |  21%   90 MB
|=======================                                                                                         |  21%   90 MB
|========================                                                                                        |  21%   91 MB
|========================                                                                                        |  21%   91 MB
|========================                                                                                        |  21%   91 MB
|========================                                                                                        |  21%   91 MB
|========================                                                                                        |  21%   91 MB
|========================                                                                                        |  21%   91 MB
|========================                                                                                        |  21%   92 MB
|========================                                                                                        |  21%   92 MB
|========================                                                                                        |  21%   92 MB
|========================                                                                                        |  21%   92 MB
|========================                                                                                        |  21%   92 MB
|========================                                                                                        |  21%   92 MB
|========================                                                                                        |  21%   93 MB
|========================                                                                                        |  21%   93 MB
|========================                                                                                        |  21%   93 MB
|========================                                                                                        |  21%   93 MB
|========================                                                                                        |  21%   93 MB
|========================                                                                                        |  21%   93 MB
|========================                                                                                        |  21%   94 MB
|========================                                                                                        |  21%   94 MB
|========================                                                                                        |  22%   94 MB
|========================                                                                                        |  22%   94 MB
|========================                                                                                        |  22%   94 MB
|=========================                                                                                       |  22%   94 MB
|=========================                                                                                       |  22%   95 MB
|=========================                                                                                       |  22%   95 MB
|=========================                                                                                       |  22%   95 MB
|=========================                                                                                       |  22%   95 MB
|=========================                                                                                       |  22%   95 MB
|=========================                                                                                       |  22%   95 MB
|=========================                                                                                       |  22%   96 MB
|=========================                                                                                       |  22%   96 MB
|=========================                                                                                       |  22%   96 MB
|=========================                                                                                       |  22%   96 MB
|=========================                                                                                       |  22%   96 MB
|=========================                                                                                       |  22%   96 MB
|=========================                                                                                       |  22%   96 MB
|=========================                                                                                       |  22%   97 MB
|=========================                                                                                       |  22%   97 MB
|=========================                                                                                       |  22%   97 MB
|=========================                                                                                       |  22%   97 MB
|=========================                                                                                       |  22%   97 MB
|=========================                                                                                       |  22%   97 MB
|=========================                                                                                       |  22%   98 MB
|=========================                                                                                       |  22%   98 MB
|=========================                                                                                       |  22%   98 MB
|==========================                                                                                      |  23%   98 MB
|==========================                                                                                      |  23%   98 MB
|==========================                                                                                      |  23%   98 MB
|==========================                                                                                      |  23%   99 MB
|==========================                                                                                      |  23%   99 MB
|==========================                                                                                      |  23%   99 MB
|==========================                                                                                      |  23%   99 MB
|==========================                                                                                      |  23%   99 MB
|==========================                                                                                      |  23%   99 MB
|==========================                                                                                      |  23%  100 MB
|==========================                                                                                      |  23%  100 MB
|==========================                                                                                      |  23%  100 MB
|==========================                                                                                      |  23%  100 MB
|==========================                                                                                      |  23%  100 MB
|==========================                                                                                      |  23%  100 MB
|==========================                                                                                      |  23%  101 MB
|==========================                                                                                      |  23%  101 MB
|==========================                                                                                      |  23%  101 MB
|==========================                                                                                      |  23%  101 MB
|==========================                                                                                      |  23%  101 MB
|==========================                                                                                      |  23%  101 MB
|==========================                                                                                      |  23%  102 MB
|==========================                                                                                      |  23%  102 MB
|===========================                                                                                     |  23%  102 MB
|===========================                                                                                     |  23%  102 MB
|===========================                                                                                     |  23%  102 MB
|===========================                                                                                     |  24%  102 MB
|===========================                                                                                     |  24%  103 MB
|===========================                                                                                     |  24%  103 MB
|===========================                                                                                     |  24%  103 MB
|===========================                                                                                     |  24%  103 MB
|===========================                                                                                     |  24%  103 MB
|===========================                                                                                     |  24%  103 MB
|===========================                                                                                     |  24%  104 MB
|===========================                                                                                     |  24%  104 MB
|===========================                                                                                     |  24%  104 MB
|===========================                                                                                     |  24%  104 MB
|===========================                                                                                     |  24%  104 MB
|===========================                                                                                     |  24%  105 MB
|===========================                                                                                     |  24%  105 MB
|===========================                                                                                     |  24%  105 MB
|===========================                                                                                     |  24%  105 MB
|===========================                                                                                     |  24%  105 MB
|===========================                                                                                     |  24%  105 MB
|===========================                                                                                     |  24%  106 MB
|============================                                                                                    |  24%  106 MB
|============================                                                                                    |  24%  106 MB
|============================                                                                                    |  24%  106 MB
|============================                                                                                    |  24%  106 MB
|============================                                                                                    |  24%  106 MB
|============================                                                                                    |  24%  107 MB
|============================                                                                                    |  25%  107 MB
|============================                                                                                    |  25%  107 MB
|============================                                                                                    |  25%  107 MB
|============================                                                                                    |  25%  107 MB
|============================                                                                                    |  25%  107 MB
|============================                                                                                    |  25%  108 MB
|============================                                                                                    |  25%  108 MB
|============================                                                                                    |  25%  108 MB
|============================                                                                                    |  25%  108 MB
|============================                                                                                    |  25%  108 MB
|============================                                                                                    |  25%  108 MB
|============================                                                                                    |  25%  108 MB
|============================                                                                                    |  25%  109 MB
|============================                                                                                    |  25%  109 MB
|============================                                                                                    |  25%  109 MB
|============================                                                                                    |  25%  109 MB
|============================                                                                                    |  25%  109 MB
|=============================                                                                                   |  25%  110 MB
|=============================                                                                                   |  25%  110 MB
|=============================                                                                                   |  25%  110 MB
|=============================                                                                                   |  25%  110 MB
|=============================                                                                                   |  25%  110 MB
|=============================                                                                                   |  25%  110 MB
|=============================                                                                                   |  25%  111 MB
|=============================                                                                                   |  25%  111 MB
|=============================                                                                                   |  25%  111 MB
|=============================                                                                                   |  26%  111 MB
|=============================                                                                                   |  26%  111 MB
|=============================                                                                                   |  26%  111 MB
|=============================                                                                                   |  26%  111 MB
|=============================                                                                                   |  26%  112 MB
|=============================                                                                                   |  26%  112 MB
|=============================                                                                                   |  26%  112 MB
|=============================                                                                                   |  26%  112 MB
|=============================                                                                                   |  26%  112 MB
|=============================                                                                                   |  26%  113 MB
|=============================                                                                                   |  26%  113 MB
|=============================                                                                                   |  26%  113 MB
|=============================                                                                                   |  26%  113 MB
|=============================                                                                                   |  26%  113 MB
|==============================                                                                                  |  26%  113 MB
|==============================                                                                                  |  26%  113 MB
|==============================                                                                                  |  26%  114 MB
|==============================                                                                                  |  26%  114 MB
|==============================                                                                                  |  26%  114 MB
|==============================                                                                                  |  26%  114 MB
|==============================                                                                                  |  26%  114 MB
|==============================                                                                                  |  26%  114 MB
|==============================                                                                                  |  26%  115 MB
|==============================                                                                                  |  26%  115 MB
|==============================                                                                                  |  26%  115 MB
|==============================                                                                                  |  26%  115 MB
|==============================                                                                                  |  27%  115 MB
|==============================                                                                                  |  27%  115 MB
|==============================                                                                                  |  27%  116 MB
|==============================                                                                                  |  27%  116 MB
|==============================                                                                                  |  27%  116 MB
|==============================                                                                                  |  27%  116 MB
|==============================                                                                                  |  27%  116 MB
|==============================                                                                                  |  27%  116 MB
|==============================                                                                                  |  27%  117 MB
|==============================                                                                                  |  27%  117 MB
|==============================                                                                                  |  27%  117 MB
|===============================                                                                                 |  27%  117 MB
|===============================                                                                                 |  27%  117 MB
|===============================                                                                                 |  27%  117 MB
|===============================                                                                                 |  27%  118 MB
|===============================                                                                                 |  27%  118 MB
|===============================                                                                                 |  27%  118 MB
|===============================                                                                                 |  27%  118 MB
|===============================                                                                                 |  27%  118 MB
|===============================                                                                                 |  27%  118 MB
|===============================                                                                                 |  27%  119 MB
|===============================                                                                                 |  27%  119 MB
|===============================                                                                                 |  27%  119 MB
|===============================                                                                                 |  27%  119 MB
|===============================                                                                                 |  27%  119 MB
|===============================                                                                                 |  27%  119 MB
|===============================                                                                                 |  28%  120 MB
|===============================                                                                                 |  28%  120 MB
|===============================                                                                                 |  28%  120 MB
|===============================                                                                                 |  28%  120 MB
|===============================                                                                                 |  28%  120 MB
|===============================                                                                                 |  28%  120 MB
|===============================                                                                                 |  28%  120 MB
|===============================                                                                                 |  28%  121 MB
|===============================                                                                                 |  28%  121 MB
|================================                                                                                |  28%  121 MB
|================================                                                                                |  28%  121 MB
|================================                                                                                |  28%  121 MB
|================================                                                                                |  28%  121 MB
|================================                                                                                |  28%  122 MB
|================================                                                                                |  28%  122 MB
|================================                                                                                |  28%  122 MB
|================================                                                                                |  28%  122 MB
|================================                                                                                |  28%  122 MB
|================================                                                                                |  28%  122 MB
|================================                                                                                |  28%  123 MB
|================================                                                                                |  28%  123 MB
|================================                                                                                |  28%  123 MB
|================================                                                                                |  28%  123 MB
|================================                                                                                |  28%  123 MB
|================================                                                                                |  28%  123 MB
|================================                                                                                |  28%  124 MB
|================================                                                                                |  29%  124 MB
|================================                                                                                |  29%  124 MB
|================================                                                                                |  29%  124 MB
|================================                                                                                |  29%  124 MB
|================================                                                                                |  29%  124 MB
|================================                                                                                |  29%  125 MB
|=================================                                                                               |  29%  125 MB
|=================================                                                                               |  29%  125 MB
|=================================                                                                               |  29%  125 MB
|=================================                                                                               |  29%  125 MB
|=================================                                                                               |  29%  125 MB
|=================================                                                                               |  29%  126 MB
|=================================                                                                               |  29%  126 MB
|=================================                                                                               |  29%  126 MB
|=================================                                                                               |  29%  126 MB
|=================================                                                                               |  29%  126 MB
|=================================                                                                               |  29%  126 MB
|=================================                                                                               |  29%  127 MB
|=================================                                                                               |  29%  127 MB
|=================================                                                                               |  29%  127 MB
|=================================                                                                               |  29%  127 MB
|=================================                                                                               |  29%  127 MB
|=================================                                                                               |  29%  127 MB
|=================================                                                                               |  29%  128 MB
|=================================                                                                               |  29%  128 MB
|=================================                                                                               |  29%  128 MB
|=================================                                                                               |  30%  128 MB
|=================================                                                                               |  30%  128 MB
|==================================                                                                              |  30%  128 MB
|==================================                                                                              |  30%  129 MB
|==================================                                                                              |  30%  129 MB
|==================================                                                                              |  30%  129 MB
|==================================                                                                              |  30%  129 MB
|==================================                                                                              |  30%  129 MB
|==================================                                                                              |  30%  129 MB
|==================================                                                                              |  30%  130 MB
|==================================                                                                              |  30%  130 MB
|==================================                                                                              |  30%  130 MB
|==================================                                                                              |  30%  130 MB
|==================================                                                                              |  30%  130 MB
|==================================                                                                              |  30%  130 MB
|==================================                                                                              |  30%  131 MB
|==================================                                                                              |  30%  131 MB
|==================================                                                                              |  30%  131 MB
|==================================                                                                              |  30%  131 MB
|==================================                                                                              |  30%  131 MB
|==================================                                                                              |  30%  131 MB
|==================================                                                                              |  30%  132 MB
|==================================                                                                              |  30%  132 MB
|==================================                                                                              |  30%  132 MB
|==================================                                                                              |  30%  132 MB
|===================================                                                                             |  30%  132 MB
|===================================                                                                             |  31%  132 MB
|===================================                                                                             |  31%  133 MB
|===================================                                                                             |  31%  133 MB
|===================================                                                                             |  31%  133 MB
|===================================                                                                             |  31%  133 MB
|===================================                                                                             |  31%  133 MB
|===================================                                                                             |  31%  133 MB
|===================================                                                                             |  31%  133 MB
|===================================                                                                             |  31%  134 MB
|===================================                                                                             |  31%  134 MB
|===================================                                                                             |  31%  134 MB
|===================================                                                                             |  31%  134 MB
|===================================                                                                             |  31%  134 MB
|===================================                                                                             |  31%  134 MB
|===================================                                                                             |  31%  135 MB
|===================================                                                                             |  31%  135 MB
|===================================                                                                             |  31%  135 MB
|===================================                                                                             |  31%  135 MB
|===================================                                                                             |  31%  135 MB
|===================================                                                                             |  31%  135 MB
|===================================                                                                             |  31%  136 MB
|===================================                                                                             |  31%  136 MB
|===================================                                                                             |  31%  136 MB
|====================================                                                                            |  31%  136 MB
|====================================                                                                            |  31%  136 MB
|====================================                                                                            |  31%  136 MB
|====================================                                                                            |  31%  137 MB
|====================================                                                                            |  32%  137 MB
|====================================                                                                            |  32%  137 MB
|====================================                                                                            |  32%  137 MB
|====================================                                                                            |  32%  137 MB
|====================================                                                                            |  32%  137 MB
|====================================                                                                            |  32%  138 MB
|====================================                                                                            |  32%  138 MB
|====================================                                                                            |  32%  138 MB
|====================================                                                                            |  32%  138 MB
|====================================                                                                            |  32%  138 MB
|====================================                                                                            |  32%  138 MB
|====================================                                                                            |  32%  139 MB
|====================================                                                                            |  32%  139 MB
|====================================                                                                            |  32%  139 MB
|====================================                                                                            |  32%  139 MB
|====================================                                                                            |  32%  139 MB
|====================================                                                                            |  32%  139 MB
|====================================                                                                            |  32%  139 MB
|====================================                                                                            |  32%  140 MB
|=====================================                                                                           |  32%  140 MB
|=====================================                                                                           |  32%  140 MB
|=====================================                                                                           |  32%  140 MB
|=====================================                                                                           |  32%  140 MB
|=====================================                                                                           |  32%  141 MB
|=====================================                                                                           |  32%  141 MB
|=====================================                                                                           |  32%  141 MB
|=====================================                                                                           |  33%  141 MB
|=====================================                                                                           |  33%  141 MB
|=====================================                                                                           |  33%  141 MB
|=====================================                                                                           |  33%  141 MB
|=====================================                                                                           |  33%  142 MB
|=====================================                                                                           |  33%  142 MB
|=====================================                                                                           |  33%  142 MB
|=====================================                                                                           |  33%  142 MB
|=====================================                                                                           |  33%  142 MB
|=====================================                                                                           |  33%  142 MB
|=====================================                                                                           |  33%  143 MB
|=====================================                                                                           |  33%  143 MB
|=====================================                                                                           |  33%  143 MB
|=====================================                                                                           |  33%  143 MB
|=====================================                                                                           |  33%  143 MB
|=====================================                                                                           |  33%  143 MB
|======================================                                                                          |  33%  144 MB
|======================================                                                                          |  33%  144 MB
|======================================                                                                          |  33%  144 MB
|======================================                                                                          |  33%  144 MB
|======================================                                                                          |  33%  144 MB
|======================================                                                                          |  33%  144 MB
|======================================                                                                          |  33%  145 MB
|======================================                                                                          |  33%  145 MB
|======================================                                                                          |  33%  145 MB
|======================================                                                                          |  33%  145 MB
|======================================                                                                          |  34%  145 MB
|======================================                                                                          |  34%  145 MB
|======================================                                                                          |  34%  146 MB
|======================================                                                                          |  34%  146 MB
|======================================                                                                          |  34%  146 MB
|======================================                                                                          |  34%  146 MB
|======================================                                                                          |  34%  146 MB
|======================================                                                                          |  34%  146 MB
|======================================                                                                          |  34%  146 MB
|======================================                                                                          |  34%  147 MB
|======================================                                                                          |  34%  147 MB
|======================================                                                                          |  34%  147 MB
|======================================                                                                          |  34%  147 MB
|======================================                                                                          |  34%  147 MB
|=======================================                                                                         |  34%  147 MB
|=======================================                                                                         |  34%  148 MB
|=======================================                                                                         |  34%  148 MB
|=======================================                                                                         |  34%  148 MB
|=======================================                                                                         |  34%  148 MB
|=======================================                                                                         |  34%  148 MB
|=======================================                                                                         |  34%  148 MB
|=======================================                                                                         |  34%  149 MB
|=======================================                                                                         |  34%  149 MB
|=======================================                                                                         |  34%  149 MB
|=======================================                                                                         |  34%  149 MB
|=======================================                                                                         |  34%  149 MB
|=======================================                                                                         |  34%  149 MB
|=======================================                                                                         |  35%  150 MB
|=======================================                                                                         |  35%  150 MB
|=======================================                                                                         |  35%  150 MB
|=======================================                                                                         |  35%  150 MB
|=======================================                                                                         |  35%  150 MB
|=======================================                                                                         |  35%  150 MB
|=======================================                                                                         |  35%  150 MB
|=======================================                                                                         |  35%  151 MB
|=======================================                                                                         |  35%  151 MB
|=======================================                                                                         |  35%  151 MB
|========================================                                                                        |  35%  151 MB
|========================================                                                                        |  35%  151 MB
|========================================                                                                        |  35%  151 MB
|========================================                                                                        |  35%  152 MB
|========================================                                                                        |  35%  152 MB
|========================================                                                                        |  35%  152 MB
|========================================                                                                        |  35%  152 MB
|========================================                                                                        |  35%  152 MB
|========================================                                                                        |  35%  153 MB
|========================================                                                                        |  35%  153 MB
|========================================                                                                        |  35%  153 MB
|========================================                                                                        |  35%  153 MB
|========================================                                                                        |  35%  153 MB
|========================================                                                                        |  35%  153 MB
|========================================                                                                        |  35%  154 MB
|========================================                                                                        |  35%  154 MB
|========================================                                                                        |  36%  154 MB
|========================================                                                                        |  36%  154 MB
|========================================                                                                        |  36%  154 MB
|========================================                                                                        |  36%  154 MB
|========================================                                                                        |  36%  155 MB
|========================================                                                                        |  36%  155 MB
|========================================                                                                        |  36%  155 MB
|=========================================                                                                       |  36%  155 MB
|=========================================                                                                       |  36%  155 MB
|=========================================                                                                       |  36%  155 MB
|=========================================                                                                       |  36%  155 MB
|=========================================                                                                       |  36%  156 MB
|=========================================                                                                       |  36%  156 MB
|=========================================                                                                       |  36%  156 MB
|=========================================                                                                       |  36%  156 MB
|=========================================                                                                       |  36%  156 MB
|=========================================                                                                       |  36%  157 MB
|=========================================                                                                       |  36%  157 MB
|=========================================                                                                       |  36%  157 MB
|=========================================                                                                       |  36%  157 MB
|=========================================                                                                       |  36%  157 MB
|=========================================                                                                       |  36%  157 MB
|=========================================                                                                       |  36%  158 MB
|=========================================                                                                       |  36%  158 MB
|=========================================                                                                       |  36%  158 MB
|=========================================                                                                       |  37%  158 MB
|=========================================                                                                       |  37%  158 MB
|=========================================                                                                       |  37%  158 MB
|=========================================                                                                       |  37%  158 MB
|=========================================                                                                       |  37%  159 MB
|==========================================                                                                      |  37%  159 MB
|==========================================                                                                      |  37%  159 MB
|==========================================                                                                      |  37%  159 MB
|==========================================                                                                      |  37%  159 MB
|==========================================                                                                      |  37%  160 MB
|==========================================                                                                      |  37%  160 MB
|==========================================                                                                      |  37%  160 MB
|==========================================                                                                      |  37%  160 MB
|==========================================                                                                      |  37%  160 MB
|==========================================                                                                      |  37%  160 MB
|==========================================                                                                      |  37%  160 MB
|==========================================                                                                      |  37%  161 MB
|==========================================                                                                      |  37%  161 MB
|==========================================                                                                      |  37%  161 MB
|==========================================                                                                      |  37%  161 MB
|==========================================                                                                      |  37%  161 MB
|==========================================                                                                      |  37%  161 MB
|==========================================                                                                      |  37%  162 MB
|==========================================                                                                      |  37%  162 MB
|==========================================                                                                      |  37%  162 MB
|==========================================                                                                      |  37%  162 MB
|==========================================                                                                      |  37%  162 MB
|==========================================                                                                      |  38%  162 MB
|===========================================                                                                     |  38%  163 MB
|===========================================                                                                     |  38%  163 MB
|===========================================                                                                     |  38%  163 MB
|===========================================                                                                     |  38%  163 MB
|===========================================                                                                     |  38%  163 MB
|===========================================                                                                     |  38%  163 MB
|===========================================                                                                     |  38%  164 MB
|===========================================                                                                     |  38%  164 MB
|===========================================                                                                     |  38%  164 MB
|===========================================                                                                     |  38%  164 MB
|===========================================                                                                     |  38%  164 MB
|===========================================                                                                     |  38%  164 MB
|===========================================                                                                     |  38%  164 MB
|===========================================                                                                     |  38%  165 MB
|===========================================                                                                     |  38%  165 MB
|===========================================                                                                     |  38%  165 MB
|===========================================                                                                     |  38%  165 MB
|===========================================                                                                     |  38%  165 MB
|===========================================                                                                     |  38%  165 MB
|===========================================                                                                     |  38%  166 MB
|===========================================                                                                     |  38%  166 MB
|===========================================                                                                     |  38%  166 MB
|===========================================                                                                     |  38%  166 MB
|===========================================                                                                     |  38%  166 MB
|============================================                                                                    |  38%  166 MB
|============================================                                                                    |  39%  167 MB
|============================================                                                                    |  39%  167 MB
|============================================                                                                    |  39%  167 MB
|============================================                                                                    |  39%  167 MB
|============================================                                                                    |  39%  167 MB
|============================================                                                                    |  39%  167 MB
|============================================                                                                    |  39%  168 MB
|============================================                                                                    |  39%  168 MB
|============================================                                                                    |  39%  168 MB
|============================================                                                                    |  39%  168 MB
|============================================                                                                    |  39%  168 MB
|============================================                                                                    |  39%  168 MB
|============================================                                                                    |  39%  169 MB
|============================================                                                                    |  39%  169 MB
|============================================                                                                    |  39%  169 MB
|============================================                                                                    |  39%  169 MB
|============================================                                                                    |  39%  169 MB
|============================================                                                                    |  39%  169 MB
|============================================                                                                    |  39%  169 MB
|============================================                                                                    |  39%  170 MB
|============================================                                                                    |  39%  170 MB
|============================================                                                                    |  39%  170 MB
|=============================================                                                                   |  39%  170 MB
|=============================================                                                                   |  39%  170 MB
|=============================================                                                                   |  39%  170 MB
|=============================================                                                                   |  39%  171 MB
|=============================================                                                                   |  39%  171 MB
|=============================================                                                                   |  40%  171 MB
|=============================================                                                                   |  40%  171 MB
|=============================================                                                                   |  40%  171 MB
|=============================================                                                                   |  40%  171 MB
|=============================================                                                                   |  40%  172 MB
|=============================================                                                                   |  40%  172 MB
|=============================================                                                                   |  40%  172 MB
|=============================================                                                                   |  40%  172 MB
|=============================================                                                                   |  40%  172 MB
|=============================================                                                                   |  40%  172 MB
|=============================================                                                                   |  40%  173 MB
|=============================================                                                                   |  40%  173 MB
|=============================================                                                                   |  40%  173 MB
|=============================================                                                                   |  40%  173 MB
|=============================================                                                                   |  40%  173 MB
|=============================================                                                                   |  40%  173 MB
|=============================================                                                                   |  40%  174 MB
|=============================================                                                                   |  40%  174 MB
|=============================================                                                                   |  40%  174 MB
|==============================================                                                                  |  40%  174 MB
|==============================================                                                                  |  40%  174 MB
|==============================================                                                                  |  40%  174 MB
|==============================================                                                                  |  40%  175 MB
|==============================================                                                                  |  40%  175 MB
|==============================================                                                                  |  40%  175 MB
|==============================================                                                                  |  40%  175 MB
|==============================================                                                                  |  41%  175 MB
|==============================================                                                                  |  41%  175 MB
|==============================================                                                                  |  41%  176 MB
|==============================================                                                                  |  41%  176 MB
|==============================================                                                                  |  41%  176 MB
|==============================================                                                                  |  41%  176 MB
|==============================================                                                                  |  41%  176 MB
|==============================================                                                                  |  41%  176 MB
|==============================================                                                                  |  41%  177 MB
|==============================================                                                                  |  41%  177 MB
|==============================================                                                                  |  41%  177 MB
|==============================================                                                                  |  41%  177 MB
|==============================================                                                                  |  41%  177 MB
|==============================================                                                                  |  41%  177 MB
|==============================================                                                                  |  41%  178 MB
|===============================================                                                                 |  41%  178 MB
|===============================================                                                                 |  41%  178 MB
|===============================================                                                                 |  41%  178 MB
|===============================================                                                                 |  41%  178 MB
|===============================================                                                                 |  41%  178 MB
|===============================================                                                                 |  41%  179 MB
|===============================================                                                                 |  41%  179 MB
|===============================================                                                                 |  41%  179 MB
|===============================================                                                                 |  41%  179 MB
|===============================================                                                                 |  41%  179 MB
|===============================================                                                                 |  41%  179 MB
|===============================================                                                                 |  42%  180 MB
|===============================================                                                                 |  42%  180 MB
|===============================================                                                                 |  42%  180 MB
|===============================================                                                                 |  42%  180 MB
|===============================================                                                                 |  42%  180 MB
|===============================================                                                                 |  42%  180 MB
|===============================================                                                                 |  42%  181 MB
|===============================================                                                                 |  42%  181 MB
|===============================================                                                                 |  42%  181 MB
|===============================================                                                                 |  42%  181 MB
|===============================================                                                                 |  42%  181 MB
|===============================================                                                                 |  42%  181 MB
|================================================                                                                |  42%  181 MB
|================================================                                                                |  42%  182 MB
|================================================                                                                |  42%  182 MB
|================================================                                                                |  42%  182 MB
|================================================                                                                |  42%  182 MB
|================================================                                                                |  42%  182 MB
|================================================                                                                |  42%  182 MB
|================================================                                                                |  42%  183 MB
|================================================                                                                |  42%  183 MB
|================================================                                                                |  42%  183 MB
|================================================                                                                |  42%  183 MB
|================================================                                                                |  42%  183 MB
|================================================                                                                |  42%  183 MB
|================================================                                                                |  42%  184 MB
|================================================                                                                |  43%  184 MB
|================================================                                                                |  43%  184 MB
|================================================                                                                |  43%  184 MB
|================================================                                                                |  43%  184 MB
|================================================                                                                |  43%  184 MB
|================================================                                                                |  43%  185 MB
|================================================                                                                |  43%  185 MB
|================================================                                                                |  43%  185 MB
|================================================                                                                |  43%  185 MB
|================================================                                                                |  43%  185 MB
|=================================================                                                               |  43%  185 MB
|=================================================                                                               |  43%  186 MB
|=================================================                                                               |  43%  186 MB
|=================================================                                                               |  43%  186 MB
|=================================================                                                               |  43%  186 MB
|=================================================                                                               |  43%  186 MB
|=================================================                                                               |  43%  186 MB
|=================================================                                                               |  43%  187 MB
|=================================================                                                               |  43%  187 MB
|=================================================                                                               |  43%  187 MB
|=================================================                                                               |  43%  187 MB
|=================================================                                                               |  43%  187 MB
|=================================================                                                               |  43%  187 MB
|=================================================                                                               |  43%  188 MB
|=================================================                                                               |  43%  188 MB
|=================================================                                                               |  43%  188 MB
|=================================================                                                               |  44%  188 MB
|=================================================                                                               |  44%  188 MB
|=================================================                                                               |  44%  188 MB
|=================================================                                                               |  44%  189 MB
|=================================================                                                               |  44%  189 MB
|=================================================                                                               |  44%  189 MB
|==================================================                                                              |  44%  189 MB
|==================================================                                                              |  44%  189 MB
|==================================================                                                              |  44%  189 MB
|==================================================                                                              |  44%  190 MB
|==================================================                                                              |  44%  190 MB
|==================================================                                                              |  44%  190 MB
|==================================================                                                              |  44%  190 MB
|==================================================                                                              |  44%  190 MB
|==================================================                                                              |  44%  190 MB
|==================================================                                                              |  44%  191 MB
|==================================================                                                              |  44%  191 MB
|==================================================                                                              |  44%  191 MB
|==================================================                                                              |  44%  191 MB
|==================================================                                                              |  44%  191 MB
|==================================================                                                              |  44%  191 MB
|==================================================                                                              |  44%  192 MB
|==================================================                                                              |  44%  192 MB
|==================================================                                                              |  44%  192 MB
|==================================================                                                              |  44%  192 MB
|==================================================                                                              |  44%  192 MB
|==================================================                                                              |  45%  192 MB
|==================================================                                                              |  45%  193 MB
|==================================================                                                              |  45%  193 MB
|===================================================                                                             |  45%  193 MB
|===================================================                                                             |  45%  193 MB
|===================================================                                                             |  45%  193 MB
|===================================================                                                             |  45%  193 MB
|===================================================                                                             |  45%  194 MB
|===================================================                                                             |  45%  194 MB
|===================================================                                                             |  45%  194 MB
|===================================================                                                             |  45%  194 MB
|===================================================                                                             |  45%  194 MB
|===================================================                                                             |  45%  194 MB
|===================================================                                                             |  45%  195 MB
|===================================================                                                             |  45%  195 MB
|===================================================                                                             |  45%  195 MB
|===================================================                                                             |  45%  195 MB
|===================================================                                                             |  45%  195 MB
|===================================================                                                             |  45%  195 MB
|===================================================                                                             |  45%  195 MB
|===================================================                                                             |  45%  196 MB
|===================================================                                                             |  45%  196 MB
|===================================================                                                             |  45%  196 MB
|===================================================                                                             |  45%  196 MB
|===================================================                                                             |  45%  196 MB
|===================================================                                                             |  45%  196 MB
|====================================================                                                            |  46%  197 MB
|====================================================                                                            |  46%  197 MB
|====================================================                                                            |  46%  197 MB
|====================================================                                                            |  46%  197 MB
|====================================================                                                            |  46%  197 MB
|====================================================                                                            |  46%  197 MB
|====================================================                                                            |  46%  198 MB
|====================================================                                                            |  46%  198 MB
|====================================================                                                            |  46%  198 MB
|====================================================                                                            |  46%  198 MB
|====================================================                                                            |  46%  198 MB
|====================================================                                                            |  46%  198 MB
|====================================================                                                            |  46%  199 MB
|====================================================                                                            |  46%  199 MB
|====================================================                                                            |  46%  199 MB
|====================================================                                                            |  46%  199 MB
|====================================================                                                            |  46%  199 MB
|====================================================                                                            |  46%  199 MB
|====================================================                                                            |  46%  200 MB
|====================================================                                                            |  46%  200 MB
|====================================================                                                            |  46%  200 MB
|====================================================                                                            |  46%  200 MB
|====================================================                                                            |  46%  200 MB
|=====================================================                                                           |  46%  200 MB
|=====================================================                                                           |  46%  201 MB
|=====================================================                                                           |  46%  201 MB
|=====================================================                                                           |  47%  201 MB
|=====================================================                                                           |  47%  201 MB
|=====================================================                                                           |  47%  201 MB
|=====================================================                                                           |  47%  201 MB
|=====================================================                                                           |  47%  202 MB
|=====================================================                                                           |  47%  202 MB
|=====================================================                                                           |  47%  202 MB
|=====================================================                                                           |  47%  202 MB
|=====================================================                                                           |  47%  202 MB
|=====================================================                                                           |  47%  202 MB
|=====================================================                                                           |  47%  203 MB
|=====================================================                                                           |  47%  203 MB
|=====================================================                                                           |  47%  203 MB
|=====================================================                                                           |  47%  203 MB
|=====================================================                                                           |  47%  203 MB
|=====================================================                                                           |  47%  203 MB
|=====================================================                                                           |  47%  204 MB
|=====================================================                                                           |  47%  204 MB
|=====================================================                                                           |  47%  204 MB
|=====================================================                                                           |  47%  204 MB
|======================================================                                                          |  47%  204 MB
|======================================================                                                          |  47%  204 MB
|======================================================                                                          |  47%  205 MB
|======================================================                                                          |  47%  205 MB
|======================================================                                                          |  47%  205 MB
|======================================================                                                          |  47%  205 MB
|======================================================                                                          |  48%  205 MB
|======================================================                                                          |  48%  205 MB
|======================================================                                                          |  48%  206 MB
|======================================================                                                          |  48%  206 MB
|======================================================                                                          |  48%  206 MB
|======================================================                                                          |  48%  206 MB
|======================================================                                                          |  48%  206 MB
|======================================================                                                          |  48%  206 MB
|======================================================                                                          |  48%  207 MB
|======================================================                                                          |  48%  207 MB
|======================================================                                                          |  48%  207 MB
|======================================================                                                          |  48%  207 MB
|======================================================                                                          |  48%  207 MB
|======================================================                                                          |  48%  207 MB
|======================================================                                                          |  48%  208 MB
|======================================================                                                          |  48%  208 MB
|======================================================                                                          |  48%  208 MB
|=======================================================                                                         |  48%  208 MB
|=======================================================                                                         |  48%  208 MB
|=======================================================                                                         |  48%  208 MB
|=======================================================                                                         |  48%  209 MB
|=======================================================                                                         |  48%  209 MB
|=======================================================                                                         |  48%  209 MB
|=======================================================                                                         |  48%  209 MB
|=======================================================                                                         |  48%  209 MB
|=======================================================                                                         |  49%  209 MB
|=======================================================                                                         |  49%  210 MB
|=======================================================                                                         |  49%  210 MB
|=======================================================                                                         |  49%  210 MB
|=======================================================                                                         |  49%  210 MB
|=======================================================                                                         |  49%  210 MB
|=======================================================                                                         |  49%  210 MB
|=======================================================                                                         |  49%  211 MB
|=======================================================                                                         |  49%  211 MB
|=======================================================                                                         |  49%  211 MB
|=======================================================                                                         |  49%  211 MB
|=======================================================                                                         |  49%  211 MB
|=======================================================                                                         |  49%  211 MB
|=======================================================                                                         |  49%  212 MB
|========================================================                                                        |  49%  212 MB
|========================================================                                                        |  49%  212 MB
|========================================================                                                        |  49%  212 MB
|========================================================                                                        |  49%  212 MB
|========================================================                                                        |  49%  212 MB
|========================================================                                                        |  49%  213 MB
|========================================================                                                        |  49%  213 MB
|========================================================                                                        |  49%  213 MB
|========================================================                                                        |  49%  213 MB
|========================================================                                                        |  49%  213 MB
|========================================================                                                        |  49%  213 MB
|========================================================                                                        |  49%  214 MB
|========================================================                                                        |  50%  214 MB
|========================================================                                                        |  50%  214 MB
|========================================================                                                        |  50%  214 MB
|========================================================                                                        |  50%  214 MB
|========================================================                                                        |  50%  214 MB
|========================================================                                                        |  50%  215 MB
|========================================================                                                        |  50%  215 MB
|========================================================                                                        |  50%  215 MB
|========================================================                                                        |  50%  215 MB
|========================================================                                                        |  50%  215 MB
|========================================================                                                        |  50%  215 MB
|=========================================================                                                       |  50%  216 MB
|=========================================================                                                       |  50%  216 MB
|=========================================================                                                       |  50%  216 MB
|=========================================================                                                       |  50%  216 MB
|=========================================================                                                       |  50%  216 MB
|=========================================================                                                       |  50%  216 MB
|=========================================================                                                       |  50%  217 MB
|=========================================================                                                       |  50%  217 MB
|=========================================================                                                       |  50%  217 MB
|=========================================================                                                       |  50%  217 MB
|=========================================================                                                       |  50%  217 MB
|=========================================================                                                       |  50%  217 MB
|=========================================================                                                       |  50%  218 MB
|=========================================================                                                       |  50%  218 MB
|=========================================================                                                       |  51%  218 MB
|=========================================================                                                       |  51%  218 MB
|=========================================================                                                       |  51%  218 MB
|=========================================================                                                       |  51%  218 MB
|=========================================================                                                       |  51%  219 MB
|=========================================================                                                       |  51%  219 MB
|=========================================================                                                       |  51%  219 MB
|=========================================================                                                       |  51%  219 MB
|=========================================================                                                       |  51%  219 MB
|==========================================================                                                      |  51%  219 MB
|==========================================================                                                      |  51%  220 MB
|==========================================================                                                      |  51%  220 MB
|==========================================================                                                      |  51%  220 MB
|==========================================================                                                      |  51%  220 MB
|==========================================================                                                      |  51%  220 MB
|==========================================================                                                      |  51%  221 MB
|==========================================================                                                      |  51%  221 MB
|==========================================================                                                      |  51%  221 MB
|==========================================================                                                      |  51%  221 MB
|==========================================================                                                      |  51%  221 MB
|==========================================================                                                      |  51%  221 MB
|==========================================================                                                      |  51%  222 MB
|==========================================================                                                      |  51%  222 MB
|==========================================================                                                      |  51%  222 MB
|==========================================================                                                      |  51%  222 MB
|==========================================================                                                      |  51%  222 MB
|==========================================================                                                      |  52%  222 MB
|==========================================================                                                      |  52%  223 MB
|==========================================================                                                      |  52%  223 MB
|==========================================================                                                      |  52%  223 MB
|==========================================================                                                      |  52%  223 MB
|===========================================================                                                     |  52%  223 MB
|===========================================================                                                     |  52%  223 MB
|===========================================================                                                     |  52%  223 MB
|===========================================================                                                     |  52%  224 MB
|===========================================================                                                     |  52%  224 MB
|===========================================================                                                     |  52%  224 MB
|===========================================================                                                     |  52%  224 MB
|===========================================================                                                     |  52%  224 MB
|===========================================================                                                     |  52%  224 MB
|===========================================================                                                     |  52%  225 MB
|===========================================================                                                     |  52%  225 MB
|===========================================================                                                     |  52%  225 MB
|===========================================================                                                     |  52%  225 MB
|===========================================================                                                     |  52%  225 MB
|===========================================================                                                     |  52%  225 MB
|===========================================================                                                     |  52%  226 MB
|===========================================================                                                     |  52%  226 MB
|===========================================================                                                     |  52%  226 MB
|===========================================================                                                     |  52%  226 MB
|===========================================================                                                     |  52%  226 MB
|===========================================================                                                     |  52%  226 MB
|===========================================================                                                     |  53%  227 MB
|===========================================================                                                     |  53%  227 MB
|============================================================                                                    |  53%  227 MB
|============================================================                                                    |  53%  227 MB
|============================================================                                                    |  53%  227 MB
|============================================================                                                    |  53%  227 MB
|============================================================                                                    |  53%  228 MB
|============================================================                                                    |  53%  228 MB
|============================================================                                                    |  53%  228 MB
|============================================================                                                    |  53%  228 MB
|============================================================                                                    |  53%  228 MB
|============================================================                                                    |  53%  228 MB
|============================================================                                                    |  53%  229 MB
|============================================================                                                    |  53%  229 MB
|============================================================                                                    |  53%  229 MB
|============================================================                                                    |  53%  229 MB
|============================================================                                                    |  53%  229 MB
|============================================================                                                    |  53%  229 MB
|============================================================                                                    |  53%  230 MB
|============================================================                                                    |  53%  230 MB
|============================================================                                                    |  53%  230 MB
|============================================================                                                    |  53%  230 MB
|============================================================                                                    |  53%  230 MB
|============================================================                                                    |  53%  230 MB
|============================================================                                                    |  53%  231 MB
|============================================================                                                    |  53%  231 MB
|=============================================================                                                   |  54%  231 MB
|=============================================================                                                   |  54%  231 MB
|=============================================================                                                   |  54%  231 MB
|=============================================================                                                   |  54%  231 MB
|=============================================================                                                   |  54%  232 MB
|=============================================================                                                   |  54%  232 MB
|=============================================================                                                   |  54%  232 MB
|=============================================================                                                   |  54%  232 MB
|=============================================================                                                   |  54%  232 MB
|=============================================================                                                   |  54%  232 MB
|=============================================================                                                   |  54%  233 MB
|=============================================================                                                   |  54%  233 MB
|=============================================================                                                   |  54%  233 MB
|=============================================================                                                   |  54%  233 MB
|=============================================================                                                   |  54%  233 MB
|=============================================================                                                   |  54%  233 MB
|=============================================================                                                   |  54%  234 MB
|=============================================================                                                   |  54%  234 MB
|=============================================================                                                   |  54%  234 MB
|=============================================================                                                   |  54%  234 MB
|=============================================================                                                   |  54%  234 MB
|=============================================================                                                   |  54%  234 MB
|==============================================================                                                  |  54%  235 MB
|==============================================================                                                  |  54%  235 MB
|==============================================================                                                  |  54%  235 MB
|==============================================================                                                  |  54%  235 MB
|==============================================================                                                  |  55%  235 MB
|==============================================================                                                  |  55%  235 MB
|==============================================================                                                  |  55%  236 MB
|==============================================================                                                  |  55%  236 MB
|==============================================================                                                  |  55%  236 MB
|==============================================================                                                  |  55%  236 MB
|==============================================================                                                  |  55%  236 MB
|==============================================================                                                  |  55%  236 MB
|==============================================================                                                  |  55%  237 MB
|==============================================================                                                  |  55%  237 MB
|==============================================================                                                  |  55%  237 MB
|==============================================================                                                  |  55%  237 MB
|==============================================================                                                  |  55%  237 MB
|==============================================================                                                  |  55%  237 MB
|==============================================================                                                  |  55%  238 MB
|==============================================================                                                  |  55%  238 MB
|==============================================================                                                  |  55%  238 MB
|==============================================================                                                  |  55%  238 MB
|==============================================================                                                  |  55%  238 MB
|===============================================================                                                 |  55%  238 MB
|===============================================================                                                 |  55%  238 MB
|===============================================================                                                 |  55%  239 MB
|===============================================================                                                 |  55%  239 MB
|===============================================================                                                 |  55%  239 MB
|===============================================================                                                 |  55%  239 MB
|===============================================================                                                 |  55%  239 MB
|===============================================================                                                 |  56%  239 MB
|===============================================================                                                 |  56%  240 MB
|===============================================================                                                 |  56%  240 MB
|===============================================================                                                 |  56%  240 MB
|===============================================================                                                 |  56%  240 MB
|===============================================================                                                 |  56%  240 MB
|===============================================================                                                 |  56%  240 MB
|===============================================================                                                 |  56%  241 MB
|===============================================================                                                 |  56%  241 MB
|===============================================================                                                 |  56%  241 MB
|===============================================================                                                 |  56%  241 MB
|===============================================================                                                 |  56%  241 MB
|===============================================================                                                 |  56%  241 MB
|===============================================================                                                 |  56%  242 MB
|===============================================================                                                 |  56%  242 MB
|===============================================================                                                 |  56%  242 MB
|================================================================                                                |  56%  242 MB
|================================================================                                                |  56%  242 MB
|================================================================                                                |  56%  242 MB
|================================================================                                                |  56%  243 MB
|================================================================                                                |  56%  243 MB
|================================================================                                                |  56%  243 MB
|================================================================                                                |  56%  243 MB
|================================================================                                                |  56%  243 MB
|================================================================                                                |  56%  243 MB
|================================================================                                                |  56%  244 MB
|================================================================                                                |  57%  244 MB
|================================================================                                                |  57%  244 MB
|================================================================                                                |  57%  244 MB
|================================================================                                                |  57%  244 MB
|================================================================                                                |  57%  245 MB
|================================================================                                                |  57%  245 MB
|================================================================                                                |  57%  245 MB
|================================================================                                                |  57%  245 MB
|================================================================                                                |  57%  245 MB
|================================================================                                                |  57%  245 MB
|================================================================                                                |  57%  246 MB
|================================================================                                                |  57%  246 MB
|================================================================                                                |  57%  246 MB
|=================================================================                                               |  57%  246 MB
|=================================================================                                               |  57%  246 MB
|=================================================================                                               |  57%  246 MB
|=================================================================                                               |  57%  247 MB
|=================================================================                                               |  57%  247 MB
|=================================================================                                               |  57%  247 MB
|=================================================================                                               |  57%  247 MB
|=================================================================                                               |  57%  247 MB
|=================================================================                                               |  57%  247 MB
|=================================================================                                               |  57%  248 MB
|=================================================================                                               |  57%  248 MB
|=================================================================                                               |  57%  248 MB
|=================================================================                                               |  58%  248 MB
|=================================================================                                               |  58%  248 MB
|=================================================================                                               |  58%  248 MB
|=================================================================                                               |  58%  249 MB
|=================================================================                                               |  58%  249 MB
|=================================================================                                               |  58%  249 MB
|=================================================================                                               |  58%  249 MB
|=================================================================                                               |  58%  249 MB
|=================================================================                                               |  58%  249 MB
|=================================================================                                               |  58%  250 MB
|==================================================================                                              |  58%  250 MB
|==================================================================                                              |  58%  250 MB
|==================================================================                                              |  58%  250 MB
|==================================================================                                              |  58%  250 MB
|==================================================================                                              |  58%  250 MB
|==================================================================                                              |  58%  251 MB
|==================================================================                                              |  58%  251 MB
|==================================================================                                              |  58%  251 MB
|==================================================================                                              |  58%  251 MB
|==================================================================                                              |  58%  251 MB
|==================================================================                                              |  58%  251 MB
|==================================================================                                              |  58%  252 MB
|==================================================================                                              |  58%  252 MB
|==================================================================                                              |  58%  252 MB
|==================================================================                                              |  58%  252 MB
|==================================================================                                              |  58%  252 MB
|==================================================================                                              |  59%  252 MB
|==================================================================                                              |  59%  253 MB
|==================================================================                                              |  59%  253 MB
|==================================================================                                              |  59%  253 MB
|==================================================================                                              |  59%  253 MB
|==================================================================                                              |  59%  253 MB
|==================================================================                                              |  59%  253 MB
|===================================================================                                             |  59%  254 MB
|===================================================================                                             |  59%  254 MB
|===================================================================                                             |  59%  254 MB
|===================================================================                                             |  59%  254 MB
|===================================================================                                             |  59%  254 MB
|===================================================================                                             |  59%  254 MB
|===================================================================                                             |  59%  254 MB
|===================================================================                                             |  59%  255 MB
|===================================================================                                             |  59%  255 MB
|===================================================================                                             |  59%  255 MB
|===================================================================                                             |  59%  255 MB
|===================================================================                                             |  59%  255 MB
|===================================================================                                             |  59%  256 MB
|===================================================================                                             |  59%  256 MB
|===================================================================                                             |  59%  256 MB
|===================================================================                                             |  59%  256 MB
|===================================================================                                             |  59%  256 MB
|===================================================================                                             |  59%  256 MB
|===================================================================                                             |  59%  257 MB
|===================================================================                                             |  60%  257 MB
|===================================================================                                             |  60%  257 MB
|===================================================================                                             |  60%  257 MB
|===================================================================                                             |  60%  257 MB
|====================================================================                                            |  60%  257 MB
|====================================================================                                            |  60%  258 MB
|====================================================================                                            |  60%  258 MB
|====================================================================                                            |  60%  258 MB
|====================================================================                                            |  60%  258 MB
|====================================================================                                            |  60%  258 MB
|====================================================================                                            |  60%  258 MB
|====================================================================                                            |  60%  259 MB
|====================================================================                                            |  60%  259 MB
|====================================================================                                            |  60%  259 MB
|====================================================================                                            |  60%  259 MB
|====================================================================                                            |  60%  259 MB
|====================================================================                                            |  60%  259 MB
|====================================================================                                            |  60%  260 MB
|====================================================================                                            |  60%  260 MB
|====================================================================                                            |  60%  260 MB
|====================================================================                                            |  60%  260 MB
|====================================================================                                            |  60%  260 MB
|====================================================================                                            |  60%  260 MB
|====================================================================                                            |  60%  261 MB
|====================================================================                                            |  60%  261 MB
|====================================================================                                            |  61%  261 MB
|====================================================================                                            |  61%  261 MB
|=====================================================================                                           |  61%  261 MB
|=====================================================================                                           |  61%  261 MB
|=====================================================================                                           |  61%  262 MB
|=====================================================================                                           |  61%  262 MB
|=====================================================================                                           |  61%  262 MB
|=====================================================================                                           |  61%  262 MB
|=====================================================================                                           |  61%  262 MB
|=====================================================================                                           |  61%  262 MB
|=====================================================================                                           |  61%  262 MB
|=====================================================================                                           |  61%  263 MB
|=====================================================================                                           |  61%  263 MB
|=====================================================================                                           |  61%  263 MB
|=====================================================================                                           |  61%  263 MB
|=====================================================================                                           |  61%  263 MB
|=====================================================================                                           |  61%  263 MB
|=====================================================================                                           |  61%  264 MB
|=====================================================================                                           |  61%  264 MB
|=====================================================================                                           |  61%  264 MB
|=====================================================================                                           |  61%  264 MB
|=====================================================================                                           |  61%  264 MB
|=====================================================================                                           |  61%  264 MB
|=====================================================================                                           |  61%  265 MB
|=====================================================================                                           |  61%  265 MB
|======================================================================                                          |  61%  265 MB
|======================================================================                                          |  62%  265 MB
|======================================================================                                          |  62%  265 MB
|======================================================================                                          |  62%  265 MB
|======================================================================                                          |  62%  266 MB
|======================================================================                                          |  62%  266 MB
|======================================================================                                          |  62%  266 MB
|======================================================================                                          |  62%  266 MB
|======================================================================                                          |  62%  266 MB
|======================================================================                                          |  62%  266 MB
|======================================================================                                          |  62%  267 MB
|======================================================================                                          |  62%  267 MB
|======================================================================                                          |  62%  267 MB
|======================================================================                                          |  62%  267 MB
|======================================================================                                          |  62%  267 MB
|======================================================================                                          |  62%  267 MB
|======================================================================                                          |  62%  268 MB
|======================================================================                                          |  62%  268 MB
|======================================================================                                          |  62%  268 MB
|======================================================================                                          |  62%  268 MB
|======================================================================                                          |  62%  268 MB
|======================================================================                                          |  62%  268 MB
|======================================================================                                          |  62%  269 MB
|=======================================================================                                         |  62%  269 MB
|=======================================================================                                         |  62%  269 MB
|=======================================================================                                         |  62%  269 MB
|=======================================================================                                         |  62%  269 MB
|=======================================================================                                         |  62%  269 MB
|=======================================================================                                         |  63%  270 MB
|=======================================================================                                         |  63%  270 MB
|=======================================================================                                         |  63%  270 MB
|=======================================================================                                         |  63%  270 MB
|=======================================================================                                         |  63%  270 MB
|=======================================================================                                         |  63%  270 MB
|=======================================================================                                         |  63%  271 MB
|=======================================================================                                         |  63%  271 MB
|=======================================================================                                         |  63%  271 MB
|=======================================================================                                         |  63%  271 MB
|=======================================================================                                         |  63%  271 MB
|=======================================================================                                         |  63%  271 MB
|=======================================================================                                         |  63%  272 MB
|=======================================================================                                         |  63%  272 MB
|=======================================================================                                         |  63%  272 MB
|=======================================================================                                         |  63%  272 MB
|=======================================================================                                         |  63%  272 MB
|=======================================================================                                         |  63%  272 MB
|========================================================================                                        |  63%  273 MB
|========================================================================                                        |  63%  273 MB
|========================================================================                                        |  63%  273 MB
|========================================================================                                        |  63%  273 MB
|========================================================================                                        |  63%  273 MB
|========================================================================                                        |  63%  273 MB
|========================================================================                                        |  63%  274 MB
|========================================================================                                        |  64%  274 MB
|========================================================================                                        |  64%  274 MB
|========================================================================                                        |  64%  274 MB
|========================================================================                                        |  64%  274 MB
|========================================================================                                        |  64%  274 MB
|========================================================================                                        |  64%  275 MB
|========================================================================                                        |  64%  275 MB
|========================================================================                                        |  64%  275 MB
|========================================================================                                        |  64%  275 MB
|========================================================================                                        |  64%  275 MB
|========================================================================                                        |  64%  275 MB
|========================================================================                                        |  64%  276 MB
|========================================================================                                        |  64%  276 MB
|========================================================================                                        |  64%  276 MB
|========================================================================                                        |  64%  276 MB
|========================================================================                                        |  64%  276 MB
|=========================================================================                                       |  64%  276 MB
|=========================================================================                                       |  64%  276 MB
|=========================================================================                                       |  64%  277 MB
|=========================================================================                                       |  64%  277 MB
|=========================================================================                                       |  64%  277 MB
|=========================================================================                                       |  64%  277 MB
|=========================================================================                                       |  64%  277 MB
|=========================================================================                                       |  64%  277 MB
|=========================================================================                                       |  64%  278 MB
|=========================================================================                                       |  64%  278 MB
|=========================================================================                                       |  65%  278 MB
|=========================================================================                                       |  65%  278 MB
|=========================================================================                                       |  65%  278 MB
|=========================================================================                                       |  65%  279 MB
|=========================================================================                                       |  65%  279 MB
|=========================================================================                                       |  65%  279 MB
|=========================================================================                                       |  65%  279 MB
|=========================================================================                                       |  65%  279 MB
|=========================================================================                                       |  65%  279 MB
|=========================================================================                                       |  65%  279 MB
|=========================================================================                                       |  65%  280 MB
|=========================================================================                                       |  65%  280 MB
|=========================================================================                                       |  65%  280 MB
|==========================================================================                                      |  65%  280 MB
|==========================================================================                                      |  65%  280 MB
|==========================================================================                                      |  65%  280 MB
|==========================================================================                                      |  65%  281 MB
|==========================================================================                                      |  65%  281 MB
|==========================================================================                                      |  65%  281 MB
|==========================================================================                                      |  65%  281 MB
|==========================================================================                                      |  65%  281 MB
|==========================================================================                                      |  65%  281 MB
|==========================================================================                                      |  65%  282 MB
|==========================================================================                                      |  65%  282 MB
|==========================================================================                                      |  65%  282 MB
|==========================================================================                                      |  65%  282 MB
|==========================================================================                                      |  66%  282 MB
|==========================================================================                                      |  66%  282 MB
|==========================================================================                                      |  66%  283 MB
|==========================================================================                                      |  66%  283 MB
|==========================================================================                                      |  66%  283 MB
|==========================================================================                                      |  66%  283 MB
|==========================================================================                                      |  66%  283 MB
|==========================================================================                                      |  66%  283 MB
|==========================================================================                                      |  66%  284 MB
|==========================================================================                                      |  66%  284 MB
|===========================================================================                                     |  66%  284 MB
|===========================================================================                                     |  66%  284 MB
|===========================================================================                                     |  66%  284 MB
|===========================================================================                                     |  66%  284 MB
|===========================================================================                                     |  66%  285 MB
|===========================================================================                                     |  66%  285 MB
|===========================================================================                                     |  66%  285 MB
|===========================================================================                                     |  66%  285 MB
|===========================================================================                                     |  66%  285 MB
|===========================================================================                                     |  66%  285 MB
|===========================================================================                                     |  66%  286 MB
|===========================================================================                                     |  66%  286 MB
|===========================================================================                                     |  66%  286 MB
|===========================================================================                                     |  66%  286 MB
|===========================================================================                                     |  66%  286 MB
|===========================================================================                                     |  66%  286 MB
|===========================================================================                                     |  67%  287 MB
|===========================================================================                                     |  67%  287 MB
|===========================================================================                                     |  67%  287 MB
|===========================================================================                                     |  67%  287 MB
|===========================================================================                                     |  67%  287 MB
|===========================================================================                                     |  67%  287 MB
|============================================================================                                    |  67%  288 MB
|============================================================================                                    |  67%  288 MB
|============================================================================                                    |  67%  288 MB
|============================================================================                                    |  67%  288 MB
|============================================================================                                    |  67%  288 MB
|============================================================================                                    |  67%  288 MB
|============================================================================                                    |  67%  289 MB
|============================================================================                                    |  67%  289 MB
|============================================================================                                    |  67%  289 MB
|============================================================================                                    |  67%  289 MB
|============================================================================                                    |  67%  289 MB
|============================================================================                                    |  67%  289 MB
|============================================================================                                    |  67%  290 MB
|============================================================================                                    |  67%  290 MB
|============================================================================                                    |  67%  290 MB
|============================================================================                                    |  67%  290 MB
|============================================================================                                    |  67%  290 MB
|============================================================================                                    |  67%  290 MB
|============================================================================                                    |  67%  291 MB
|============================================================================                                    |  67%  291 MB
|============================================================================                                    |  68%  291 MB
|============================================================================                                    |  68%  291 MB
|============================================================================                                    |  68%  291 MB
|============================================================================                                    |  68%  291 MB
|=============================================================================                                   |  68%  292 MB
|=============================================================================                                   |  68%  292 MB
|=============================================================================                                   |  68%  292 MB
|=============================================================================                                   |  68%  292 MB
|=============================================================================                                   |  68%  292 MB
|=============================================================================                                   |  68%  292 MB
|=============================================================================                                   |  68%  293 MB
|=============================================================================                                   |  68%  293 MB
|=============================================================================                                   |  68%  293 MB
|=============================================================================                                   |  68%  293 MB
|=============================================================================                                   |  68%  293 MB
|=============================================================================                                   |  68%  293 MB
|=============================================================================                                   |  68%  294 MB
|=============================================================================                                   |  68%  294 MB
|=============================================================================                                   |  68%  294 MB
|=============================================================================                                   |  68%  294 MB
|=============================================================================                                   |  68%  294 MB
|=============================================================================                                   |  68%  294 MB
|=============================================================================                                   |  68%  294 MB
|=============================================================================                                   |  68%  295 MB
|=============================================================================                                   |  68%  295 MB
|=============================================================================                                   |  68%  295 MB
|=============================================================================                                   |  69%  295 MB
|==============================================================================                                  |  69%  295 MB
|==============================================================================                                  |  69%  295 MB
|==============================================================================                                  |  69%  296 MB
|==============================================================================                                  |  69%  296 MB
|==============================================================================                                  |  69%  296 MB
|==============================================================================                                  |  69%  296 MB
|==============================================================================                                  |  69%  296 MB
|==============================================================================                                  |  69%  296 MB
|==============================================================================                                  |  69%  297 MB
|==============================================================================                                  |  69%  297 MB
|==============================================================================                                  |  69%  297 MB
|==============================================================================                                  |  69%  297 MB
|==============================================================================                                  |  69%  297 MB
|==============================================================================                                  |  69%  297 MB
|==============================================================================                                  |  69%  298 MB
|==============================================================================                                  |  69%  298 MB
|==============================================================================                                  |  69%  298 MB
|==============================================================================                                  |  69%  298 MB
|==============================================================================                                  |  69%  298 MB
|==============================================================================                                  |  69%  298 MB
|==============================================================================                                  |  69%  299 MB
|==============================================================================                                  |  69%  299 MB
|==============================================================================                                  |  69%  299 MB
|===============================================================================                                 |  69%  299 MB
|===============================================================================                                 |  69%  299 MB
|===============================================================================                                 |  70%  299 MB
|===============================================================================                                 |  70%  300 MB
|===============================================================================                                 |  70%  300 MB
|===============================================================================                                 |  70%  300 MB
|===============================================================================                                 |  70%  300 MB
|===============================================================================                                 |  70%  300 MB
|===============================================================================                                 |  70%  300 MB
|===============================================================================                                 |  70%  301 MB
|===============================================================================                                 |  70%  301 MB
|===============================================================================                                 |  70%  301 MB
|===============================================================================                                 |  70%  301 MB
|===============================================================================                                 |  70%  301 MB
|===============================================================================                                 |  70%  301 MB
|===============================================================================                                 |  70%  302 MB
|===============================================================================                                 |  70%  302 MB
|===============================================================================                                 |  70%  302 MB
|===============================================================================                                 |  70%  302 MB
|===============================================================================                                 |  70%  302 MB
|===============================================================================                                 |  70%  302 MB
|===============================================================================                                 |  70%  303 MB
|===============================================================================                                 |  70%  303 MB
|================================================================================                                |  70%  303 MB
|================================================================================                                |  70%  303 MB
|================================================================================                                |  70%  303 MB
|================================================================================                                |  70%  303 MB
|================================================================================                                |  70%  303 MB
|================================================================================                                |  71%  304 MB
|================================================================================                                |  71%  304 MB
|================================================================================                                |  71%  304 MB
|================================================================================                                |  71%  304 MB
|================================================================================                                |  71%  304 MB
|================================================================================                                |  71%  305 MB
|================================================================================                                |  71%  305 MB
|================================================================================                                |  71%  305 MB
|================================================================================                                |  71%  305 MB
|================================================================================                                |  71%  305 MB
|================================================================================                                |  71%  305 MB
|================================================================================                                |  71%  306 MB
|================================================================================                                |  71%  306 MB
|================================================================================                                |  71%  306 MB
|================================================================================                                |  71%  306 MB
|================================================================================                                |  71%  306 MB
|================================================================================                                |  71%  306 MB
|================================================================================                                |  71%  306 MB
|=================================================================================                               |  71%  307 MB
|=================================================================================                               |  71%  307 MB
|=================================================================================                               |  71%  307 MB
|=================================================================================                               |  71%  307 MB
|=================================================================================                               |  71%  307 MB
|=================================================================================                               |  71%  307 MB
|=================================================================================                               |  71%  308 MB
|=================================================================================                               |  71%  308 MB
|=================================================================================                               |  72%  308 MB
|=================================================================================                               |  72%  308 MB
|=================================================================================                               |  72%  308 MB
|=================================================================================                               |  72%  308 MB
|=================================================================================                               |  72%  309 MB
|=================================================================================                               |  72%  309 MB
|=================================================================================                               |  72%  309 MB
|=================================================================================                               |  72%  309 MB
|=================================================================================                               |  72%  309 MB
|=================================================================================                               |  72%  309 MB
|=================================================================================                               |  72%  310 MB
|=================================================================================                               |  72%  310 MB
|=================================================================================                               |  72%  310 MB
|=================================================================================                               |  72%  310 MB
|=================================================================================                               |  72%  310 MB
|==================================================================================                              |  72%  310 MB
|==================================================================================                              |  72%  311 MB
|==================================================================================                              |  72%  311 MB
|==================================================================================                              |  72%  311 MB
|==================================================================================                              |  72%  311 MB
|==================================================================================                              |  72%  311 MB
|==================================================================================                              |  72%  311 MB
|==================================================================================                              |  72%  312 MB
|==================================================================================                              |  72%  312 MB
|==================================================================================                              |  72%  312 MB
|==================================================================================                              |  72%  312 MB
|==================================================================================                              |  73%  312 MB
|==================================================================================                              |  73%  312 MB
|==================================================================================                              |  73%  313 MB
|==================================================================================                              |  73%  313 MB
|==================================================================================                              |  73%  313 MB
|==================================================================================                              |  73%  313 MB
|==================================================================================                              |  73%  313 MB
|==================================================================================                              |  73%  313 MB
|==================================================================================                              |  73%  314 MB
|==================================================================================                              |  73%  314 MB
|==================================================================================                              |  73%  314 MB
|==================================================================================                              |  73%  314 MB
|===================================================================================                             |  73%  314 MB
|===================================================================================                             |  73%  314 MB
|===================================================================================                             |  73%  315 MB
|===================================================================================                             |  73%  315 MB
|===================================================================================                             |  73%  315 MB
|===================================================================================                             |  73%  315 MB
|===================================================================================                             |  73%  315 MB
|===================================================================================                             |  73%  315 MB
|===================================================================================                             |  73%  316 MB
|===================================================================================                             |  73%  316 MB
|===================================================================================                             |  73%  316 MB
|===================================================================================                             |  73%  316 MB
|===================================================================================                             |  73%  316 MB
|===================================================================================                             |  73%  316 MB
|===================================================================================                             |  74%  317 MB
|===================================================================================                             |  74%  317 MB
|===================================================================================                             |  74%  317 MB
|===================================================================================                             |  74%  317 MB
|===================================================================================                             |  74%  317 MB
|===================================================================================                             |  74%  317 MB
|===================================================================================                             |  74%  318 MB
|===================================================================================                             |  74%  318 MB
|===================================================================================                             |  74%  318 MB
|====================================================================================                            |  74%  318 MB
|====================================================================================                            |  74%  318 MB
|====================================================================================                            |  74%  318 MB
|====================================================================================                            |  74%  319 MB
|====================================================================================                            |  74%  319 MB
|====================================================================================                            |  74%  319 MB
|====================================================================================                            |  74%  319 MB
|====================================================================================                            |  74%  319 MB
|====================================================================================                            |  74%  319 MB
|====================================================================================                            |  74%  319 MB
|====================================================================================                            |  74%  320 MB
|====================================================================================                            |  74%  320 MB
|====================================================================================                            |  74%  320 MB
|====================================================================================                            |  74%  320 MB
|====================================================================================                            |  74%  320 MB
|====================================================================================                            |  74%  320 MB
|====================================================================================                            |  74%  321 MB
|====================================================================================                            |  75%  321 MB
|====================================================================================                            |  75%  321 MB
|====================================================================================                            |  75%  321 MB
|====================================================================================                            |  75%  321 MB
|====================================================================================                            |  75%  321 MB
|====================================================================================                            |  75%  322 MB
|=====================================================================================                           |  75%  322 MB
|=====================================================================================                           |  75%  322 MB
|=====================================================================================                           |  75%  322 MB
|=====================================================================================                           |  75%  322 MB
|=====================================================================================                           |  75%  322 MB
|=====================================================================================                           |  75%  323 MB
|=====================================================================================                           |  75%  323 MB
|=====================================================================================                           |  75%  323 MB
|=====================================================================================                           |  75%  323 MB
|=====================================================================================                           |  75%  323 MB
|=====================================================================================                           |  75%  323 MB
|=====================================================================================                           |  75%  324 MB
|=====================================================================================                           |  75%  324 MB
|=====================================================================================                           |  75%  324 MB
|=====================================================================================                           |  75%  324 MB
|=====================================================================================                           |  75%  324 MB
|=====================================================================================                           |  75%  324 MB
|=====================================================================================                           |  75%  325 MB
|=====================================================================================                           |  75%  325 MB
|=====================================================================================                           |  75%  325 MB
|=====================================================================================                           |  76%  325 MB
|=====================================================================================                           |  76%  325 MB
|=====================================================================================                           |  76%  325 MB
|======================================================================================                          |  76%  326 MB
|======================================================================================                          |  76%  326 MB
|======================================================================================                          |  76%  326 MB
|======================================================================================                          |  76%  326 MB
|======================================================================================                          |  76%  326 MB
|======================================================================================                          |  76%  326 MB
|======================================================================================                          |  76%  327 MB
|======================================================================================                          |  76%  327 MB
|======================================================================================                          |  76%  327 MB
|======================================================================================                          |  76%  327 MB
|======================================================================================                          |  76%  327 MB
|======================================================================================                          |  76%  327 MB
|======================================================================================                          |  76%  328 MB
|======================================================================================                          |  76%  328 MB
|======================================================================================                          |  76%  328 MB
|======================================================================================                          |  76%  328 MB
|======================================================================================                          |  76%  328 MB
|======================================================================================                          |  76%  328 MB
|======================================================================================                          |  76%  329 MB
|======================================================================================                          |  76%  329 MB
|======================================================================================                          |  76%  329 MB
|======================================================================================                          |  76%  329 MB
|======================================================================================                          |  76%  329 MB
|=======================================================================================                         |  77%  329 MB
|=======================================================================================                         |  77%  330 MB
|=======================================================================================                         |  77%  330 MB
|=======================================================================================                         |  77%  330 MB
|=======================================================================================                         |  77%  330 MB
|=======================================================================================                         |  77%  330 MB
|=======================================================================================                         |  77%  330 MB
|=======================================================================================                         |  77%  331 MB
|=======================================================================================                         |  77%  331 MB
|=======================================================================================                         |  77%  331 MB
|=======================================================================================                         |  77%  331 MB
|=======================================================================================                         |  77%  331 MB
|=======================================================================================                         |  77%  331 MB
|=======================================================================================                         |  77%  331 MB
|=======================================================================================                         |  77%  332 MB
|=======================================================================================                         |  77%  332 MB
|=======================================================================================                         |  77%  332 MB
|=======================================================================================                         |  77%  332 MB
|=======================================================================================                         |  77%  332 MB
|=======================================================================================                         |  77%  333 MB
|=======================================================================================                         |  77%  333 MB
|=======================================================================================                         |  77%  333 MB
|=======================================================================================                         |  77%  333 MB
|========================================================================================                        |  77%  333 MB
|========================================================================================                        |  77%  333 MB
|========================================================================================                        |  77%  333 MB
|========================================================================================                        |  78%  334 MB
|========================================================================================                        |  78%  334 MB
|========================================================================================                        |  78%  334 MB
|========================================================================================                        |  78%  334 MB
|========================================================================================                        |  78%  334 MB
|========================================================================================                        |  78%  334 MB
|========================================================================================                        |  78%  335 MB
|========================================================================================                        |  78%  335 MB
|========================================================================================                        |  78%  335 MB
|========================================================================================                        |  78%  335 MB
|========================================================================================                        |  78%  335 MB
|========================================================================================                        |  78%  335 MB
|========================================================================================                        |  78%  336 MB
|========================================================================================                        |  78%  336 MB
|========================================================================================                        |  78%  336 MB
|========================================================================================                        |  78%  336 MB
|========================================================================================                        |  78%  336 MB
|========================================================================================                        |  78%  336 MB
|========================================================================================                        |  78%  337 MB
|========================================================================================                        |  78%  337 MB
|=========================================================================================                       |  78%  337 MB
|=========================================================================================                       |  78%  337 MB
|=========================================================================================                       |  78%  337 MB
|=========================================================================================                       |  78%  337 MB
|=========================================================================================                       |  78%  338 MB
|=========================================================================================                       |  78%  338 MB
|=========================================================================================                       |  79%  338 MB
|=========================================================================================                       |  79%  338 MB
|=========================================================================================                       |  79%  338 MB
|=========================================================================================                       |  79%  338 MB
|=========================================================================================                       |  79%  339 MB
|=========================================================================================                       |  79%  339 MB
|=========================================================================================                       |  79%  339 MB
|=========================================================================================                       |  79%  339 MB
|=========================================================================================                       |  79%  339 MB
|=========================================================================================                       |  79%  339 MB
|=========================================================================================                       |  79%  340 MB
|=========================================================================================                       |  79%  340 MB
|=========================================================================================                       |  79%  340 MB
|=========================================================================================                       |  79%  340 MB
|=========================================================================================                       |  79%  340 MB
|=========================================================================================                       |  79%  340 MB
|=========================================================================================                       |  79%  341 MB
|==========================================================================================                      |  79%  341 MB
|==========================================================================================                      |  79%  341 MB
|==========================================================================================                      |  79%  341 MB
|==========================================================================================                      |  79%  341 MB
|==========================================================================================                      |  79%  341 MB
|==========================================================================================                      |  79%  342 MB
|==========================================================================================                      |  79%  342 MB
|==========================================================================================                      |  79%  342 MB
|==========================================================================================                      |  79%  342 MB
|==========================================================================================                      |  80%  342 MB
|==========================================================================================                      |  80%  342 MB
|==========================================================================================                      |  80%  343 MB
|==========================================================================================                      |  80%  343 MB
|==========================================================================================                      |  80%  343 MB
|==========================================================================================                      |  80%  343 MB
|==========================================================================================                      |  80%  343 MB
|==========================================================================================                      |  80%  343 MB
|==========================================================================================                      |  80%  344 MB
|==========================================================================================                      |  80%  344 MB
|==========================================================================================                      |  80%  344 MB
|==========================================================================================                      |  80%  344 MB
|==========================================================================================                      |  80%  344 MB
|===========================================================================================                     |  80%  344 MB
|===========================================================================================                     |  80%  345 MB
|===========================================================================================                     |  80%  345 MB
|===========================================================================================                     |  80%  345 MB
|===========================================================================================                     |  80%  345 MB
|===========================================================================================                     |  80%  345 MB
|===========================================================================================                     |  80%  345 MB
|===========================================================================================                     |  80%  346 MB
|===========================================================================================                     |  80%  346 MB
|===========================================================================================                     |  80%  346 MB
|===========================================================================================                     |  80%  346 MB
|===========================================================================================                     |  80%  346 MB
|===========================================================================================                     |  80%  346 MB
|===========================================================================================                     |  81%  347 MB
|===========================================================================================                     |  81%  347 MB
|===========================================================================================                     |  81%  347 MB
|===========================================================================================                     |  81%  347 MB
|===========================================================================================                     |  81%  347 MB
|===========================================================================================                     |  81%  347 MB
|===========================================================================================                     |  81%  348 MB
|===========================================================================================                     |  81%  348 MB
|===========================================================================================                     |  81%  348 MB
|===========================================================================================                     |  81%  348 MB
|===========================================================================================                     |  81%  348 MB
|============================================================================================                    |  81%  348 MB
|============================================================================================                    |  81%  349 MB
|============================================================================================                    |  81%  349 MB
|============================================================================================                    |  81%  349 MB
|============================================================================================                    |  81%  349 MB
|============================================================================================                    |  81%  349 MB
|============================================================================================                    |  81%  349 MB
|============================================================================================                    |  81%  350 MB
|============================================================================================                    |  81%  350 MB
|============================================================================================                    |  81%  350 MB
|============================================================================================                    |  81%  350 MB
|============================================================================================                    |  81%  350 MB
|============================================================================================                    |  81%  350 MB
|============================================================================================                    |  81%  350 MB
|============================================================================================                    |  81%  351 MB
|============================================================================================                    |  82%  351 MB
|============================================================================================                    |  82%  351 MB
|============================================================================================                    |  82%  351 MB
|============================================================================================                    |  82%  351 MB
|============================================================================================                    |  82%  351 MB
|============================================================================================                    |  82%  352 MB
|============================================================================================                    |  82%  352 MB
|============================================================================================                    |  82%  352 MB
|=============================================================================================                   |  82%  352 MB
|=============================================================================================                   |  82%  352 MB
|=============================================================================================                   |  82%  352 MB
|=============================================================================================                   |  82%  353 MB
|=============================================================================================                   |  82%  353 MB
|=============================================================================================                   |  82%  353 MB
|=============================================================================================                   |  82%  353 MB
|=============================================================================================                   |  82%  353 MB
|=============================================================================================                   |  82%  353 MB
|=============================================================================================                   |  82%  354 MB
|=============================================================================================                   |  82%  354 MB
|=============================================================================================                   |  82%  354 MB
|=============================================================================================                   |  82%  354 MB
|=============================================================================================                   |  82%  354 MB
|=============================================================================================                   |  82%  354 MB
|=============================================================================================                   |  82%  355 MB
|=============================================================================================                   |  82%  355 MB
|=============================================================================================                   |  82%  355 MB
|=============================================================================================                   |  83%  355 MB
|=============================================================================================                   |  83%  355 MB
|=============================================================================================                   |  83%  355 MB
|=============================================================================================                   |  83%  356 MB
|=============================================================================================                   |  83%  356 MB
|==============================================================================================                  |  83%  356 MB
|==============================================================================================                  |  83%  356 MB
|==============================================================================================                  |  83%  356 MB
|==============================================================================================                  |  83%  356 MB
|==============================================================================================                  |  83%  357 MB
|==============================================================================================                  |  83%  357 MB
|==============================================================================================                  |  83%  357 MB
|==============================================================================================                  |  83%  357 MB
|==============================================================================================                  |  83%  357 MB
|==============================================================================================                  |  83%  357 MB
|==============================================================================================                  |  83%  358 MB
|==============================================================================================                  |  83%  358 MB
|==============================================================================================                  |  83%  358 MB
|==============================================================================================                  |  83%  358 MB
|==============================================================================================                  |  83%  358 MB
|==============================================================================================                  |  83%  358 MB
|==============================================================================================                  |  83%  359 MB
|==============================================================================================                  |  83%  359 MB
|==============================================================================================                  |  83%  359 MB
|==============================================================================================                  |  83%  359 MB
|==============================================================================================                  |  83%  359 MB
|==============================================================================================                  |  84%  359 MB
|==============================================================================================                  |  84%  360 MB
|===============================================================================================                 |  84%  360 MB
|===============================================================================================                 |  84%  360 MB
|===============================================================================================                 |  84%  360 MB
|===============================================================================================                 |  84%  360 MB
|===============================================================================================                 |  84%  360 MB
|===============================================================================================                 |  84%  360 MB
|===============================================================================================                 |  84%  361 MB
|===============================================================================================                 |  84%  361 MB
|===============================================================================================                 |  84%  361 MB
|===============================================================================================                 |  84%  361 MB
|===============================================================================================                 |  84%  361 MB
|===============================================================================================                 |  84%  361 MB
|===============================================================================================                 |  84%  362 MB
|===============================================================================================                 |  84%  362 MB
|===============================================================================================                 |  84%  362 MB
|===============================================================================================                 |  84%  362 MB
|===============================================================================================                 |  84%  362 MB
|===============================================================================================                 |  84%  362 MB
|===============================================================================================                 |  84%  363 MB
|===============================================================================================                 |  84%  363 MB
|===============================================================================================                 |  84%  363 MB
|===============================================================================================                 |  84%  363 MB
|===============================================================================================                 |  84%  363 MB
|================================================================================================                |  84%  363 MB
|================================================================================================                |  84%  364 MB
|================================================================================================                |  85%  364 MB
|================================================================================================                |  85%  364 MB
|================================================================================================                |  85%  364 MB
|================================================================================================                |  85%  364 MB
|================================================================================================                |  85%  364 MB
|================================================================================================                |  85%  365 MB
|================================================================================================                |  85%  365 MB
|================================================================================================                |  85%  365 MB
|================================================================================================                |  85%  365 MB
|================================================================================================                |  85%  365 MB
|================================================================================================                |  85%  365 MB
|================================================================================================                |  85%  365 MB
|================================================================================================                |  85%  366 MB
|================================================================================================                |  85%  366 MB
|================================================================================================                |  85%  366 MB
|================================================================================================                |  85%  366 MB
|================================================================================================                |  85%  366 MB
|================================================================================================                |  85%  367 MB
|================================================================================================                |  85%  367 MB
|================================================================================================                |  85%  367 MB
|================================================================================================                |  85%  367 MB
|================================================================================================                |  85%  367 MB
|=================================================================================================               |  85%  367 MB
|=================================================================================================               |  85%  367 MB
|=================================================================================================               |  85%  368 MB
|=================================================================================================               |  85%  368 MB
|=================================================================================================               |  86%  368 MB
|=================================================================================================               |  86%  368 MB
|=================================================================================================               |  86%  368 MB
|=================================================================================================               |  86%  368 MB
|=================================================================================================               |  86%  369 MB
|=================================================================================================               |  86%  369 MB
|=================================================================================================               |  86%  369 MB
|=================================================================================================               |  86%  369 MB
|=================================================================================================               |  86%  369 MB
|=================================================================================================               |  86%  369 MB
|=================================================================================================               |  86%  370 MB
|=================================================================================================               |  86%  370 MB
|=================================================================================================               |  86%  370 MB
|=================================================================================================               |  86%  370 MB
|=================================================================================================               |  86%  370 MB
|=================================================================================================               |  86%  370 MB
|=================================================================================================               |  86%  371 MB
|=================================================================================================               |  86%  371 MB
|=================================================================================================               |  86%  371 MB
|==================================================================================================              |  86%  371 MB
|==================================================================================================              |  86%  371 MB
|==================================================================================================              |  86%  371 MB
|==================================================================================================              |  86%  372 MB
|==================================================================================================              |  86%  372 MB
|==================================================================================================              |  86%  372 MB
|==================================================================================================              |  86%  372 MB
|==================================================================================================              |  87%  372 MB
|==================================================================================================              |  87%  372 MB
|==================================================================================================              |  87%  373 MB
|==================================================================================================              |  87%  373 MB
|==================================================================================================              |  87%  373 MB
|==================================================================================================              |  87%  373 MB
|==================================================================================================              |  87%  373 MB
|==================================================================================================              |  87%  373 MB
|==================================================================================================              |  87%  374 MB
|==================================================================================================              |  87%  374 MB
|==================================================================================================              |  87%  374 MB
|==================================================================================================              |  87%  374 MB
|==================================================================================================              |  87%  374 MB
|==================================================================================================              |  87%  374 MB
|==================================================================================================              |  87%  375 MB
|==================================================================================================              |  87%  375 MB
|===================================================================================================             |  87%  375 MB
|===================================================================================================             |  87%  375 MB
|===================================================================================================             |  87%  375 MB
|===================================================================================================             |  87%  375 MB
|===================================================================================================             |  87%  376 MB
|===================================================================================================             |  87%  376 MB
|===================================================================================================             |  87%  376 MB
|===================================================================================================             |  87%  376 MB
|===================================================================================================             |  87%  376 MB
|===================================================================================================             |  87%  376 MB
|===================================================================================================             |  88%  377 MB
|===================================================================================================             |  88%  377 MB
|===================================================================================================             |  88%  377 MB
|===================================================================================================             |  88%  377 MB
|===================================================================================================             |  88%  377 MB
|===================================================================================================             |  88%  377 MB
|===================================================================================================             |  88%  378 MB
|===================================================================================================             |  88%  378 MB
|===================================================================================================             |  88%  378 MB
|===================================================================================================             |  88%  378 MB
|===================================================================================================             |  88%  378 MB
|===================================================================================================             |  88%  378 MB
|===================================================================================================             |  88%  379 MB
|====================================================================================================            |  88%  379 MB
|====================================================================================================            |  88%  379 MB
|====================================================================================================            |  88%  379 MB
|====================================================================================================            |  88%  379 MB
|====================================================================================================            |  88%  379 MB
|====================================================================================================            |  88%  380 MB
|====================================================================================================            |  88%  380 MB
|====================================================================================================            |  88%  380 MB
|====================================================================================================            |  88%  380 MB
|====================================================================================================            |  88%  380 MB
|====================================================================================================            |  88%  380 MB
|====================================================================================================            |  88%  381 MB
|====================================================================================================            |  88%  381 MB
|====================================================================================================            |  89%  381 MB
|====================================================================================================            |  89%  381 MB
|====================================================================================================            |  89%  381 MB
|====================================================================================================            |  89%  381 MB
|====================================================================================================            |  89%  382 MB
|====================================================================================================            |  89%  382 MB
|====================================================================================================            |  89%  382 MB
|====================================================================================================            |  89%  382 MB
|====================================================================================================            |  89%  382 MB
|====================================================================================================            |  89%  382 MB
|=====================================================================================================           |  89%  383 MB
|=====================================================================================================           |  89%  383 MB
|=====================================================================================================           |  89%  383 MB
|=====================================================================================================           |  89%  383 MB
|=====================================================================================================           |  89%  383 MB
|=====================================================================================================           |  89%  383 MB
|=====================================================================================================           |  89%  384 MB
|=====================================================================================================           |  89%  384 MB
|=====================================================================================================           |  89%  384 MB
|=====================================================================================================           |  89%  384 MB
|=====================================================================================================           |  89%  384 MB
|=====================================================================================================           |  89%  384 MB
|=====================================================================================================           |  89%  385 MB
|=====================================================================================================           |  89%  385 MB
|=====================================================================================================           |  89%  385 MB
|=====================================================================================================           |  90%  385 MB
|=====================================================================================================           |  90%  385 MB
|=====================================================================================================           |  90%  385 MB
|=====================================================================================================           |  90%  386 MB
|=====================================================================================================           |  90%  386 MB
|=====================================================================================================           |  90%  386 MB
|=====================================================================================================           |  90%  386 MB
|======================================================================================================          |  90%  386 MB
|======================================================================================================          |  90%  386 MB
|======================================================================================================          |  90%  386 MB
|======================================================================================================          |  90%  387 MB
|======================================================================================================          |  90%  387 MB
|======================================================================================================          |  90%  387 MB
|======================================================================================================          |  90%  387 MB
|======================================================================================================          |  90%  387 MB
|======================================================================================================          |  90%  387 MB
|======================================================================================================          |  90%  388 MB
|======================================================================================================          |  90%  388 MB
|======================================================================================================          |  90%  388 MB
|======================================================================================================          |  90%  388 MB
|======================================================================================================          |  90%  388 MB
|======================================================================================================          |  90%  388 MB
|======================================================================================================          |  90%  389 MB
|======================================================================================================          |  90%  389 MB
|======================================================================================================          |  90%  389 MB
|======================================================================================================          |  90%  389 MB
|======================================================================================================          |  91%  389 MB
|======================================================================================================          |  91%  389 MB
|======================================================================================================          |  91%  390 MB
|======================================================================================================          |  91%  390 MB
|=======================================================================================================         |  91%  390 MB
|=======================================================================================================         |  91%  390 MB
|=======================================================================================================         |  91%  390 MB
|=======================================================================================================         |  91%  390 MB
|=======================================================================================================         |  91%  391 MB
|=======================================================================================================         |  91%  391 MB
|=======================================================================================================         |  91%  391 MB
|=======================================================================================================         |  91%  391 MB
|=======================================================================================================         |  91%  391 MB
|=======================================================================================================         |  91%  391 MB
|=======================================================================================================         |  91%  392 MB
|=======================================================================================================         |  91%  392 MB
|=======================================================================================================         |  91%  392 MB
|=======================================================================================================         |  91%  392 MB
|=======================================================================================================         |  91%  392 MB
|=======================================================================================================         |  91%  392 MB
|=======================================================================================================         |  91%  393 MB
|=======================================================================================================         |  91%  393 MB
|=======================================================================================================         |  91%  393 MB
|=======================================================================================================         |  91%  393 MB
|=======================================================================================================         |  91%  393 MB
|=======================================================================================================         |  91%  394 MB
|=======================================================================================================         |  92%  394 MB
|========================================================================================================        |  92%  394 MB
|========================================================================================================        |  92%  394 MB
|========================================================================================================        |  92%  394 MB
|========================================================================================================        |  92%  394 MB
|========================================================================================================        |  92%  395 MB
|========================================================================================================        |  92%  395 MB
|========================================================================================================        |  92%  395 MB
|========================================================================================================        |  92%  395 MB
|========================================================================================================        |  92%  395 MB
|========================================================================================================        |  92%  395 MB
|========================================================================================================        |  92%  395 MB
|========================================================================================================        |  92%  396 MB
|========================================================================================================        |  92%  396 MB
|========================================================================================================        |  92%  396 MB
|========================================================================================================        |  92%  396 MB
|========================================================================================================        |  92%  396 MB
|========================================================================================================        |  92%  396 MB
|========================================================================================================        |  92%  397 MB
|========================================================================================================        |  92%  397 MB
|========================================================================================================        |  92%  397 MB
|========================================================================================================        |  92%  397 MB
|========================================================================================================        |  92%  397 MB
|========================================================================================================        |  92%  397 MB
|=========================================================================================================       |  92%  398 MB
|=========================================================================================================       |  92%  398 MB
|=========================================================================================================       |  93%  398 MB
|=========================================================================================================       |  93%  398 MB
|=========================================================================================================       |  93%  398 MB
|=========================================================================================================       |  93%  398 MB
|=========================================================================================================       |  93%  399 MB
|=========================================================================================================       |  93%  399 MB
|=========================================================================================================       |  93%  399 MB
|=========================================================================================================       |  93%  399 MB
|=========================================================================================================       |  93%  399 MB
|=========================================================================================================       |  93%  399 MB
|=========================================================================================================       |  93%  400 MB
|=========================================================================================================       |  93%  400 MB
|=========================================================================================================       |  93%  400 MB
|=========================================================================================================       |  93%  400 MB
|=========================================================================================================       |  93%  400 MB
|=========================================================================================================       |  93%  400 MB
|=========================================================================================================       |  93%  401 MB
|=========================================================================================================       |  93%  401 MB
|=========================================================================================================       |  93%  401 MB
|=========================================================================================================       |  93%  401 MB
|=========================================================================================================       |  93%  401 MB
|==========================================================================================================      |  93%  401 MB
|==========================================================================================================      |  93%  402 MB
|==========================================================================================================      |  93%  402 MB
|==========================================================================================================      |  93%  402 MB
|==========================================================================================================      |  93%  402 MB
|==========================================================================================================      |  94%  402 MB
|==========================================================================================================      |  94%  402 MB
|==========================================================================================================      |  94%  403 MB
|==========================================================================================================      |  94%  403 MB
|==========================================================================================================      |  94%  403 MB
|==========================================================================================================      |  94%  403 MB
|==========================================================================================================      |  94%  403 MB
|==========================================================================================================      |  94%  403 MB
|==========================================================================================================      |  94%  404 MB
|==========================================================================================================      |  94%  404 MB
|==========================================================================================================      |  94%  404 MB
|==========================================================================================================      |  94%  404 MB
|==========================================================================================================      |  94%  404 MB
|==========================================================================================================      |  94%  404 MB
|==========================================================================================================      |  94%  405 MB
|==========================================================================================================      |  94%  405 MB
|==========================================================================================================      |  94%  405 MB
|==========================================================================================================      |  94%  405 MB
|===========================================================================================================     |  94%  405 MB
|===========================================================================================================     |  94%  405 MB
|===========================================================================================================     |  94%  406 MB
|===========================================================================================================     |  94%  406 MB
|===========================================================================================================     |  94%  406 MB
|===========================================================================================================     |  94%  406 MB
|===========================================================================================================     |  94%  406 MB
|===========================================================================================================     |  94%  406 MB
|===========================================================================================================     |  95%  407 MB
|===========================================================================================================     |  95%  407 MB
|===========================================================================================================     |  95%  407 MB
|===========================================================================================================     |  95%  407 MB
|===========================================================================================================     |  95%  407 MB
|===========================================================================================================     |  95%  407 MB
|===========================================================================================================     |  95%  408 MB
|===========================================================================================================     |  95%  408 MB
|===========================================================================================================     |  95%  408 MB
|===========================================================================================================     |  95%  408 MB
|===========================================================================================================     |  95%  408 MB
|===========================================================================================================     |  95%  408 MB
|===========================================================================================================     |  95%  408 MB
|===========================================================================================================     |  95%  409 MB
|===========================================================================================================     |  95%  409 MB
|============================================================================================================    |  95%  409 MB
|============================================================================================================    |  95%  409 MB
|============================================================================================================    |  95%  409 MB
|============================================================================================================    |  95%  409 MB
|============================================================================================================    |  95%  410 MB
|============================================================================================================    |  95%  410 MB
|============================================================================================================    |  95%  410 MB
|============================================================================================================    |  95%  410 MB
|============================================================================================================    |  95%  410 MB
|============================================================================================================    |  95%  411 MB
|============================================================================================================    |  95%  411 MB
|============================================================================================================    |  96%  411 MB
|============================================================================================================    |  96%  411 MB
|============================================================================================================    |  96%  411 MB
|============================================================================================================    |  96%  411 MB
|============================================================================================================    |  96%  411 MB
|============================================================================================================    |  96%  412 MB
|============================================================================================================    |  96%  412 MB
|============================================================================================================    |  96%  412 MB
|============================================================================================================    |  96%  412 MB
|============================================================================================================    |  96%  412 MB
|============================================================================================================    |  96%  413 MB
|============================================================================================================    |  96%  413 MB
|=============================================================================================================   |  96%  413 MB
|=============================================================================================================   |  96%  413 MB
|=============================================================================================================   |  96%  413 MB
|=============================================================================================================   |  96%  413 MB
|=============================================================================================================   |  96%  413 MB
|=============================================================================================================   |  96%  414 MB
|=============================================================================================================   |  96%  414 MB
|=============================================================================================================   |  96%  414 MB
|=============================================================================================================   |  96%  414 MB
|=============================================================================================================   |  96%  414 MB
|=============================================================================================================   |  96%  414 MB
|=============================================================================================================   |  96%  415 MB
|=============================================================================================================   |  96%  415 MB
|=============================================================================================================   |  96%  415 MB
|=============================================================================================================   |  97%  415 MB
|=============================================================================================================   |  97%  415 MB
|=============================================================================================================   |  97%  415 MB
|=============================================================================================================   |  97%  416 MB
|=============================================================================================================   |  97%  416 MB
|=============================================================================================================   |  97%  416 MB
|=============================================================================================================   |  97%  416 MB
|=============================================================================================================   |  97%  416 MB
|=============================================================================================================   |  97%  416 MB
|==============================================================================================================  |  97%  417 MB
|==============================================================================================================  |  97%  417 MB
|==============================================================================================================  |  97%  417 MB
|==============================================================================================================  |  97%  417 MB
|==============================================================================================================  |  97%  417 MB
|==============================================================================================================  |  97%  417 MB
|==============================================================================================================  |  97%  418 MB
|==============================================================================================================  |  97%  418 MB
|==============================================================================================================  |  97%  418 MB
|==============================================================================================================  |  97%  418 MB
|==============================================================================================================  |  97%  418 MB
|==============================================================================================================  |  97%  418 MB
|==============================================================================================================  |  97%  419 MB
|==============================================================================================================  |  97%  419 MB
|==============================================================================================================  |  97%  419 MB
|==============================================================================================================  |  97%  419 MB
|==============================================================================================================  |  97%  419 MB
|==============================================================================================================  |  98%  419 MB
|==============================================================================================================  |  98%  420 MB
|==============================================================================================================  |  98%  420 MB
|==============================================================================================================  |  98%  420 MB
|==============================================================================================================  |  98%  420 MB
|=============================================================================================================== |  98%  420 MB
|=============================================================================================================== |  98%  420 MB
|=============================================================================================================== |  98%  421 MB
|=============================================================================================================== |  98%  421 MB
|=============================================================================================================== |  98%  421 MB
|=============================================================================================================== |  98%  421 MB
|=============================================================================================================== |  98%  421 MB
|=============================================================================================================== |  98%  421 MB
|=============================================================================================================== |  98%  422 MB
|=============================================================================================================== |  98%  422 MB
|=============================================================================================================== |  98%  422 MB
|=============================================================================================================== |  98%  422 MB
|=============================================================================================================== |  98%  422 MB
|=============================================================================================================== |  98%  423 MB
|=============================================================================================================== |  98%  423 MB
|=============================================================================================================== |  98%  423 MB
|=============================================================================================================== |  98%  423 MB
|=============================================================================================================== |  98%  423 MB
|=============================================================================================================== |  98%  423 MB
|=============================================================================================================== |  98%  424 MB
|=============================================================================================================== |  99%  424 MB
|=============================================================================================================== |  99%  424 MB
|=============================================================================================================== |  99%  424 MB
|================================================================================================================|  99%  424 MB
|================================================================================================================|  99%  424 MB
|================================================================================================================|  99%  424 MB
|================================================================================================================|  99%  425 MB
|================================================================================================================|  99%  425 MB
|================================================================================================================|  99%  425 MB
|================================================================================================================|  99%  425 MB
|================================================================================================================|  99%  425 MB
|================================================================================================================|  99%  425 MB
|================================================================================================================|  99%  426 MB
|================================================================================================================|  99%  426 MB
|================================================================================================================|  99%  426 MB
|================================================================================================================|  99%  426 MB
|================================================================================================================|  99%  426 MB
|================================================================================================================|  99%  427 MB
|================================================================================================================|  99%  427 MB
|================================================================================================================|  99%  427 MB
|================================================================================================================|  99%  427 MB
|================================================================================================================|  99%  427 MB
|================================================================================================================|  99%  427 MB
|================================================================================================================|  99%  428 MB
|================================================================================================================|  99%  428 MB
|================================================================================================================|  99%  428 MB
|=================================================================================================================| 100%  428 MB

Annotation

symbol.obj <- org.Hs.eg.db::org.Hs.egSYMBOL
mapped.genes <- AnnotationDbi::mappedkeys(symbol.obj)
symbol.list <- as.list(symbol.obj[mapped.genes])
symbol.df <- as.data.frame(cbind(names(symbol.list), unlist(symbol.list)))
colnames(symbol.df) <- c("EntrezID", "GeneSymbol")
# get gene column name to match to facilitate use with dplyr
colnames(exprs.df)[1] <- "EntrezID"
# matching types
symbol.df$EntrezID <- as.integer(as.character(symbol.df$EntrezID))
# inner join
annot.exprs.df <- dplyr::inner_join(symbol.df, exprs.df, by = "EntrezID")
symbol.file <- 
  file.path("data", "expression_data", 
            "SLE_WB_all_microarray_QN_zto_before_with_GeneSymbol.pcl")
readr::write_delim(annot.exprs.df, path = symbol.file, delim = "\t")
# matrix with gene symbol as rownames
exprs.mat <- dplyr::select(annot.exprs.df, -EntrezID)
rownames(exprs.mat) <- exprs.mat$GeneSymbol
exprs.mat <- as.matrix(dplyr::select(exprs.mat, -GeneSymbol))
exprs.mat[1:5, 1:5]
           GSM955680_DNA10204-001.CEL GSM955681_DNA10204-003.CEL GSM955682_DNA10204-005.CEL GSM955683_DNA10204-007.CEL
NAT2                        0.2872200                  0.6788542                  0.0000000                  0.4627302
ADA                         0.7331941                  0.6073631                  0.5483356                  0.4294504
CDH2                        0.2431701                  0.3168936                  0.3041239                  0.6799173
AKT3                        0.6418411                  0.3147596                  0.3863309                  0.5632609
ZBTB11-AS1                  0.2541135                  0.5831909                  0.3406465                  0.4724936
           GSM955684_DNA10204-011.CEL
NAT2                        0.4656660
ADA                         0.5349434
CDH2                        0.1800279
AKT3                        0.4955665
ZBTB11-AS1                  0.3203299

PLIER model training

plier.result <- PLIERNewData(exprs.mat = exprs.mat)
Loading required package: PLIER
Loading required package: RColorBrewer
Loading required package: gplots

Attaching package: ‘gplots’

The following object is masked from ‘package:IRanges’:

    space

The following object is masked from ‘package:S4Vectors’:

    space

The following object is masked from ‘package:stats’:

    lowess

Loading required package: pheatmap
Loading required package: glmnet
Loading required package: Matrix

Attaching package: ‘Matrix’

The following object is masked from ‘package:S4Vectors’:

    expand

Loading required package: foreach
Loaded glmnet 2.0-13

Loading required package: knitr
Loading required package: rsvd
Loading required package: qvalue
Using rsvd: set seed for consistent results
Removing 1 pathways with too few genesComputing SVD
Using rsvd: set seed for consistent results
Done
[1] 72.91089
[1] "L2 is set to 72.9108889298683"
[1] "L1 is set to 36.4554444649342"
errorY (SVD based:best possible) = 0.2405
iter1 errorY= 0.961, Bdiff= 3205, Bkappa=63.2
iter2 errorY= 0.454, Bdiff= 0.7178, Bkappa=61.17
iter3 errorY= 0.3879, Bdiff= 0.09693, Bkappa=52.66
iter4 errorY= 0.3847, Bdiff= 0.03377, Bkappa=58.67
iter5 errorY= 0.3901, Bdiff= 0.01669, Bkappa=57.99
iter6 errorY= 0.3925, Bdiff= 0.01051, Bkappa=58.98
iter7 errorY= 0.3918, Bdiff= 0.007653, Bkappa=62.9
iter8 errorY= 0.39, Bdiff= 0.005949, Bkappa=69.28
iter9 errorY= 0.3881, Bdiff= 0.004802, Bkappa=72.59
iter10 errorY= 0.3865, Bdiff= 0.003974, Bkappa=78.22
iter11 errorY= 0.3851, Bdiff= 0.003345, Bkappa=84.16
iter12 errorY= 0.384, Bdiff= 0.00286, Bkappa=93.51
iter13 errorY= 0.383, Bdiff= 0.00248, Bkappa=95.31
iter14 errorY= 0.3821, Bdiff= 0.002183, Bkappa=102.1
iter15 errorY= 0.3813, Bdiff= 0.00195, Bkappa=105.2
iter16 errorY= 0.3806, Bdiff= 0.001764, Bkappa=109
iter17 errorY= 0.3799, Bdiff= 0.001615, Bkappa=103
iter18 errorY= 0.3792, Bdiff= 0.001492, Bkappa=112.6
iter19 errorY= 0.3786, Bdiff= 0.001391, Bkappa=116.6
Updating L3, current fraction= 0, target=0.7
L3 is set to 0.005372 in 11 iterations
iter20 errorY= 0.3764, prior information ratio= 0.01, Bdiff= 0.001516, Bkappa=127.5;pos. col. U=99
iter21 errorY= 0.3753, prior information ratio= 0.02, Bdiff= 0.001364, Bkappa=114.6;pos. col. U=99
iter22 errorY= 0.3745, prior information ratio= 0.02, Bdiff= 0.001246, Bkappa=120.1;pos. col. U=99
iter23 errorY= 0.3738, prior information ratio= 0.02, Bdiff= 0.001156, Bkappa=126.3;pos. col. U=98
iter24 errorY= 0.3732, prior information ratio= 0.02, Bdiff= 0.001085, Bkappa=130.5;pos. col. U=97
iter25 errorY= 0.3726, prior information ratio= 0.02, Bdiff= 0.001021, Bkappa=125.2;pos. col. U=97
iter26 errorY= 0.3721, prior information ratio= 0.02, Bdiff= 0.0009625, Bkappa=132.6;pos. col. U=97
iter27 errorY= 0.3717, prior information ratio= 0.02, Bdiff= 0.0009073, Bkappa=150;pos. col. U=95
iter28 errorY= 0.3713, prior information ratio= 0.02, Bdiff= 0.0008571, Bkappa=163.9;pos. col. U=93
iter29 errorY= 0.3709, prior information ratio= 0.02, Bdiff= 0.00081, Bkappa=145.9;pos. col. U=94
iter30 errorY= 0.3706, prior information ratio= 0.02, Bdiff= 0.000769, Bkappa=205.3;pos. col. U=95
iter31 errorY= 0.3703, prior information ratio= 0.02, Bdiff= 0.0007313, Bkappa=233.3;pos. col. U=95
iter32 errorY= 0.37, prior information ratio= 0.02, Bdiff= 0.0006994, Bkappa=290.4;pos. col. U=93
iter33 errorY= 0.3698, prior information ratio= 0.02, Bdiff= 0.00067, Bkappa=351.6;pos. col. U=92
iter34 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0006404, Bkappa=436.2;pos. col. U=93
iter35 errorY= 0.3694, prior information ratio= 0.02, Bdiff= 0.0006086, Bkappa=565.3;pos. col. U=92
iter36 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.0005764, Bkappa=738;pos. col. U=93
iter37 errorY= 0.369, prior information ratio= 0.02, Bdiff= 0.000542, Bkappa=977.9;pos. col. U=92
iter38 errorY= 0.3689, prior information ratio= 0.02, Bdiff= 0.000505, Bkappa=1302;pos. col. U=91
iter39 errorY= 0.3687, prior information ratio= 0.02, Bdiff= 0.000469, Bkappa=1740;pos. col. U=92
Updating L3, current fraction= 0.6479, target=0.7
L3 is set to 0.004375 in 4 iterations
iter40 errorY= 0.3685, prior information ratio= 0.02, Bdiff= 0.0004343, Bkappa=2309;pos. col. U=100
iter41 errorY= 0.3683, prior information ratio= 0.02, Bdiff= 0.0004026, Bkappa=3050;pos. col. U=99
iter42 errorY= 0.3681, prior information ratio= 0.02, Bdiff= 0.0003759, Bkappa=4010;pos. col. U=98
iter43 errorY= 0.368, prior information ratio= 0.02, Bdiff= 0.0003547, Bkappa=5257;pos. col. U=99
iter44 errorY= 0.3679, prior information ratio= 0.02, Bdiff= 0.0003367, Bkappa=6843;pos. col. U=99
iter45 errorY= 0.3678, prior information ratio= 0.02, Bdiff= 0.0003224, Bkappa=8754;pos. col. U=100
iter46 errorY= 0.3677, prior information ratio= 0.02, Bdiff= 0.0003107, Bkappa=11010;pos. col. U=100
iter47 errorY= 0.3676, prior information ratio= 0.02, Bdiff= 0.0003027, Bkappa=13570;pos. col. U=99
iter48 errorY= 0.3676, prior information ratio= 0.02, Bdiff= 0.0002956, Bkappa=16610;pos. col. U=100
iter49 errorY= 0.3675, prior information ratio= 0.02, Bdiff= 0.0002891, Bkappa=20120;pos. col. U=102
iter50 errorY= 0.3675, prior information ratio= 0.02, Bdiff= 0.0002837, Bkappa=24060;pos. col. U=102
iter51 errorY= 0.3674, prior information ratio= 0.02, Bdiff= 0.0002766, Bkappa=28260;pos. col. U=101
iter52 errorY= 0.3674, prior information ratio= 0.02, Bdiff= 0.0002703, Bkappa=33270;pos. col. U=101
iter53 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002672, Bkappa=39490;pos. col. U=101
iter54 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002619, Bkappa=47290;pos. col. U=102
iter55 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002575, Bkappa=90640;pos. col. U=102
iter56 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002522, Bkappa=114800;pos. col. U=103
iter57 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002477, Bkappa=143100;pos. col. U=103
iter58 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002437, Bkappa=176200;pos. col. U=102
iter59 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002402, Bkappa=215700;pos. col. U=102
Updating L3, current fraction= 0.7183, target=0.7
L3 is set to 0.004586 in 11 iterations
iter60 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002407, Bkappa=266400;pos. col. U=100
iter61 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002373, Bkappa=329900;pos. col. U=99
iter62 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002353, Bkappa=403300;pos. col. U=97
iter63 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002334, Bkappa=480300;pos. col. U=96
iter64 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0002313, Bkappa=563200;pos. col. U=96
iter65 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002303, Bkappa=682700;pos. col. U=96
iter66 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002304, Bkappa=832400;pos. col. U=97
iter67 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002356, Bkappa=1030000;pos. col. U=97
iter68 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002416, Bkappa=1293000;pos. col. U=97
iter69 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002485, Bkappa=1642000;pos. col. U=97
iter70 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002544, Bkappa=2079000;pos. col. U=96
iter71 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0002608, Bkappa=2653000;pos. col. U=96
iter72 errorY= 0.3671, prior information ratio= 0.02, Bdiff= 0.0002674, Bkappa=3369000;pos. col. U=96
iter73 errorY= 0.3671, prior information ratio= 0.02, Bdiff= 0.0002753, Bkappa=4038000;pos. col. U=97
iter74 errorY= 0.3671, prior information ratio= 0.02, Bdiff= 0.0002864, Bkappa=4872000;pos. col. U=97
iter75 errorY= 0.3671, prior information ratio= 0.02, Bdiff= 0.0002905, Bkappa=5928000;pos. col. U=97
iter76 errorY= 0.367, prior information ratio= 0.02, Bdiff= 0.0002914, Bkappa=7248000;pos. col. U=96
iter77 errorY= 0.367, prior information ratio= 0.02, Bdiff= 0.0002883, Bkappa=8962000;pos. col. U=97
iter78 errorY= 0.367, prior information ratio= 0.02, Bdiff= 0.0002774, Bkappa=11420000;pos. col. U=97
iter79 errorY= 0.367, prior information ratio= 0.02, Bdiff= 0.000257, Bkappa=14720000;pos. col. U=97
Updating L3, current fraction= 0.6831, target=0.7
L3 is set to 0.004019 in 3 iterations
iter80 errorY= 0.3669, prior information ratio= 0.02, Bdiff= 0.0002324, Bkappa=18970000;pos. col. U=99
iter81 errorY= 0.3668, prior information ratio= 0.02, Bdiff= 0.000211, Bkappa=20850000;pos. col. U=99
iter82 errorY= 0.3668, prior information ratio= 0.02, Bdiff= 0.0001963, Bkappa=23650000;pos. col. U=99
iter83 errorY= 0.3668, prior information ratio= 0.02, Bdiff= 0.000181, Bkappa=28690000;pos. col. U=99
iter84 errorY= 0.3668, prior information ratio= 0.02, Bdiff= 0.0001708, Bkappa=32330000;pos. col. U=100
iter85 errorY= 0.3668, prior information ratio= 0.02, Bdiff= 0.0001627, Bkappa=40910000;pos. col. U=100
iter86 errorY= 0.3668, prior information ratio= 0.02, Bdiff= 0.0001568, Bkappa=53120000;pos. col. U=101
iter87 errorY= 0.3669, prior information ratio= 0.02, Bdiff= 0.0001521, Bkappa=65790000;pos. col. U=100
iter88 errorY= 0.3669, prior information ratio= 0.02, Bdiff= 0.0001492, Bkappa=85800000;pos. col. U=101
iter89 errorY= 0.3669, prior information ratio= 0.02, Bdiff= 0.0001471, Bkappa=107700000;pos. col. U=102
iter90 errorY= 0.3669, prior information ratio= 0.02, Bdiff= 0.0001454, Bkappa=142500000;pos. col. U=104
iter91 errorY= 0.367, prior information ratio= 0.02, Bdiff= 0.0001442, Bkappa=1.71e+08;pos. col. U=104
iter92 errorY= 0.367, prior information ratio= 0.02, Bdiff= 0.0001434, Bkappa=242600000;pos. col. U=104
iter93 errorY= 0.3671, prior information ratio= 0.02, Bdiff= 0.0001429, Bkappa=327200000;pos. col. U=104
iter94 errorY= 0.3671, prior information ratio= 0.02, Bdiff= 0.000142, Bkappa=478900000;pos. col. U=104
iter95 errorY= 0.3671, prior information ratio= 0.02, Bdiff= 0.0001412, Bkappa=617800000;pos. col. U=104
iter96 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.0001401, Bkappa=803900000;pos. col. U=104
iter97 errorY= 0.3672, prior information ratio= 0.02, Bdiff= 0.000139, Bkappa=956500000;pos. col. U=104
iter98 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0001376, Bkappa=1.463e+09;pos. col. U=104
iter99 errorY= 0.3673, prior information ratio= 0.02, Bdiff= 0.0001364, Bkappa=1.485e+09;pos. col. U=104
Updating L3, current fraction= 0.7324, target=0.7
L3 is set to 0.004796 in 9 iterations
iter100 errorY= 0.3675, prior information ratio= 0.02, Bdiff= 0.0001386, Bkappa=1.963e+09;pos. col. U=99
iter101 errorY= 0.3676, prior information ratio= 0.02, Bdiff= 0.0001387, Bkappa=3.018e+09;pos. col. U=98
iter102 errorY= 0.3676, prior information ratio= 0.02, Bdiff= 0.000137, Bkappa=2.604e+09;pos. col. U=97
iter103 errorY= 0.3677, prior information ratio= 0.02, Bdiff= 0.0001356, Bkappa=4.261e+09;pos. col. U=97
iter104 errorY= 0.3678, prior information ratio= 0.02, Bdiff= 0.0001348, Bkappa=6.781e+09;pos. col. U=97
iter105 errorY= 0.3678, prior information ratio= 0.02, Bdiff= 0.0001336, Bkappa=8.941e+09;pos. col. U=98
iter106 errorY= 0.3679, prior information ratio= 0.02, Bdiff= 0.0001321, Bkappa=1.334e+10;pos. col. U=96
iter107 errorY= 0.3679, prior information ratio= 0.02, Bdiff= 0.0001312, Bkappa=1.806e+10;pos. col. U=96
iter108 errorY= 0.368, prior information ratio= 0.02, Bdiff= 0.0001321, Bkappa=1.498e+10;pos. col. U=96
iter109 errorY= 0.368, prior information ratio= 0.02, Bdiff= 0.0001342, Bkappa=2.626e+10;pos. col. U=97
iter110 errorY= 0.3681, prior information ratio= 0.02, Bdiff= 0.0001373, Bkappa=3.927e+10;pos. col. U=97
iter111 errorY= 0.3682, prior information ratio= 0.02, Bdiff= 0.0001413, Bkappa=5.418e+10;pos. col. U=97
iter112 errorY= 0.3682, prior information ratio= 0.02, Bdiff= 0.0001467, Bkappa=7.593e+10;pos. col. U=97
iter113 errorY= 0.3683, prior information ratio= 0.02, Bdiff= 0.000153, Bkappa=3.567e+10;pos. col. U=97
iter114 errorY= 0.3684, prior information ratio= 0.02, Bdiff= 0.0001604, Bkappa=9.284e+10;pos. col. U=96
iter115 errorY= 0.3685, prior information ratio= 0.02, Bdiff= 0.0001689, Bkappa=1.577e+11;pos. col. U=96
iter116 errorY= 0.3686, prior information ratio= 0.02, Bdiff= 0.0001786, Bkappa=2.661e+11;pos. col. U=95
iter117 errorY= 0.3686, prior information ratio= 0.02, Bdiff= 0.000188, Bkappa=2.905e+11;pos. col. U=95
iter118 errorY= 0.3687, prior information ratio= 0.02, Bdiff= 0.0001975, Bkappa=3.663e+11;pos. col. U=95
iter119 errorY= 0.3688, prior information ratio= 0.02, Bdiff= 0.0002096, Bkappa=6.886e+11;pos. col. U=94
Updating L3, current fraction= 0.662, target=0.7
L3 is set to 0.004351 in 5 iterations
iter120 errorY= 0.3688, prior information ratio= 0.02, Bdiff= 0.0002184, Bkappa=9.782e+11;pos. col. U=99
iter121 errorY= 0.3688, prior information ratio= 0.02, Bdiff= 0.0002269, Bkappa=1.339e+12;pos. col. U=98
iter122 errorY= 0.3689, prior information ratio= 0.02, Bdiff= 0.0002338, Bkappa=1.989e+12;pos. col. U=97
iter123 errorY= 0.3689, prior information ratio= 0.02, Bdiff= 0.0002368, Bkappa=1.569e+12;pos. col. U=98
iter124 errorY= 0.3689, prior information ratio= 0.02, Bdiff= 0.0002355, Bkappa=1.638e+12;pos. col. U=97
iter125 errorY= 0.369, prior information ratio= 0.02, Bdiff= 0.0002306, Bkappa=1.642e+12;pos. col. U=98
iter126 errorY= 0.369, prior information ratio= 0.02, Bdiff= 0.000221, Bkappa=2.305e+12;pos. col. U=98
iter127 errorY= 0.3691, prior information ratio= 0.02, Bdiff= 0.00021, Bkappa=2.832e+12;pos. col. U=98
iter128 errorY= 0.3691, prior information ratio= 0.02, Bdiff= 0.0001974, Bkappa=4.12e+12;pos. col. U=98
iter129 errorY= 0.3691, prior information ratio= 0.02, Bdiff= 0.000185, Bkappa=2.291e+12;pos. col. U=99
iter130 errorY= 0.3691, prior information ratio= 0.02, Bdiff= 0.0001719, Bkappa=6.462e+12;pos. col. U=98
iter131 errorY= 0.3691, prior information ratio= 0.02, Bdiff= 0.0001613, Bkappa=3.322e+12;pos. col. U=98
iter132 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.0001534, Bkappa=2.686e+12;pos. col. U=97
iter133 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.0001467, Bkappa=2.91e+12;pos. col. U=97
iter134 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.0001416, Bkappa=9.082e+12;pos. col. U=97
iter135 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.0001373, Bkappa=2.176e+13;pos. col. U=98
iter136 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.000134, Bkappa=1.222e+13;pos. col. U=98
iter137 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.0001331, Bkappa=2.596e+13;pos. col. U=98
iter138 errorY= 0.3692, prior information ratio= 0.02, Bdiff= 0.0001302, Bkappa=1.257e+13;pos. col. U=98
iter139 errorY= 0.3693, prior information ratio= 0.02, Bdiff= 0.0001264, Bkappa=2.389e+13;pos. col. U=99
Updating L3, current fraction= 0.6972, target=0.7
L3 not changed
iter140 errorY= 0.3693, prior information ratio= 0.02, Bdiff= 0.0001224, Bkappa=5.942e+13;pos. col. U=99
iter141 errorY= 0.3693, prior information ratio= 0.02, Bdiff= 0.0001175, Bkappa=1.501e+14;pos. col. U=99
iter142 errorY= 0.3694, prior information ratio= 0.02, Bdiff= 0.000112, Bkappa=1.597e+14;pos. col. U=98
iter143 errorY= 0.3694, prior information ratio= 0.02, Bdiff= 0.0001061, Bkappa=1.223e+14;pos. col. U=98
iter144 errorY= 0.3694, prior information ratio= 0.02, Bdiff= 1e-04, Bkappa=2.385e+13;pos. col. U=96
iter145 errorY= 0.3695, prior information ratio= 0.02, Bdiff= 9.465e-05, Bkappa=1.243e+14;pos. col. U=97
iter146 errorY= 0.3695, prior information ratio= 0.02, Bdiff= 8.981e-05, Bkappa=2.467e+14;pos. col. U=97
iter147 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 8.577e-05, Bkappa=2.606e+14;pos. col. U=97
iter148 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 8.266e-05, Bkappa=2.207e+14;pos. col. U=97
iter149 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 7.997e-05, Bkappa=6.04e+14;pos. col. U=98
iter150 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 7.788e-05, Bkappa=9.149e+14;pos. col. U=99
iter151 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.639e-05, Bkappa=1.348e+15;pos. col. U=99
iter152 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.533e-05, Bkappa=1.832e+15;pos. col. U=99
iter153 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.472e-05, Bkappa=2.635e+15;pos. col. U=99
iter154 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.433e-05, Bkappa=3.666e+15;pos. col. U=99
iter155 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.421e-05, Bkappa=5.216e+15;pos. col. U=99
iter156 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.433e-05, Bkappa=6.737e+15;pos. col. U=99
iter157 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.46e-05, Bkappa=9.642e+15;pos. col. U=98
iter158 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.504e-05, Bkappa=1.286e+16;pos. col. U=97
iter159 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.568e-05, Bkappa=1.725e+16;pos. col. U=97
Updating L3, current fraction= 0.6831, target=0.7
L3 is set to 0.003947 in 5 iterations
iter160 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.635e-05, Bkappa=2.332e+16;pos. col. U=99
iter161 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.727e-05, Bkappa=3.203e+16;pos. col. U=99
iter162 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 7.856e-05, Bkappa=4.252e+16;pos. col. U=99
iter163 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 8.06e-05, Bkappa=5.515e+16;pos. col. U=99
iter164 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 8.346e-05, Bkappa=8.465e+16;pos. col. U=98
iter165 errorY= 0.3697, prior information ratio= 0.02, Bdiff= 8.722e-05, Bkappa=9.738e+16;pos. col. U=98
iter166 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.21e-05, Bkappa=1.288e+17;pos. col. U=98
iter167 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.617e-05, Bkappa=1.72e+17;pos. col. U=98
iter168 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.789e-05, Bkappa=2.282e+17;pos. col. U=98
iter169 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.776e-05, Bkappa=3.229e+17;pos. col. U=97
iter170 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.678e-05, Bkappa=4.368e+17;pos. col. U=97
iter171 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.596e-05, Bkappa=5.161e+17;pos. col. U=97
iter172 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.573e-05, Bkappa=7.383e+17;pos. col. U=97
iter173 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.614e-05, Bkappa=9.916e+17;pos. col. U=96
iter174 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.718e-05, Bkappa=1.588e+18;pos. col. U=96
iter175 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.824e-05, Bkappa=2.074e+18;pos. col. U=97
iter176 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.958e-05, Bkappa=3.025e+18;pos. col. U=97
iter177 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001009, Bkappa=4.031e+18;pos. col. U=97
iter178 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001018, Bkappa=5.129e+18;pos. col. U=97
iter179 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001021, Bkappa=7.265e+18;pos. col. U=97
Updating L3, current fraction= 0.6831, target=0.7
L3 is set to 0.003825 in 5 iterations
iter180 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001018, Bkappa=9.302e+18;pos. col. U=99
iter181 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001016, Bkappa=1.232e+19;pos. col. U=100
iter182 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001012, Bkappa=1.631e+19;pos. col. U=100
iter183 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001002, Bkappa=1.947e+19;pos. col. U=100
iter184 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.996e-05, Bkappa=2.52e+19;pos. col. U=100
iter185 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.928e-05, Bkappa=3.277e+19;pos. col. U=100
iter186 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.854e-05, Bkappa=4.797e+19;pos. col. U=100
iter187 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.777e-05, Bkappa=5.799e+19;pos. col. U=99
iter188 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.714e-05, Bkappa=7.414e+19;pos. col. U=99
iter189 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.634e-05, Bkappa=1.086e+20;pos. col. U=100
iter190 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.599e-05, Bkappa=1.208e+20;pos. col. U=100
iter191 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.54e-05, Bkappa=1.565e+20;pos. col. U=100
iter192 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.526e-05, Bkappa=2.3e+20;pos. col. U=101
iter193 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.52e-05, Bkappa=3.256e+20;pos. col. U=101
iter194 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.564e-05, Bkappa=4.936e+20;pos. col. U=101
iter195 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.602e-05, Bkappa=6.396e+20;pos. col. U=101
Bdiff is not decreasing
iter196 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.601e-05, Bkappa=7.342e+20;pos. col. U=101
Bdiff is not decreasing
iter197 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.62e-05, Bkappa=1.131e+21;pos. col. U=101
Bdiff is not decreasing
iter198 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.671e-05, Bkappa=1.466e+21;pos. col. U=101
Bdiff is not decreasing
iter199 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 9.696e-05, Bkappa=2.004e+21;pos. col. U=101
Bdiff is not decreasing
Updating L3, current fraction= 0.7113, target=0.7
L3 is set to 0.004195 in 10 iterations
iter200 errorY= 0.3696, prior information ratio= 0.02, Bdiff= 0.0001001, Bkappa=2.482e+21;pos. col. U=99
Bdiff is not decreasing
converged at  iteration 200 Bdiff is not decreasing
There are 57  LVs with AUC>0.70
model.file <- file.path(results.dir, "SLE-WB_PLIER_model.RDS")
saveRDS(plier.result, file = model.file)

Explore SLE WB PLIER model

U matrix

We can get an overview of what pathways are captured with the LVs by plotting U with PLIER::plotU. U is the prior information coefficient matrix; it tells us how the prior information in the form of pathways/gene sets relates to LVs.

pdf(file.path(plot.dir, "SLE-WB_PLIER_Uplot_auc0.75.pdf"))
PLIER::plotU(plier.result, auc.cutoff = 0.75, fontsize_row = 4,
             fontsize_col = 7)
dev.off()
null device 
          1 

All LVs

What proportion of entries in U are non-zero (column-wise)? As a reminder, the fewer pathways that are associated with an LV (column), the easier interpretation will be. (Sparsity of U is a constraint in PLIER.)

num.lvs <- ncol(plier.result$Z)
u.sparsity.all <- CalculateUSparsity(plier.results = plier.result,
                                     significant.only = FALSE)
ggplot2::ggplot(as.data.frame(u.sparsity.all),
                ggplot2::aes(x = u.sparsity.all)) +
  ggplot2::geom_density(fill = "blue", alpha = 0.5) +
  ggplot2::theme_bw() +
  ggplot2::labs(x = "proportion of positive entries in U",
                title = paste("All LVs, n =", num.lvs))

plot.file <- file.path(plot.dir,
                       "SLE-WB_model_U_sparsity_all_density.png")
ggplot2::ggsave(plot.file, plot = ggplot2::last_plot(),
                height = 5, width = 7)
summary(u.sparsity.all)
    Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
0.000000 0.000000 0.005573 0.006033 0.011146 0.015924 

Pathway-associated LVs

Now, only with significant associations (FDR < 0.05).

plier.summary <- plier.result$summary
sig.summary <- plier.summary %>%
  dplyr::filter(FDR < 0.05)
num.sig.lvs <- length(unique(sig.summary$`LV index`))
u.sparsity.sig <- CalculateUSparsity(plier.results = plier.result,
                                     significant.only = TRUE,
                                     fdr.cutoff = 0.05)
ggplot2::ggplot(as.data.frame(u.sparsity.sig),
                ggplot2::aes(x = u.sparsity.sig)) +
  ggplot2::geom_density(fill = "blue", alpha = 0.5) +
  ggplot2::theme_bw() +
  ggplot2::labs(x = "proportion of positive entries in U",
                title = paste("Pathway-associated LVs, n =", num.sig.lvs))

plot.file <- file.path(plot.dir,
                       "SLE-WB_model_U_sparsity_sig_density.png")
ggplot2::ggsave(plot.file, plot = ggplot2::last_plot(),
                height = 5, width = 7)
summary(u.sparsity.sig)
    Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
0.000000 0.000000 0.000000 0.001929 0.003185 0.012739 

Pathway coverage

What proportion of the pathways input into the model are significantly associated (FDR < 0.05) with an LV?

sle.coverage <- GetPathwayCoverage(plier.results = plier.result)
# Pathway coverage
sle.coverage$pathway
[1] 0.1942675

Less pathways are “covered” with this model than the recount2 model, where coverage was 0.419.

PCA of lower-dimensional (LV) space

We’ll perform PCA on the B matrix from the SLE WB PLIER model. This is mainly for visualization purposes.

The B matrix contains the samples values for each LV (from the model under consideration – here, the SLE WB PLIER model), where rows are LVs and samples are columns.

As noted when we prepped the data in greenelab/rheum-plier-data/sle-wb, there are still differences between datasets in the final compendium.

If the LVs that are not associated with any pathway (all AUC < 0.75) in fact capture nuisance variables, we expect that dropping them from the B matrix may reduce the dataset effect.

The AUC (and p-values) are calculated by holding out 1/5th of genes in a pathway (in the prior information matrix C), running PLIER, and testing how well the loadings in Z capture the held-out genes. For more information, check out the PLIER preprint (Mao, et al. 2017.).

# Which LVs have pathways with AUC > 0.75?
lv.auc <- 
  as.integer(unique(plier.summary$`LV index`[which(plier.summary$AUC > 0.75)]))
# B matrix
b.matrix <- as.matrix(plier.result$B)
# B matrix -- only LV AUC > 0.75 (any pathway)
sig.b.mat <- b.matrix[lv.auc, ]
# B matrix all other LV 
oth.b.mat <- b.matrix[-lv.auc, ]
# color palette for PCA plots
plot.color.pal <- c("#54FF9F", "#43CD80", "#2E8B57", "#006400", "#FF8C00",
                    "#8B4500", "#000080")
# read sample dataset mapping file
sd.file <- file.path("data", "sample_info", "sle-wb_sample_dataset_mapping.tsv")
sd.df <- readr::read_tsv(sd.file)
Parsed with column specification:
cols(
  SampleID = col_character(),
  Dataset = col_character()
)

All latent variables

# PCA
all.lv.pc <- prcomp(t(b.matrix))
cum.var.exp <- cumsum(all.lv.pc$sdev^2 / sum(all.lv.pc$sdev^2))
# PC1-2 in form suitable for ggplot2
all.lv.df <- as.data.frame(cbind(rownames(all.lv.pc$x),
                                 all.lv.pc$x[, 1:2]))
colnames(all.lv.df)[1] <- "SampleID"
# add dataset of origin info
all.lv.df <- dplyr::full_join(all.lv.df, sd.df, by = "SampleID") %>%
  dplyr::mutate(PC1 = as.numeric(as.character(PC1)),
                PC2 = as.numeric(as.character(PC2)),
                Dataset = factor(Dataset, 
                                 levels = c("E-GEOD-39088",
                                            "E-GEOD-61635",
                                            "E-GEOD-72747",
                                            "E-GEOD-11907",
                                            "E-GEOD-49454",
                                            "E-GEOD-65391",
                                            "E-GEOD-78193")))
Column `SampleID` joining factor and character vector, coercing into character vector
# plotting
all.plot <- 
  ggplot2::ggplot(all.lv.df, ggplot2::aes(x = PC1, y = PC2, colour = Dataset)) +
    ggplot2::geom_point(alpha = 0.5) +
    ggplot2::scale_color_manual(values = plot.color.pal) +
    ggplot2::theme_bw() +
    ggplot2::labs(x = paste0("PC1 (cum var exp = ", 
                             round(cum.var.exp[1], 3), ")"),
                  y = paste0("PC2 (cum var exp = ", 
                             round(cum.var.exp[2], 3), ")"), 
                  title = "All Latent Variables") +
    ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5, 
                                                      face = "bold"))
all.plot

Pathway-associated latent variables

# PCA
path.lv.pc <- prcomp(t(sig.b.mat))
cum.var.exp <- cumsum(path.lv.pc$sdev^2 / sum(path.lv.pc$sdev^2))
# PC1-2 in form suitable for ggplot2
path.lv.df <- as.data.frame(cbind(rownames(path.lv.pc$x),
                                 path.lv.pc$x[, 1:2]))
colnames(path.lv.df)[1] <- "SampleID"
# add dataset of origin info
path.lv.df <- dplyr::full_join(path.lv.df, sd.df, by = "SampleID") %>%
  dplyr::mutate(PC1 = as.numeric(as.character(PC1)),
                PC2 = as.numeric(as.character(PC2)),
                Dataset = factor(Dataset, 
                                 levels = c("E-GEOD-39088",
                                            "E-GEOD-61635",
                                            "E-GEOD-72747",
                                            "E-GEOD-11907",
                                            "E-GEOD-49454",
                                            "E-GEOD-65391",
                                            "E-GEOD-78193")))
Column `SampleID` joining factor and character vector, coercing into character vector
# plotting
path.plot <- 
  ggplot2::ggplot(path.lv.df, ggplot2::aes(x = PC1, y = PC2, 
                                           colour = Dataset)) +
  ggplot2::geom_point(alpha = 0.5) +
  ggplot2::scale_color_manual(values = plot.color.pal) +
  ggplot2::theme_bw() +
  ggplot2::labs(x = paste0("PC1 (cum var exp = ", 
                           round(cum.var.exp[1], 3), ")"),
                y = paste0("PC2 (cum var exp = ", 
                           round(cum.var.exp[2], 3), ")"),
                title = "Pathway-associated Latent Variables (AUC > 0.75)") +
  ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5, 
                                                    face = "bold"))
path.plot

Other latent variables (AUC <= 0.75)

# PCA
oth.lv.pc <- prcomp(t(oth.b.mat))
cum.var.exp <- cumsum(oth.lv.pc$sdev^2 / sum(oth.lv.pc$sdev^2))
# PC1-2 in form suitable for ggplot2
oth.lv.df <- as.data.frame(cbind(rownames(oth.lv.pc$x),
                                 oth.lv.pc$x[, 1:2]))
colnames(oth.lv.df)[1] <- "SampleID"
# add dataset of origin info
oth.lv.df <- dplyr::full_join(oth.lv.df, sd.df, by = "SampleID") %>%
  dplyr::mutate(PC1 = as.numeric(as.character(PC1)),
                PC2 = as.numeric(as.character(PC2)),
                Dataset = factor(Dataset, 
                                 levels = c("E-GEOD-39088",
                                            "E-GEOD-61635",
                                            "E-GEOD-72747",
                                            "E-GEOD-11907",
                                            "E-GEOD-49454",
                                            "E-GEOD-65391",
                                            "E-GEOD-78193")))
Column `SampleID` joining factor and character vector, coercing into character vector
# plotting
oth.plot <- 
  ggplot2::ggplot(oth.lv.df, ggplot2::aes(x = PC1, y = PC2, colour = Dataset)) +
    ggplot2::geom_point(alpha = 0.5) +
    ggplot2::scale_color_manual(values = plot.color.pal) +
    ggplot2::theme_bw() +
    ggplot2::labs(x = paste0("PC1 (cum var exp = ", 
                           round(cum.var.exp[1], 3), ")"),
                  y = paste0("PC2 (cum var exp = ", 
                           round(cum.var.exp[2], 3), ")"),
                  title = "Latent Variables AUC <= 0.75") +
    ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5, 
                                                      face = "bold"))
oth.plot

# Save to PDF
pdf(file.path(plot.dir, "SLE-WB_PLIER_LV_PCA_plots.pdf"), height = 14, 
              width = 7)
gridExtra::grid.arrange(all.plot, path.plot, oth.plot, ncol = 1)
dev.off()
null device 
          1 
LS0tCnRpdGxlOiAiU3lzdGVtaWMgbHVwdXMgZXJ5dGhlbWF0b3N1cyB3aG9sZSBibG9vZCBjb21wZW5kaXVtIFBMSUVSIHRyYWluaW5nIgpvdXRwdXQ6ICAgCiAgaHRtbF9ub3RlYm9vazogCiAgICB0b2M6IHRydWUKICAgIHRvY19mbG9hdDogdHJ1ZQotLS0KCioqSi4gVGFyb25pIDIwMTgqKgoKSW4gdGhpcyBub3RlYm9vaywgd2UnbGwgdHJhaW4gYSBQTElFUiBtb2RlbCBvbiB0aGUgc3lzdGVtaWMgbHVwdXMgZXJ5dGhlbWF0b3NpcyAKKFNMRSkgd2hvbGUgYmxvb2QgKFdCKSBjb21wZW5kaXVtIHdlIHByb2Nlc3NlZCBpbiAKW2BncmVlbmVsYWIvcmhldW0tcGxpZXItZGF0YS9zbGUtd2JgXShodHRwczovL2dpdGh1Yi5jb20vZ3JlZW5lbGFiL3JoZXVtLXBsaWVyLWRhdGEvdHJlZS80YmU1NDc1NTNmMjRmZWNhYzllMmY1YzJiNDY5YTE3ZjlkZjI1M2YwL3NsZS13YikKYW5kIGRvIHNvbWUgZXhwbG9yYXRvcnkgZGF0YSBhbmFseXNpcy4KCiMjIEZ1bmN0aW9ucyBhbmQgZGlyZWN0b3J5IHNldCB1cAoKYGBge3J9CmxpYnJhcnkoQW5ub3RhdGlvbkRiaSkKCmAlPiVgIDwtIGRwbHlyOjpgJT4lYAojIGN1c3RvbSBmdW5jdGlvbnMKc291cmNlKGZpbGUucGF0aCgidXRpbCIsICJwbGllcl91dGlsLlIiKSkKYGBgCgpgYGB7cn0KIyBwbG90IGFuZCByZXN1bHQgZGlyZWN0b3J5IHNldHVwIGZvciB0aGlzIG5vdGVib29rCnBsb3QuZGlyIDwtIGZpbGUucGF0aCgicGxvdHMiLCAiMDUiKQpkaXIuY3JlYXRlKHBsb3QuZGlyLCByZWN1cnNpdmUgPSBUUlVFLCBzaG93V2FybmluZ3MgPSBGQUxTRSkKcmVzdWx0cy5kaXIgPC0gZmlsZS5wYXRoKCJyZXN1bHRzIiwgIjA1IikKZGlyLmNyZWF0ZShyZXN1bHRzLmRpciwgcmVjdXJzaXZlID0gVFJVRSwgc2hvd1dhcm5pbmdzID0gRkFMU0UpCmBgYAoKIyMgTG9hZCBTTEUgV0IgZGF0YQpgYGB7cn0KZXhwcnMuZmlsZSA8LSBmaWxlLnBhdGgoImRhdGEiLCAiZXhwcmVzc2lvbl9kYXRhIiwgCiAgICAgICAgICAgICAgICAgICAgICAgICJTTEVfV0JfYWxsX21pY3JvYXJyYXlfUU5fenRvX2JlZm9yZS5wY2wiKQpleHBycy5kZiA8LSByZWFkcjo6cmVhZF90c3YoZXhwcnMuZmlsZSkKYGBgCiMjIyBBbm5vdGF0aW9uCmBgYHtyfQpzeW1ib2wub2JqIDwtIG9yZy5Icy5lZy5kYjo6b3JnLkhzLmVnU1lNQk9MCm1hcHBlZC5nZW5lcyA8LSBBbm5vdGF0aW9uRGJpOjptYXBwZWRrZXlzKHN5bWJvbC5vYmopCnN5bWJvbC5saXN0IDwtIGFzLmxpc3Qoc3ltYm9sLm9ialttYXBwZWQuZ2VuZXNdKQpzeW1ib2wuZGYgPC0gYXMuZGF0YS5mcmFtZShjYmluZChuYW1lcyhzeW1ib2wubGlzdCksIHVubGlzdChzeW1ib2wubGlzdCkpKQpjb2xuYW1lcyhzeW1ib2wuZGYpIDwtIGMoIkVudHJleklEIiwgIkdlbmVTeW1ib2wiKQoKIyBnZXQgZ2VuZSBjb2x1bW4gbmFtZSB0byBtYXRjaCB0byBmYWNpbGl0YXRlIHVzZSB3aXRoIGRwbHlyCmNvbG5hbWVzKGV4cHJzLmRmKVsxXSA8LSAiRW50cmV6SUQiCgojIG1hdGNoaW5nIHR5cGVzCnN5bWJvbC5kZiRFbnRyZXpJRCA8LSBhcy5pbnRlZ2VyKGFzLmNoYXJhY3RlcihzeW1ib2wuZGYkRW50cmV6SUQpKQoKIyBpbm5lciBqb2luCmFubm90LmV4cHJzLmRmIDwtIGRwbHlyOjppbm5lcl9qb2luKHN5bWJvbC5kZiwgZXhwcnMuZGYsIGJ5ID0gIkVudHJleklEIikKCnN5bWJvbC5maWxlIDwtIAogIGZpbGUucGF0aCgiZGF0YSIsICJleHByZXNzaW9uX2RhdGEiLCAKICAgICAgICAgICAgIlNMRV9XQl9hbGxfbWljcm9hcnJheV9RTl96dG9fYmVmb3JlX3dpdGhfR2VuZVN5bWJvbC5wY2wiKQoKcmVhZHI6OndyaXRlX2RlbGltKGFubm90LmV4cHJzLmRmLCBwYXRoID0gc3ltYm9sLmZpbGUsIGRlbGltID0gIlx0IikKCiMgbWF0cml4IHdpdGggZ2VuZSBzeW1ib2wgYXMgcm93bmFtZXMKZXhwcnMubWF0IDwtIGRwbHlyOjpzZWxlY3QoYW5ub3QuZXhwcnMuZGYsIC1FbnRyZXpJRCkKcm93bmFtZXMoZXhwcnMubWF0KSA8LSBleHBycy5tYXQkR2VuZVN5bWJvbApleHBycy5tYXQgPC0gYXMubWF0cml4KGRwbHlyOjpzZWxlY3QoZXhwcnMubWF0LCAtR2VuZVN5bWJvbCkpCmBgYApgYGB7cn0KZXhwcnMubWF0WzE6NSwgMTo1XQpgYGAKCiMjIFBMSUVSIG1vZGVsIHRyYWluaW5nCgpgYGB7cn0KcGxpZXIucmVzdWx0IDwtIFBMSUVSTmV3RGF0YShleHBycy5tYXQgPSBleHBycy5tYXQpCmBgYApgYGB7cn0KbW9kZWwuZmlsZSA8LSBmaWxlLnBhdGgocmVzdWx0cy5kaXIsICJTTEUtV0JfUExJRVJfbW9kZWwuUkRTIikKc2F2ZVJEUyhwbGllci5yZXN1bHQsIGZpbGUgPSBtb2RlbC5maWxlKQpgYGAKCiMjIEV4cGxvcmUgU0xFIFdCIFBMSUVSIG1vZGVsCgojIyMgVSBtYXRyaXgKCldlIGNhbiBnZXQgYW4gb3ZlcnZpZXcgb2Ygd2hhdCBwYXRod2F5cyBhcmUgY2FwdHVyZWQgd2l0aCB0aGUgTFZzIGJ5IHBsb3R0aW5nIApgVWAgd2l0aCBgUExJRVI6OnBsb3RVYC4KYFVgIGlzIHRoZSBwcmlvciBpbmZvcm1hdGlvbiBjb2VmZmljaWVudCBtYXRyaXg7IGl0IHRlbGxzIHVzIGhvdyAKdGhlIHByaW9yIGluZm9ybWF0aW9uIGluIHRoZSBmb3JtIG9mIHBhdGh3YXlzL2dlbmUgc2V0cyByZWxhdGVzIHRvIExWcy4KCmBgYHtyfQpwZGYoZmlsZS5wYXRoKHBsb3QuZGlyLCAiU0xFLVdCX1BMSUVSX1VwbG90X2F1YzAuNzUucGRmIikpClBMSUVSOjpwbG90VShwbGllci5yZXN1bHQsIGF1Yy5jdXRvZmYgPSAwLjc1LCBmb250c2l6ZV9yb3cgPSA0LAogICAgICAgICAgICAgZm9udHNpemVfY29sID0gNykKZGV2Lm9mZigpCmBgYAojIyMjIEFsbCBMVnMKCldoYXQgcHJvcG9ydGlvbiBvZiBlbnRyaWVzIGluIGBVYCBhcmUgbm9uLXplcm8gKGNvbHVtbi13aXNlKT8gCkFzIGEgcmVtaW5kZXIsIHRoZSBmZXdlciBwYXRod2F5cyB0aGF0IGFyZSBhc3NvY2lhdGVkIHdpdGggYW4gTFYgKGNvbHVtbiksIHRoZQplYXNpZXIgaW50ZXJwcmV0YXRpb24gd2lsbCBiZS4gCihTcGFyc2l0eSBvZiBgVWAgaXMgYSBjb25zdHJhaW50IGluIFBMSUVSLikKCmBgYHtyfQpudW0ubHZzIDwtIG5jb2wocGxpZXIucmVzdWx0JFopCnUuc3BhcnNpdHkuYWxsIDwtIENhbGN1bGF0ZVVTcGFyc2l0eShwbGllci5yZXN1bHRzID0gcGxpZXIucmVzdWx0LAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2lnbmlmaWNhbnQub25seSA9IEZBTFNFKQoKZ2dwbG90Mjo6Z2dwbG90KGFzLmRhdGEuZnJhbWUodS5zcGFyc2l0eS5hbGwpLAogICAgICAgICAgICAgICAgZ2dwbG90Mjo6YWVzKHggPSB1LnNwYXJzaXR5LmFsbCkpICsKICBnZ3Bsb3QyOjpnZW9tX2RlbnNpdHkoZmlsbCA9ICJibHVlIiwgYWxwaGEgPSAwLjUpICsKICBnZ3Bsb3QyOjp0aGVtZV9idygpICsKICBnZ3Bsb3QyOjpsYWJzKHggPSAicHJvcG9ydGlvbiBvZiBwb3NpdGl2ZSBlbnRyaWVzIGluIFUiLAogICAgICAgICAgICAgICAgdGl0bGUgPSBwYXN0ZSgiQWxsIExWcywgbiA9IiwgbnVtLmx2cykpCmBgYAoKYGBge3J9CnBsb3QuZmlsZSA8LSBmaWxlLnBhdGgocGxvdC5kaXIsCiAgICAgICAgICAgICAgICAgICAgICAgIlNMRS1XQl9tb2RlbF9VX3NwYXJzaXR5X2FsbF9kZW5zaXR5LnBuZyIpCmdncGxvdDI6Omdnc2F2ZShwbG90LmZpbGUsIHBsb3QgPSBnZ3Bsb3QyOjpsYXN0X3Bsb3QoKSwKICAgICAgICAgICAgICAgIGhlaWdodCA9IDUsIHdpZHRoID0gNykKYGBgCmBgYHtyfQpzdW1tYXJ5KHUuc3BhcnNpdHkuYWxsKQpgYGAKCiMjIyMgUGF0aHdheS1hc3NvY2lhdGVkIExWcwoKTm93LCBvbmx5IHdpdGggX3NpZ25pZmljYW50XyBhc3NvY2lhdGlvbnMgKGBGRFIgPCAwLjA1YCkuCgpgYGB7cn0KcGxpZXIuc3VtbWFyeSA8LSBwbGllci5yZXN1bHQkc3VtbWFyeQpzaWcuc3VtbWFyeSA8LSBwbGllci5zdW1tYXJ5ICU+JQogIGRwbHlyOjpmaWx0ZXIoRkRSIDwgMC4wNSkKbnVtLnNpZy5sdnMgPC0gbGVuZ3RoKHVuaXF1ZShzaWcuc3VtbWFyeSRgTFYgaW5kZXhgKSkKYGBgCgpgYGB7cn0KdS5zcGFyc2l0eS5zaWcgPC0gQ2FsY3VsYXRlVVNwYXJzaXR5KHBsaWVyLnJlc3VsdHMgPSBwbGllci5yZXN1bHQsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzaWduaWZpY2FudC5vbmx5ID0gVFJVRSwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZkci5jdXRvZmYgPSAwLjA1KQoKZ2dwbG90Mjo6Z2dwbG90KGFzLmRhdGEuZnJhbWUodS5zcGFyc2l0eS5zaWcpLAogICAgICAgICAgICAgICAgZ2dwbG90Mjo6YWVzKHggPSB1LnNwYXJzaXR5LnNpZykpICsKICBnZ3Bsb3QyOjpnZW9tX2RlbnNpdHkoZmlsbCA9ICJibHVlIiwgYWxwaGEgPSAwLjUpICsKICBnZ3Bsb3QyOjp0aGVtZV9idygpICsKICBnZ3Bsb3QyOjpsYWJzKHggPSAicHJvcG9ydGlvbiBvZiBwb3NpdGl2ZSBlbnRyaWVzIGluIFUiLAogICAgICAgICAgICAgICAgdGl0bGUgPSBwYXN0ZSgiUGF0aHdheS1hc3NvY2lhdGVkIExWcywgbiA9IiwgbnVtLnNpZy5sdnMpKQpgYGAKYGBge3J9CnBsb3QuZmlsZSA8LSBmaWxlLnBhdGgocGxvdC5kaXIsCiAgICAgICAgICAgICAgICAgICAgICAgIlNMRS1XQl9tb2RlbF9VX3NwYXJzaXR5X3NpZ19kZW5zaXR5LnBuZyIpCmdncGxvdDI6Omdnc2F2ZShwbG90LmZpbGUsIHBsb3QgPSBnZ3Bsb3QyOjpsYXN0X3Bsb3QoKSwKICAgICAgICAgICAgICAgIGhlaWdodCA9IDUsIHdpZHRoID0gNykKYGBgCgpgYGB7cn0Kc3VtbWFyeSh1LnNwYXJzaXR5LnNpZykKYGBgCgojIyMgUGF0aHdheSBjb3ZlcmFnZQoKV2hhdCBwcm9wb3J0aW9uIG9mIHRoZSBwYXRod2F5cyBpbnB1dCBpbnRvIHRoZSBtb2RlbCBhcmUgc2lnbmlmaWNhbnRseSAKYXNzb2NpYXRlZCAoYEZEUiA8IDAuMDVgKSB3aXRoIGFuIExWPyAKCmBgYHtyfQpzbGUuY292ZXJhZ2UgPC0gR2V0UGF0aHdheUNvdmVyYWdlKHBsaWVyLnJlc3VsdHMgPSBwbGllci5yZXN1bHQpCgojIFBhdGh3YXkgY292ZXJhZ2UKc2xlLmNvdmVyYWdlJHBhdGh3YXkKYGBgCgpMZXNzIHBhdGh3YXlzIGFyZSAiY292ZXJlZCIgd2l0aCB0aGlzIG1vZGVsIHRoYW4gdGhlIHJlY291bnQyIG1vZGVsLCB3aGVyZSAKY292ZXJhZ2Ugd2FzIGAwLjQxOWAuCgojIyMgUENBIG9mIGxvd2VyLWRpbWVuc2lvbmFsIChMVikgc3BhY2UKCldlJ2xsIHBlcmZvcm0gUENBIG9uIHRoZSBgQmAgbWF0cml4IGZyb20gdGhlIFNMRSBXQiBQTElFUiBtb2RlbC4gClRoaXMgaXMgbWFpbmx5IGZvciB2aXN1YWxpemF0aW9uIHB1cnBvc2VzLiAKClRoZSBgQmAgbWF0cml4IGNvbnRhaW5zIHRoZSBzYW1wbGVzIHZhbHVlcyBmb3IgZWFjaCBMViAoZnJvbSB0aGUgbW9kZWwgdW5kZXIgCmNvbnNpZGVyYXRpb24gLS0gaGVyZSwgdGhlIFNMRSBXQiBQTElFUiBtb2RlbCksIHdoZXJlIHJvd3MgYXJlIExWcyBhbmQgc2FtcGxlcwphcmUgY29sdW1ucy4KCkFzIG5vdGVkIHdoZW4gd2UgcHJlcHBlZCB0aGUgZGF0YSBpbiBbYGdyZWVuZWxhYi9yaGV1bS1wbGllci1kYXRhL3NsZS13YmBdKGh0dHBzOi8vZ2l0aHViLmNvbS9ncmVlbmVsYWIvcmhldW0tcGxpZXItZGF0YS90cmVlLzRiZTU0NzU1M2YyNGZlY2FjOWUyZjVjMmI0NjlhMTdmOWRmMjUzZjAvc2xlLXdiKSwgW3RoZXJlIGFyZSBzdGlsbCBkaWZmZXJlbmNlc10oaHR0cHM6Ly9naXRodWIuY29tL2dyZWVuZWxhYi9yaGV1bS1wbGllci1kYXRhL2Jsb2IvNGJlNTQ3NTUzZjI0ZmVjYWM5ZTJmNWMyYjQ2OWExN2Y5ZGYyNTNmMC9zbGUtd2IvcGxvdHMvUENBL1NMRV9XQl9hbGxfbWljcm9hcnJheV9RTl9QQzEtNV96dG8uYmVmb3JlLnBuZykgYmV0d2VlbiBkYXRhc2V0cyBpbiB0aGUgZmluYWwgY29tcGVuZGl1bS4KCklmIHRoZSBMVnMgdGhhdCBhcmUgbm90IGFzc29jaWF0ZWQgd2l0aCBhbnkgcGF0aHdheSAoYWxsIGBBVUMgPCAwLjc1YCkgCmluIGZhY3QgY2FwdHVyZSBudWlzYW5jZSB2YXJpYWJsZXMsIHdlIGV4cGVjdCB0aGF0IGRyb3BwaW5nIHRoZW0gZnJvbSAKdGhlIGBCYCBtYXRyaXggbWF5IHJlZHVjZSB0aGUgZGF0YXNldCBlZmZlY3QuCgpUaGUgQVVDIChhbmQgcC12YWx1ZXMpIGFyZSBjYWxjdWxhdGVkIGJ5IGhvbGRpbmcgb3V0IDEvNXRoIG9mIGdlbmVzIGluIGEgcGF0aHdheQooaW4gdGhlIHByaW9yIGluZm9ybWF0aW9uIG1hdHJpeCBgQ2ApLCBydW5uaW5nIFBMSUVSLCBhbmQgdGVzdGluZyBob3cgd2VsbCB0aGUgCmxvYWRpbmdzIGluIGBaYCBjYXB0dXJlIHRoZSBoZWxkLW91dCBnZW5lcy4KRm9yIG1vcmUgaW5mb3JtYXRpb24sIGNoZWNrIG91dCB0aGUgW1BMSUVSIHByZXByaW50IChNYW8sIGV0IGFsLiAyMDE3LildKGh0dHA6Ly9keC5kb2kub3JnLzEwLjExMDEvMTE2MDYxKS4KCmBgYHtyfQojIFdoaWNoIExWcyBoYXZlIHBhdGh3YXlzIHdpdGggQVVDID4gMC43NT8KbHYuYXVjIDwtIAogIGFzLmludGVnZXIodW5pcXVlKHBsaWVyLnN1bW1hcnkkYExWIGluZGV4YFt3aGljaChwbGllci5zdW1tYXJ5JEFVQyA+IDAuNzUpXSkpCgojIEIgbWF0cml4CmIubWF0cml4IDwtIGFzLm1hdHJpeChwbGllci5yZXN1bHQkQikKCiMgQiBtYXRyaXggLS0gb25seSBMViBBVUMgPiAwLjc1IChhbnkgcGF0aHdheSkKc2lnLmIubWF0IDwtIGIubWF0cml4W2x2LmF1YywgXQoKIyBCIG1hdHJpeCBhbGwgb3RoZXIgTFYgCm90aC5iLm1hdCA8LSBiLm1hdHJpeFstbHYuYXVjLCBdCmBgYAoKYGBge3J9CiMgY29sb3IgcGFsZXR0ZSBmb3IgUENBIHBsb3RzCnBsb3QuY29sb3IucGFsIDwtIGMoIiM1NEZGOUYiLCAiIzQzQ0Q4MCIsICIjMkU4QjU3IiwgIiMwMDY0MDAiLCAiI0ZGOEMwMCIsCiAgICAgICAgICAgICAgICAgICAgIiM4QjQ1MDAiLCAiIzAwMDA4MCIpCiMgcmVhZCBzYW1wbGUgZGF0YXNldCBtYXBwaW5nIGZpbGUKc2QuZmlsZSA8LSBmaWxlLnBhdGgoImRhdGEiLCAic2FtcGxlX2luZm8iLCAic2xlLXdiX3NhbXBsZV9kYXRhc2V0X21hcHBpbmcudHN2IikKc2QuZGYgPC0gcmVhZHI6OnJlYWRfdHN2KHNkLmZpbGUpCmBgYAoKIyMjIyBBbGwgbGF0ZW50IHZhcmlhYmxlcwpgYGB7cn0KIyBQQ0EKYWxsLmx2LnBjIDwtIHByY29tcCh0KGIubWF0cml4KSkKY3VtLnZhci5leHAgPC0gY3Vtc3VtKGFsbC5sdi5wYyRzZGV2XjIgLyBzdW0oYWxsLmx2LnBjJHNkZXZeMikpCgojIFBDMS0yIGluIGZvcm0gc3VpdGFibGUgZm9yIGdncGxvdDIKYWxsLmx2LmRmIDwtIGFzLmRhdGEuZnJhbWUoY2JpbmQocm93bmFtZXMoYWxsLmx2LnBjJHgpLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGwubHYucGMkeFssIDE6Ml0pKQpjb2xuYW1lcyhhbGwubHYuZGYpWzFdIDwtICJTYW1wbGVJRCIKIyBhZGQgZGF0YXNldCBvZiBvcmlnaW4gaW5mbwphbGwubHYuZGYgPC0gZHBseXI6OmZ1bGxfam9pbihhbGwubHYuZGYsIHNkLmRmLCBieSA9ICJTYW1wbGVJRCIpICU+JQogIGRwbHlyOjptdXRhdGUoUEMxID0gYXMubnVtZXJpYyhhcy5jaGFyYWN0ZXIoUEMxKSksCiAgICAgICAgICAgICAgICBQQzIgPSBhcy5udW1lcmljKGFzLmNoYXJhY3RlcihQQzIpKSwKICAgICAgICAgICAgICAgIERhdGFzZXQgPSBmYWN0b3IoRGF0YXNldCwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxldmVscyA9IGMoIkUtR0VPRC0zOTA4OCIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC02MTYzNSIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC03Mjc0NyIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC0xMTkwNyIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC00OTQ1NCIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC02NTM5MSIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC03ODE5MyIpKSkKCiMgcGxvdHRpbmcKYWxsLnBsb3QgPC0gCiAgZ2dwbG90Mjo6Z2dwbG90KGFsbC5sdi5kZiwgZ2dwbG90Mjo6YWVzKHggPSBQQzEsIHkgPSBQQzIsIGNvbG91ciA9IERhdGFzZXQpKSArCiAgICBnZ3Bsb3QyOjpnZW9tX3BvaW50KGFscGhhID0gMC41KSArCiAgICBnZ3Bsb3QyOjpzY2FsZV9jb2xvcl9tYW51YWwodmFsdWVzID0gcGxvdC5jb2xvci5wYWwpICsKICAgIGdncGxvdDI6OnRoZW1lX2J3KCkgKwogICAgZ2dwbG90Mjo6bGFicyh4ID0gcGFzdGUwKCJQQzEgKGN1bSB2YXIgZXhwID0gIiwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm91bmQoY3VtLnZhci5leHBbMV0sIDMpLCAiKSIpLAogICAgICAgICAgICAgICAgICB5ID0gcGFzdGUwKCJQQzIgKGN1bSB2YXIgZXhwID0gIiwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm91bmQoY3VtLnZhci5leHBbMl0sIDMpLCAiKSIpLCAKICAgICAgICAgICAgICAgICAgdGl0bGUgPSAiQWxsIExhdGVudCBWYXJpYWJsZXMiKSArCiAgICBnZ3Bsb3QyOjp0aGVtZShwbG90LnRpdGxlID0gZ2dwbG90Mjo6ZWxlbWVudF90ZXh0KGhqdXN0ID0gMC41LCAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmFjZSA9ICJib2xkIikpCmFsbC5wbG90CmBgYAoKIyMjIyBQYXRod2F5LWFzc29jaWF0ZWQgbGF0ZW50IHZhcmlhYmxlcwpgYGB7cn0KIyBQQ0EKcGF0aC5sdi5wYyA8LSBwcmNvbXAodChzaWcuYi5tYXQpKQpjdW0udmFyLmV4cCA8LSBjdW1zdW0ocGF0aC5sdi5wYyRzZGV2XjIgLyBzdW0ocGF0aC5sdi5wYyRzZGV2XjIpKQojIFBDMS0yIGluIGZvcm0gc3VpdGFibGUgZm9yIGdncGxvdDIKcGF0aC5sdi5kZiA8LSBhcy5kYXRhLmZyYW1lKGNiaW5kKHJvd25hbWVzKHBhdGgubHYucGMkeCksCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBhdGgubHYucGMkeFssIDE6Ml0pKQpjb2xuYW1lcyhwYXRoLmx2LmRmKVsxXSA8LSAiU2FtcGxlSUQiCiMgYWRkIGRhdGFzZXQgb2Ygb3JpZ2luIGluZm8KcGF0aC5sdi5kZiA8LSBkcGx5cjo6ZnVsbF9qb2luKHBhdGgubHYuZGYsIHNkLmRmLCBieSA9ICJTYW1wbGVJRCIpICU+JQogIGRwbHlyOjptdXRhdGUoUEMxID0gYXMubnVtZXJpYyhhcy5jaGFyYWN0ZXIoUEMxKSksCiAgICAgICAgICAgICAgICBQQzIgPSBhcy5udW1lcmljKGFzLmNoYXJhY3RlcihQQzIpKSwKICAgICAgICAgICAgICAgIERhdGFzZXQgPSBmYWN0b3IoRGF0YXNldCwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxldmVscyA9IGMoIkUtR0VPRC0zOTA4OCIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC02MTYzNSIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC03Mjc0NyIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC0xMTkwNyIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC00OTQ1NCIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC02NTM5MSIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIkUtR0VPRC03ODE5MyIpKSkKCiMgcGxvdHRpbmcKcGF0aC5wbG90IDwtIAogIGdncGxvdDI6OmdncGxvdChwYXRoLmx2LmRmLCBnZ3Bsb3QyOjphZXMoeCA9IFBDMSwgeSA9IFBDMiwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb2xvdXIgPSBEYXRhc2V0KSkgKwogIGdncGxvdDI6Omdlb21fcG9pbnQoYWxwaGEgPSAwLjUpICsKICBnZ3Bsb3QyOjpzY2FsZV9jb2xvcl9tYW51YWwodmFsdWVzID0gcGxvdC5jb2xvci5wYWwpICsKICBnZ3Bsb3QyOjp0aGVtZV9idygpICsKICBnZ3Bsb3QyOjpsYWJzKHggPSBwYXN0ZTAoIlBDMSAoY3VtIHZhciBleHAgPSAiLCAKICAgICAgICAgICAgICAgICAgICAgICAgICAgcm91bmQoY3VtLnZhci5leHBbMV0sIDMpLCAiKSIpLAogICAgICAgICAgICAgICAgeSA9IHBhc3RlMCgiUEMyIChjdW0gdmFyIGV4cCA9ICIsIAogICAgICAgICAgICAgICAgICAgICAgICAgICByb3VuZChjdW0udmFyLmV4cFsyXSwgMyksICIpIiksCiAgICAgICAgICAgICAgICB0aXRsZSA9ICJQYXRod2F5LWFzc29jaWF0ZWQgTGF0ZW50IFZhcmlhYmxlcyAoQVVDID4gMC43NSkiKSArCiAgZ2dwbG90Mjo6dGhlbWUocGxvdC50aXRsZSA9IGdncGxvdDI6OmVsZW1lbnRfdGV4dChoanVzdCA9IDAuNSwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmYWNlID0gImJvbGQiKSkKcGF0aC5wbG90CmBgYAoKIyMjIyBPdGhlciBsYXRlbnQgdmFyaWFibGVzIChBVUMgPD0gMC43NSkKYGBge3J9CiMgUENBCm90aC5sdi5wYyA8LSBwcmNvbXAodChvdGguYi5tYXQpKQpjdW0udmFyLmV4cCA8LSBjdW1zdW0ob3RoLmx2LnBjJHNkZXZeMiAvIHN1bShvdGgubHYucGMkc2Rldl4yKSkKIyBQQzEtMiBpbiBmb3JtIHN1aXRhYmxlIGZvciBnZ3Bsb3QyCm90aC5sdi5kZiA8LSBhcy5kYXRhLmZyYW1lKGNiaW5kKHJvd25hbWVzKG90aC5sdi5wYyR4KSwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgb3RoLmx2LnBjJHhbLCAxOjJdKSkKY29sbmFtZXMob3RoLmx2LmRmKVsxXSA8LSAiU2FtcGxlSUQiCiMgYWRkIGRhdGFzZXQgb2Ygb3JpZ2luIGluZm8Kb3RoLmx2LmRmIDwtIGRwbHlyOjpmdWxsX2pvaW4ob3RoLmx2LmRmLCBzZC5kZiwgYnkgPSAiU2FtcGxlSUQiKSAlPiUKICBkcGx5cjo6bXV0YXRlKFBDMSA9IGFzLm51bWVyaWMoYXMuY2hhcmFjdGVyKFBDMSkpLAogICAgICAgICAgICAgICAgUEMyID0gYXMubnVtZXJpYyhhcy5jaGFyYWN0ZXIoUEMyKSksCiAgICAgICAgICAgICAgICBEYXRhc2V0ID0gZmFjdG9yKERhdGFzZXQsIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZXZlbHMgPSBjKCJFLUdFT0QtMzkwODgiLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJFLUdFT0QtNjE2MzUiLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJFLUdFT0QtNzI3NDciLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJFLUdFT0QtMTE5MDciLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJFLUdFT0QtNDk0NTQiLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJFLUdFT0QtNjUzOTEiLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJFLUdFT0QtNzgxOTMiKSkpCgojIHBsb3R0aW5nCm90aC5wbG90IDwtIAogIGdncGxvdDI6OmdncGxvdChvdGgubHYuZGYsIGdncGxvdDI6OmFlcyh4ID0gUEMxLCB5ID0gUEMyLCBjb2xvdXIgPSBEYXRhc2V0KSkgKwogICAgZ2dwbG90Mjo6Z2VvbV9wb2ludChhbHBoYSA9IDAuNSkgKwogICAgZ2dwbG90Mjo6c2NhbGVfY29sb3JfbWFudWFsKHZhbHVlcyA9IHBsb3QuY29sb3IucGFsKSArCiAgICBnZ3Bsb3QyOjp0aGVtZV9idygpICsKICAgIGdncGxvdDI6OmxhYnMoeCA9IHBhc3RlMCgiUEMxIChjdW0gdmFyIGV4cCA9ICIsIAogICAgICAgICAgICAgICAgICAgICAgICAgICByb3VuZChjdW0udmFyLmV4cFsxXSwgMyksICIpIiksCiAgICAgICAgICAgICAgICAgIHkgPSBwYXN0ZTAoIlBDMiAoY3VtIHZhciBleHAgPSAiLCAKICAgICAgICAgICAgICAgICAgICAgICAgICAgcm91bmQoY3VtLnZhci5leHBbMl0sIDMpLCAiKSIpLAogICAgICAgICAgICAgICAgICB0aXRsZSA9ICJMYXRlbnQgVmFyaWFibGVzIEFVQyA8PSAwLjc1IikgKwogICAgZ2dwbG90Mjo6dGhlbWUocGxvdC50aXRsZSA9IGdncGxvdDI6OmVsZW1lbnRfdGV4dChoanVzdCA9IDAuNSwgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZhY2UgPSAiYm9sZCIpKQpvdGgucGxvdApgYGAKCmBgYHtyfQojIFNhdmUgdG8gUERGCnBkZihmaWxlLnBhdGgocGxvdC5kaXIsICJTTEUtV0JfUExJRVJfTFZfUENBX3Bsb3RzLnBkZiIpLCBoZWlnaHQgPSAxNCwgCiAgICAgICAgICAgICAgd2lkdGggPSA3KQpncmlkRXh0cmE6OmdyaWQuYXJyYW5nZShhbGwucGxvdCwgcGF0aC5wbG90LCBvdGgucGxvdCwgbmNvbCA9IDEpCmRldi5vZmYoKQpgYGA=